From 2f22ce81d2dd1e73d7db9abe11663451e9ccbe1e Mon Sep 17 00:00:00 2001 From: ZHAY10086 Date: Sat, 26 Jul 2025 12:18:54 +0800 Subject: [PATCH] Neutronium Cannon updrade blocks fix --- .../machinery/neutronium_cannon.json | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/config/modularmachinery/machinery/neutronium_cannon.json b/config/modularmachinery/machinery/neutronium_cannon.json index 49e91a1d..0ac1ec73 100644 --- a/config/modularmachinery/machinery/neutronium_cannon.json +++ b/config/modularmachinery/machinery/neutronium_cannon.json @@ -2,6 +2,34 @@ "registryname": "neutronium_cannon", "localizedname": "Neutronium Cannon", "color": "382e2d", + "modifiers": [ + { + "elements": "contenttweaker:gallifreyan_neutronium_casing", + "x": 0, + "y": -2, + "z": 0, + "description": "速度x5", + "modifiers": [{ + "io": "input", + "target": "modularmachinery:duration", + "operation": 1, + "multiplier": 0.2 + }] + }, + { + "elements": "contenttweaker:trinity_neutronium_casing", + "x": 0, + "y": -2, + "z": 0, + "description": "速度x20", + "modifiers": [{ + "io": "input", + "target": "modularmachinery:duration", + "operation": 1, + "multiplier": 0.05 + }] + } + ], "parts": [ { "x": -1,