add first patch

This commit is contained in:
2026-07-31 10:34:32 +09:00
parent 03aac2e45e
commit b1cbc6c78d
6390 changed files with 547430 additions and 0 deletions
@@ -0,0 +1,6 @@
{
"type": "forge:add_features",
"biomes": "#society:mining_biomes",
"features": "create:striated_ores_overworld",
"step": "underground_ores"
}
@@ -0,0 +1,6 @@
{
"type": "forge:add_features",
"biomes": "#society:mining_biomes",
"features": "create:zinc_ore",
"step": "underground_ores"
}
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"tag": "forge:nuggets/brass"
},
"S": {
"item": "society:canvas"
}
},
"pattern": [
"ASA"
],
"result": {
"item": "create:attribute_filter"
},
"show_notification": true
}
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"D": {
"item": "society:rubber"
}
},
"pattern": [
"DDD",
"DDD"
],
"result": {
"item": "create:belt_connector",
"count": 4
},
"show_notification": true
}
@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"B": {
"tag": "forge:plates/brass"
},
"S": {
"item": "minecraft:netherite_ingot"
}
},
"pattern": [
" S ",
"BBB",
" B "
],
"result": {
"item": "create:brass_hand"
},
"show_notification": true
}
@@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"item": "create:large_cogwheel"
},
"C": {
"item": "create:andesite_casing"
},
"l": {
"item": "oreganized:lead_ingot"
}
},
"pattern": [
"lCl",
"CAC",
"lCl"
],
"result": {
"count": 2,
"item": "create:chain_conveyor"
},
"show_notification": true
}
@@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"tag": "forge:plates/iron"
},
"I": {
"tag": "forge:ingots/lead"
}
},
"pattern": [
"A",
"I",
"A"
],
"result": {
"count": 4,
"item": "create:chute"
},
"show_notification": true
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"B": {
"item": "society:kinetic_blueprint"
},
"C": {
"item": "create:brass_casing"
},
"S": {
"item": "create:electron_tube"
}
},
"pattern": [
"B",
"C",
"S"
],
"result": {
"item": "create:clockwork_bearing"
},
"show_notification": true
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"B": {
"item": "minecraft:lever"
},
"C": {
"item": "create:railway_casing"
},
"I": {
"item": "society:ribbit_gadget"
}
},
"pattern": [
"B",
"C",
"I"
],
"result": {
"item": "create:controls"
},
"show_notification": true
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"B": {
"item": "minecraft:lever"
},
"C": {
"item": "create:railway_casing"
},
"I": {
"item": "society:battery"
}
},
"pattern": [
"B",
"C",
"I"
],
"result": {
"item": "create:controls"
},
"show_notification": true
}
@@ -0,0 +1,27 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"B": {
"item": "create:electron_tube"
},
"C": {
"item": "create:andesite_casing"
},
"I": {
"item": "create:brass_hand"
},
"L": {
"item": "oreganized:lead_ingot"
}
},
"pattern": [
" B ",
"LCL",
" I "
],
"result": {
"item": "create:deployer"
},
"show_notification": true
}
@@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"item": "create:electron_tube"
},
"P": {
"item": "create:andesite_alloy"
},
"L": {
"item": "oreganized:lead_ingot"
}
},
"pattern": [
"LLL",
"PAP",
"LLL"
],
"result": {
"count": 4,
"item": "create:display_board"
},
"show_notification": true
}
@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"tag": "forge:netherrack"
},
"I": {
"tag": "forge:plates/lead"
}
},
"pattern": [
" I ",
"IAI",
" I "
],
"result": {
"item": "create:empty_blaze_burner"
},
"show_notification": true
}
@@ -0,0 +1,27 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"item": "create:andesite_casing"
},
"P": {
"item": "create:propeller"
},
"S": {
"item": "create:shaft"
},
"L": {
"item": "oreganized:lead_ingot"
}
},
"pattern": [
" S ",
"LAL",
" P "
],
"result": {
"item": "create:encased_fan"
},
"show_notification": true
}
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"tag": "forge:nuggets/iron"
},
"S": {
"item": "society:canvas"
}
},
"pattern": [
"ASA"
],
"result": {
"item": "create:filter"
},
"show_notification": true
}
@@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"tag": "forge:ingots/copper"
},
"S": {
"tag": "forge:plates/copper"
},
"R": {
"item": "society:oak_resin"
}
},
"pattern": [
"CSC",
"SRS",
"CSC"
],
"result": {
"count": 8,
"item": "create:fluid_pipe"
},
"show_notification": true
}
@@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"tag": "forge:ingots/copper"
},
"S": {
"tag": "forge:plates/copper"
}
},
"pattern": [
"S",
"C",
"S"
],
"result": {
"count": 4,
"item": "create:fluid_pipe"
},
"show_notification": true
}
@@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"B": {
"tag": "forge:plates/copper"
},
"C": {
"item": "create:copper_casing"
}
},
"pattern": [
" B ",
"BCB",
" B "
],
"result": {
"item": "create:fluid_tank",
"count": 2
},
"show_notification": true
}
@@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"item": "oreganized:lead_ingot"
},
"R": {
"tag": "forge:dusts/redstone"
}
},
"pattern": [
"A",
"R",
"A"
],
"result": {
"count": 8,
"item": "create:gantry_shaft"
},
"show_notification": true
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"B": {
"item": "create:copper_casing"
},
"C": {
"item": "create:belt_connector"
},
"I": {
"tag": "forge:plates/copper"
}
},
"pattern": [
"B",
"C",
"I"
],
"result": {
"item": "create:hose_pulley"
},
"show_notification": true
}
@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "create:water_wheel"
},
"S": {
"item": "meadow:fire_log"
}
},
"pattern": [
" S ",
"SCS",
" S "
],
"result": {
"item": "create:large_water_wheel"
},
"show_notification": true
}
@@ -0,0 +1,28 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"B": {
"item": "create:electron_tube"
},
"C": {
"item": "create:brass_casing"
},
"R": {
"item": "minecraft:crafting_table"
},
"S": {
"item": "numismatics:sun"
}
},
"pattern": [
" B ",
"SCS",
" R "
],
"result": {
"count": 3,
"item": "create:mechanical_crafter"
},
"show_notification": true
}
@@ -0,0 +1,27 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "create:andesite_casing"
},
"I": {
"item": "create:whisk"
},
"S": {
"item": "create:cogwheel"
},
"L": {
"item": "oreganized:lead_ingot"
}
},
"pattern": [
" S ",
"LCL",
" I "
],
"result": {
"item": "create:mechanical_mixer"
},
"show_notification": true
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "create:andesite_casing"
},
"I": {
"tag": "forge:storage_blocks/lead"
},
"S": {
"item": "create:shaft"
}
},
"pattern": [
"S",
"C",
"I"
],
"result": {
"item": "create:mechanical_press"
},
"show_notification": true
}
@@ -0,0 +1,27 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "create:cogwheel"
},
"I": {
"tag": "forge:stone"
},
"S": {
"item": "create:andesite_casing"
},
"L": {
"item": "oreganized:lead_ingot"
}
},
"pattern": [
" C ",
"LSL",
" I "
],
"result": {
"item": "create:millstone"
},
"show_notification": true
}
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"tag": "forge:nuggets/zinc"
},
"S": {
"item": "society:canvas"
}
},
"pattern": [
"ASA"
],
"result": {
"item": "create:package_filter"
},
"show_notification": true
}
@@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"item": "oreganized:lead_ingot"
},
"P": {
"tag": "minecraft:planks"
}
},
"pattern": [
"P",
"A",
"P"
],
"result": {
"count": 8,
"item": "create:piston_extension_pole"
},
"show_notification": true
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"B": {
"item": "create:andesite_casing"
},
"C": {
"tag": "forge:rope"
},
"I": {
"tag": "forge:plates/lead"
}
},
"pattern": [
"B",
"C",
"I"
],
"result": {
"item": "create:rope_pulley"
},
"show_notification": true
}
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "society:battery"
},
{
"item": "oreganized:lead_ingot"
},
{
"item": "minecraft:paper"
}
],
"result": {
"count": 1,
"item": "create:schedule"
}
}
@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"P": {
"item": "society:rubber"
},
"T": {
"item": "create:copper_casing"
}
},
"pattern": [
"T",
"P"
],
"result": {
"item": "create:spout"
},
"show_notification": true
}
@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"tag": "forge:slimeballs"
},
"N": {
"tag": "forge:nuggets/iron"
},
"S": {
"item": "society:rubber"
}
},
"pattern": ["AS", "NA"],
"result": {
"item": "create:super_glue"
},
"show_notification": true
}
@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"B": {
"item": "society:battery"
},
"C": {
"item": "create:railway_casing"
}
},
"pattern": [
"CCC",
"CBC",
"CCC"
],
"result": {
"count": 32,
"item": "create:track_signal"
}
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"tag": "forge:plates/silver"
},
"D": {
"item": "create:depot"
},
"I": {
"item": "create:cogwheel"
}
},
"pattern": [
"A",
"D",
"I"
],
"result": {
"item": "create:weighted_ejector"
},
"show_notification": true
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"item": "create:andesite_alloy"
},
"S": {
"tag": "forge:rods/wooden"
},
"W": {
"item": "society:canvas"
}
},
"pattern": [
"WS",
"SA"
],
"result": {
"count": 2,
"item": "create:white_sail"
},
"show_notification": true
}
@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"item": "create:andesite_alloy"
},
"K": {
"item": "society:rubber"
}
},
"pattern": [
"A",
"K"
],
"result": {
"count": 2,
"item": "create:andesite_funnel"
},
"show_notification": true
}
@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"item": "create:andesite_alloy"
},
"K": {
"item": "society:rubber"
}
},
"pattern": [
"AA",
"KK"
],
"result": {
"count": 2,
"item": "create:andesite_tunnel"
},
"show_notification": true
}
@@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"tag": "forge:ingots/brass"
},
"E": {
"item": "create:electron_tube"
},
"K": {
"item": "society:rubber"
}
},
"pattern": [
"E",
"A",
"K"
],
"result": {
"count": 2,
"item": "create:brass_funnel"
},
"show_notification": true
}
@@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"tag": "forge:ingots/brass"
},
"E": {
"item": "create:electron_tube"
},
"K": {
"item": "society:rubber"
}
},
"pattern": [
"E ",
"AA",
"KK"
],
"result": {
"count": 2,
"item": "create:brass_tunnel"
},
"show_notification": true
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"tag": "forge:plates/silver"
},
"C": {
"item": "minecraft:redstone_torch"
},
"S": {
"item": "create:brass_casing"
}
},
"pattern": [
"C",
"S",
"A"
],
"result": {
"item": "create:display_link"
},
"show_notification": true
}
@@ -0,0 +1,26 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"item": "create:item_vault"
},
"B": {
"tag": "forge:slimeballs"
},
"b": {
"item": "society:battery"
},
"C": {
"item": "create:andesite_alloy"
},
"l": {
"item": "oreganized:lead_ingot"
}
},
"pattern": ["lbl", "BAB", "lCl"],
"result": {
"item": "create:package_frogport"
},
"show_notification": true
}
@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"item": "create:cardboard_block"
},
"C": {
"item": "minecraft:iron_block"
},
"R": {
"item": "minecraft:redstone_block"
}
},
"pattern": [" C ", "CAC", "RCR"],
"result": {
"item": "create:packager"
},
"show_notification": true
}
@@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "minecraft:cobblestone"
},
"S": {
"tag": "forge:plates/silver"
},
"W": {
"tag": "forge:dusts/redstone"
}
},
"pattern": [
" S ",
"CWC",
"CCC"
],
"result": {
"count": 2,
"item": "create:redstone_contact"
},
"show_notification": true
}
@@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "minecraft:redstone_torch"
},
"S": {
"item": "create:andesite_casing"
},
"s": {
"item": "oreganized:silver_ingot"
}
},
"pattern": [
"C",
"S",
"s"
],
"result": {
"count": 2,
"item": "create:redstone_link"
},
"show_notification": true
}
@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"item": "minecraft:andesite"
},
"B": {
"item": "numismatics:sprocket"
}
},
"pattern": [
"BA",
"AB"
],
"result": {
"item": "create:andesite_alloy"
},
"show_notification": true
}
@@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"L": {
"item": "create:polished_rose_quartz"
},
"N": {
"tag": "forge:plates/silver"
}
},
"pattern": [
"L",
"N"
],
"result": {
"item": "create:electron_tube"
},
"show_notification": true
}
@@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"L": {
"tag": "forge:plates/copper"
},
"N": {
"item": "minecraft:lightning_rod"
},
"R": {
"tag": "forge:dusts/redstone"
},
"S": {
"tag": "forge:plates/silver"
}
},
"pattern": [" N ", "LSL", " R "],
"result": {
"item": "create:transmitter"
},
"show_notification": true
}
@@ -0,0 +1,26 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "etcetera:nether_bismuth_ore"
}
],
"processingTime": 250,
"results": [
{
"item": "create:crushed_raw_bismuth"
},
{
"chance": 0.75,
"item": "create:crushed_raw_bismuth"
},
{
"chance": 0.75,
"item": "create:experience_nugget"
},
{
"chance": 0.125,
"item": "minecraft:netherrack"
}
]
}
@@ -0,0 +1,18 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "etcetera:raw_bismuth"
}
],
"processingTime": 400,
"results": [
{
"item": "create:crushed_raw_bismuth"
},
{
"chance": 0.75,
"item": "create:experience_nugget"
}
]
}
@@ -0,0 +1,20 @@
{
"type": "create:crushing",
"ingredients": [
{
"item": "etcetera:raw_bismuth_block"
}
],
"processingTime": 400,
"results": [
{
"count": 9,
"item": "create:crushed_raw_bismuth"
},
{
"chance": 0.75,
"count": 9,
"item": "create:experience_nugget"
}
]
}
@@ -0,0 +1,26 @@
{
"type": "create:filling",
"ingredients": [
[
{ "item": "minecraft:cake" },
{ "item": "veggiesdelight:carrot_cake" },
{ "item": "bakery:strawberry_cake" },
{ "item": "bakery:sweetberry_cake" },
{ "item": "bakery:chocolate_cake" },
{ "item": "farm_and_charm:grandmothers_strawberry_cake" },
{ "item": "veggiesdelight:turnip_cake" },
{ "item": "meadow:cheesecake" },
{ "item": "farmersdelight:sweet_berry_cheesecake" }
],
{
"amount": 500,
"fluid": "minecraft:lava",
"nbt": {}
}
],
"results": [
{
"item": "create:blaze_cake"
}
]
}
@@ -0,0 +1,23 @@
{
"type": "create:filling",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "farmersdelight"
}
],
"ingredients": [
{
"item": "minecraft:glass_bottle"
},
{
"amount": 250,
"fluid": "society:milk"
}
],
"results": [
{
"item": "farmersdelight:milk_bottle"
}
]
}
@@ -0,0 +1,17 @@
{
"type": "create:filling",
"ingredients": [
{
"item": "etcetera:bismuth_ingot"
},
{
"amount": 200,
"fluid": "society:alchemical_varnish"
}
],
"results": [
{
"item": "oreganized:silver_ingot"
}
]
}
@@ -0,0 +1,17 @@
{
"type": "create:filling",
"ingredients": [
{
"item": "botania:manasteel_ingot"
},
{
"amount": 50,
"fluid": "society:alchemical_varnish"
}
],
"results": [
{
"item": "oreganized:silver_ingot"
}
]
}
@@ -0,0 +1,17 @@
{
"type": "create:filling",
"ingredients": [
{
"item": "minecraft:bread"
},
{
"amount": 250,
"fluid": "society:milk"
}
],
"results": [
{
"item": "create:sweet_roll"
}
]
}
@@ -0,0 +1,16 @@
{
"type": "create:item_application",
"ingredients": [
{
"item": "society:treated_log"
},
{
"tag": "forge:ingots/copper"
}
],
"results": [
{
"item": "create:copper_casing"
}
]
}
@@ -0,0 +1,16 @@
{
"type": "create:item_application",
"ingredients": [
{
"tag": "forge:stripped_logs"
},
{
"tag": "forge:ingots/lead"
}
],
"results": [
{
"item": "create:railway_casing"
}
]
}
@@ -0,0 +1,16 @@
{
"type": "create:item_application",
"ingredients": [
{
"tag": "society:raw_logs"
},
{
"item": "society:oak_resin"
}
],
"results": [
{
"item": "society:treated_log"
}
]
}
@@ -0,0 +1,22 @@
{
"type": "create:mechanical_crafting",
"acceptMirrored": true,
"key": {
"f": {
"item": "meadow:fire_log"
},
"R": {
"item": "society:ribbit_gadget"
},
"P": {
"item": "oreganized:electrum_upgrade_smithing_template"
},
"S": {
"item": "minecraft:iron_block"
}
},
"pattern": ["PRSSS", "ff "],
"result": {
"item": "wildernature:blunderbuss"
}
}
@@ -0,0 +1,29 @@
{
"type": "create:milling",
"ingredients": [
{
"item": "minecraft:sugar_cane"
}
],
"processingTime": 50,
"results": [
{
"count": 2,
"item": "minecraft:sugar",
"nbt": {
"quality_food": {
"quality": 1
}
}
},
{
"chance": 0.1,
"item": "minecraft:sugar",
"nbt": {
"quality_food": {
"quality": 2
}
}
}
]
}
@@ -0,0 +1,23 @@
{
"type": "create:milling",
"ingredients": [
{
"item": "minecraft:wheat"
}
],
"processingTime": 150,
"results": [
{
"item": "create:wheat_flour"
},
{
"chance": 0.25,
"count": 2,
"item": "create:wheat_flour"
},
{
"chance": 0.25,
"item": "minecraft:wheat_seeds"
}
]
}
@@ -0,0 +1,16 @@
{
"type": "create:mixing",
"ingredients": [
{
"item": "minecraft:andesite"
},
{
"item": "numismatics:sprocket"
}
],
"results": [
{
"item": "create:andesite_alloy"
}
]
}
@@ -0,0 +1,20 @@
{
"type": "create:mixing",
"heatRequirement": "heated",
"ingredients": [
{
"item": "minecraft:netherite_scrap"
},
{
"item": "create:zinc_ingot"
},
{
"item": "minecraft:copper_ingot"
}
],
"results": [
{
"item": "create:brass_ingot"
}
]
}
@@ -0,0 +1,22 @@
{
"type": "create:mixing",
"heatRequirement": "heated",
"ingredients": [
{
"item": "minecraft:sugar"
},
{
"item": "minecraft:cocoa_beans"
},
{
"amount": 250,
"fluid": "society:milk"
}
],
"results": [
{
"amount": 250,
"fluid": "create:chocolate"
}
]
}
@@ -0,0 +1,15 @@
{
"type": "create:mixing",
"heatRequirement": "heated",
"ingredients": [
{
"item": "create:bar_of_chocolate"
}
],
"results": [
{
"amount": 250,
"fluid": "create:chocolate"
}
]
}
@@ -0,0 +1,23 @@
{
"type": "create:mixing",
"ingredients": [
{
"item": "veggiesdelight:sweet_potato"
},
{
"item": "farm_and_charm:yeast"
},
{
"tag": "farm_and_charm:flour"
},
{
"tag": "forge:eggs"
}
],
"results": [
{
"item": "veggiesdelight:sweet_potato_dough",
"count": 10
}
]
}
@@ -0,0 +1,24 @@
{
"type": "create:mixing",
"ingredients": [
{
"item": "veggiesdelight:sweet_potato"
},
{
"item": "farm_and_charm:yeast"
},
{
"tag": "farm_and_charm:flour"
},
{
"amount": 250,
"fluid": "minecraft:water"
}
],
"results": [
{
"item": "veggiesdelight:sweet_potato_dough",
"count": 10
}
]
}
@@ -0,0 +1,24 @@
{
"type": "create:mixing",
"heatRequirement": "heated",
"ingredients": [
{
"item": "herbalbrews:dried_black_tea"
},
{
"amount": 250,
"fluid": "society:ancient_fruit_juice",
"nbt": {}
},
{
"amount": 250,
"fluid": "society:milk"
}
],
"results": [
{
"amount": 1000,
"fluid": "create:tea"
}
]
}
@@ -0,0 +1,83 @@
{
"type": "create:sequenced_assembly",
"ingredient": {
"item": "oreganized:silver_sheet"
},
"loops": 4,
"results": [
{
"chance": 120.0,
"item": "create:precision_mechanism",
"count": 1
},
{
"chance": 8.0,
"item": "oreganized:silver_ingot"
},
{
"chance": 8.0,
"item": "numismatics:cog"
},
{
"chance": 5.0,
"item": "numismatics:sprocket"
},
{
"chance": 3.0,
"item": "numismatics:crown"
}
],
"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"
},
{
"item": "numismatics:crown"
}
],
"results": [
{
"item": "create:incomplete_precision_mechanism"
}
]
}
],
"transitionalItem": {
"item": "create:incomplete_precision_mechanism"
}
}
@@ -0,0 +1,62 @@
{
"type": "create:sequenced_assembly",
"ingredient": {
"item": "oreganized:lead_sheet"
},
"loops": 1,
"results": [
{
"item": "create:sturdy_sheet",
"count": 1
}
],
"sequence": [
{
"type": "create:filling",
"ingredients": [
{
"item": "create:unprocessed_obsidian_sheet"
},
{
"amount": 500,
"fluid": "minecraft:lava",
"nbt": {}
}
],
"results": [
{
"item": "create:unprocessed_obsidian_sheet"
}
]
},
{
"type": "create:pressing",
"ingredients": [
{
"item": "create:unprocessed_obsidian_sheet"
}
],
"results": [
{
"item": "create:unprocessed_obsidian_sheet"
}
]
},
{
"type": "create:pressing",
"ingredients": [
{
"item": "create:unprocessed_obsidian_sheet"
}
],
"results": [
{
"item": "create:unprocessed_obsidian_sheet"
}
]
}
],
"transitionalItem": {
"item": "create:unprocessed_obsidian_sheet"
}
}
@@ -0,0 +1,18 @@
{
"type": "create:splashing",
"ingredients": [
{
"item": "create:crushed_raw_bismuth"
}
],
"results": [
{
"count": 9,
"item": "etcetera:bismuth_nugget"
},
{
"chance": 0.20,
"item": "oreganized:silver_nugget"
}
]
}
@@ -0,0 +1,24 @@
{
"type": "create:splashing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "oreganized"
}
],
"ingredients": [
{
"item": "create:crushed_raw_lead"
}
],
"results": [
{
"count": 9,
"item": "oreganized:lead_nugget"
},
{
"chance": 0.35,
"item": "society:basalt_shard"
}
]
}
@@ -0,0 +1,24 @@
{
"type": "create:splashing",
"conditions": [
{
"type": "forge:mod_loaded",
"modid": "oreganized"
}
],
"ingredients": [
{
"item": "create:crushed_raw_silver"
}
],
"results": [
{
"count": 9,
"item": "oreganized:silver_nugget"
},
{
"chance": 0.12,
"item": "minecraft:netherite_scrap"
}
]
}
@@ -0,0 +1,19 @@
{
"type": "create:splashing",
"ingredients": [
{
"item": "minecraft:soul_sand"
}
],
"results": [
{
"chance": 0.05,
"count": 1,
"item": "quark:soul_bead"
},
{
"chance": 0.02,
"item": "minecraft:gold_nugget"
}
]
}
@@ -0,0 +1,13 @@
{
"type": "create:splashing",
"ingredients": [
{
"tag": "minecraft:terracotta"
}
],
"results": [
{
"item": "minecraft:terracotta"
}
]
}
@@ -0,0 +1,29 @@
{
"values": [
{
"id": "sophisticatedstorage:chest",
"required": true
},
{
"id": "sophisticatedstorage:copper_chest",
"required": true
},
{
"id": "sophisticatedstorage:iron_chest",
"required": true
},
{
"id": "sophisticatedstorage:gold_chest",
"required": true
},
{
"id": "sophisticatedstorage:diamond_chest",
"required": true
},
{
"id": "sophisticatedstorage:netherite_chest",
"required": true
},
"#functionalstorage:drawer"
]
}
@@ -0,0 +1,57 @@
{
"replace": false,
"values": [
{
"id": "vinery:red_grapejuice_wine_bottle",
"required": false
},
{
"id": "vinery:white_grapejuice_wine_bottle",
"required": false
},
{
"id": "vinery:jungle_red_grapejuice_bottle",
"required": false
},
{
"id": "vinery:jungle_white_grapejuice_bottle",
"required": false
},
{
"id": "vinery:savanna_red_grapejuice_bottle",
"required": false
},
{
"id": "vinery:savanna_white_grapejuice_bottle",
"required": false
},
{
"id": "vinery:taiga_red_grapejuice_bottle",
"required": false
},
{
"id": "vinery:taiga_white_grapejuice_bottle",
"required": false
},
{
"id": "vinery:taiga_red_grapejuice_bottle",
"required": false
},
{
"id": "vinery:taiga_white_grapejuice_bottle",
"required": false
},
{
"id": "nethervinery:crimson_grapejuice",
"required": false
},
{
"id": "nethervinery:warped_grapejuice",
"required": false
},
{
"id": "vinery:wine_bottle",
"required": false
}
]
}