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