create-the-brass-oncerto/kubejs/server_scripts/add/metallurgy/precision_mechanism.json

96 lines
1.7 KiB
JSON

{
"type": "create:sequenced_assembly",
"ingredient": {
"tag": "forge:plates/gold"
},
"loops": 5,
"results": [
{
"chance": 120.0,
"item": "create:precision_mechanism"
},
{
"chance": 8.0,
"item": "create:golden_sheet"
},
{
"chance": 8.0,
"item": "create:andesite_alloy"
},
{
"chance": 5.0,
"item": "create:cogwheel"
},
{
"chance": 3.0,
"item": "minecraft:gold_nugget"
},
{
"chance": 2.0,
"item": "create:shaft"
},
{
"chance": 2.0,
"item": "create:crushed_raw_gold"
},
{
"item": "minecraft:iron_ingot"
},
{
"item": "minecraft:clock"
}
],
"sequence": [
{
"type": "create:deploying",
"ingredients": [
{
"item": "create:incomplete_precision_mechanism"
},
{
"item": "create:cogwheel"
}
],
"results": [
{
"item": "create:incomplete_precision_mechanism"
}
]
},
{
"type": "create:deploying",
"ingredients": [
{
"item": "create:incomplete_precision_mechanism"
},
{
"item": "create:large_cogwheel"
}
],
"results": [
{
"item": "create:incomplete_precision_mechanism"
}
]
},
{
"type": "create:deploying",
"ingredients": [
{
"item": "create:incomplete_precision_mechanism"
},
{
"tag": "forge:nuggets/iron"
}
],
"results": [
{
"item": "create:incomplete_precision_mechanism"
}
]
}
],
"transitionalItem": {
"item": "create:incomplete_precision_mechanism"
}
}