From c2c51abe97805b0c0c7b9cb2e1370a8c30c5772f Mon Sep 17 00:00:00 2001 From: YesVRC Date: Tue, 19 Aug 2025 12:18:19 -0400 Subject: [PATCH] Recipe fixes for #232 (fixed) (I hate windows) --- .../sequenced_assembly/steel_mechanism.json | 122 ++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 src/generated/resources/data/tfmg/recipes/sequenced_assembly/steel_mechanism.json diff --git a/src/generated/resources/data/tfmg/recipes/sequenced_assembly/steel_mechanism.json b/src/generated/resources/data/tfmg/recipes/sequenced_assembly/steel_mechanism.json new file mode 100644 index 00000000..25e62fb2 --- /dev/null +++ b/src/generated/resources/data/tfmg/recipes/sequenced_assembly/steel_mechanism.json @@ -0,0 +1,122 @@ +{ + "type": "create:sequenced_assembly", + "ingredient": { + "item": "tfmg:heavy_plate" + }, + "loops": 2, + "results": [ + { + "chance": 120.0, + "item": "tfmg:steel_mechanism" + }, + { + "chance": 4.0, + "item": "minecraft:compass" + }, + { + "chance": 4.0, + "item": "tfmg:steel_ingot" + } + ], + "sequence": [ + { + "type": "create:deploying", + "ingredients": [ + { + "item": "tfmg:unfinished_steel_mechanism" + }, + { + "item": "tfmg:steel_cogwheel" + } + ], + "results": [ + { + "item": "tfmg:unfinished_steel_mechanism" + } + ] + }, + { + "type": "create:deploying", + "ingredients": [ + { + "item": "tfmg:unfinished_steel_mechanism" + }, + { + "tag": "forge:plates/nickel" + } + ], + "results": [ + { + "item": "tfmg:unfinished_steel_mechanism" + } + ] + }, + { + "type": "create:deploying", + "ingredients": [ + { + "item": "tfmg:unfinished_steel_mechanism" + }, + { + "item": "tfmg:large_steel_cogwheel" + } + ], + "results": [ + { + "item": "tfmg:unfinished_steel_mechanism" + } + ] + }, + { + "type": "create:deploying", + "ingredients": [ + { + "item": "tfmg:unfinished_steel_mechanism" + }, + { + "tag": "forge:plates/lead" + } + ], + "results": [ + { + "item": "tfmg:unfinished_steel_mechanism" + } + ] + }, + { + "type": "create:deploying", + "ingredients": [ + { + "item": "tfmg:unfinished_steel_mechanism" + }, + { + "item": "tfmg:screw" + } + ], + "results": [ + { + "item": "tfmg:unfinished_steel_mechanism" + } + ] + }, + { + "type": "create:deploying", + "ingredients": [ + { + "item": "tfmg:unfinished_steel_mechanism" + }, + { + "item": "tfmg:screwdriver" + } + ], + "results": [ + { + "item": "tfmg:unfinished_steel_mechanism" + } + ] + } + ], + "transitionalItem": { + "item": "tfmg:unfinished_steel_mechanism" + } +} \ No newline at end of file