Recipe fixes for #232 (fixed) (I hate windows)

This commit is contained in:
YesVRC
2025-08-19 12:18:19 -04:00
parent f047612483
commit c2c51abe97

View File

@@ -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"
}
}