add first patch
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "create:stock_link"
|
||||
},
|
||||
{
|
||||
"item": "create_factory_logistics:fluid_mechanism"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"item": "create_factory_logistics:factory_fluid_gauge"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"C": {
|
||||
"item": "create:copper_casing"
|
||||
},
|
||||
"c": {
|
||||
"item": "minecraft:copper_ingot"
|
||||
},
|
||||
"i": {
|
||||
"item": "oreganized:silver_ingot"
|
||||
},
|
||||
"r": {
|
||||
"item": "society:oak_resin"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
" c ",
|
||||
"cCc",
|
||||
"rir"
|
||||
],
|
||||
"result": {
|
||||
"item": "create_factory_logistics:jar_packager"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"type": "create:sequenced_assembly",
|
||||
"ingredient": {
|
||||
"item": "create:copper_sheet"
|
||||
},
|
||||
"loops": 3,
|
||||
"results": [
|
||||
{
|
||||
"chance": 250.0,
|
||||
"item": "create_factory_logistics:fluid_mechanism"
|
||||
},
|
||||
{
|
||||
"chance": 8.0,
|
||||
"item": "create:copper_sheet"
|
||||
},
|
||||
{
|
||||
"chance": 8.0,
|
||||
"item": "create:andesite_alloy"
|
||||
},
|
||||
{
|
||||
"chance": 5.0,
|
||||
"item": "society:rubber"
|
||||
},
|
||||
{
|
||||
"chance": 2.0,
|
||||
"item": "numismatics:crown"
|
||||
},
|
||||
{
|
||||
"chance": 2.0,
|
||||
"item": "create:shaft"
|
||||
},
|
||||
{
|
||||
"chance": 2.0,
|
||||
"item": "create:crushed_raw_copper"
|
||||
},
|
||||
{
|
||||
"item": "create:mechanical_pump"
|
||||
}
|
||||
],
|
||||
"sequence": [
|
||||
{
|
||||
"type": "create:deploying",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "create_factory_logistics:incomplete_fluid_mechanism"
|
||||
},
|
||||
{
|
||||
"item": "society:rubber"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "create_factory_logistics:incomplete_fluid_mechanism"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "create:deploying",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "create_factory_logistics:incomplete_fluid_mechanism"
|
||||
},
|
||||
{
|
||||
"item": "aquaculture:neptunium_nugget"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "create_factory_logistics:incomplete_fluid_mechanism"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "create:deploying",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "create_factory_logistics:incomplete_fluid_mechanism"
|
||||
},
|
||||
{
|
||||
"item": "numismatics:crown"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "create_factory_logistics:incomplete_fluid_mechanism"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"transitionalItem": {
|
||||
"item": "create_factory_logistics:incomplete_fluid_mechanism"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user