Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/DarkPacks/SkyFactory-5 i…
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
Darkosto committed Jan 7, 2025
2 parents 30ff549 + 2d175b0 commit 73dfdf5
Showing 1 changed file with 96 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
{
"type": "create:sequenced_assembly",
"ingredient": {
"tag": "forge:plates/gold"
},
"loops": 5,
"results": [
{
"chance": 120.0,
"item": "create:precision_mechanism"
},
{
"chance": 8.0,
"item": "thermal:gold_plate"
},
{
"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"
}
}

0 comments on commit 73dfdf5

Please sign in to comment.