mods: add some furniture, create enchantments, and the jetpack, and rewrite the dough processing line

This commit is contained in:
2025-06-15 15:35:22 +02:00
parent e36994e537
commit 0f75163bae
14 changed files with 210 additions and 42 deletions

View File

@ -40,6 +40,8 @@
"forge:crops/{material}",
"forge:seeds/{material}",
"forge:grain/{material}",
"forge:flour/{material}",
"forge:bread/{material}",
"forge:tomato_sauces",
"forge:bacon",
"forge:cheeseburgers",
@ -48,9 +50,13 @@
"forge:cheese",
"forge:peanut_butter_and_jam",
"forge:dough",
"forge:dough/{material}",
"forge:flour",
"forge:steamed_rices",
"forge:rubber",
"forge:cardboard"
"forge:cardboard",
"forge:chocolate",
"forge:pasta"
],
"materials": [
"aeternium",
@ -128,7 +134,10 @@
"barley",
"coffee_beans",
"apple",
"fig"
"fig",
"wheat",
"ginger"
],
"priorityOverrides": {
"forge:cheese": "thermal",
@ -183,15 +192,24 @@
"thermal:crafting/dies": ["ae2:silicon_press", "ae2:engineering_processor_press", "ae2:calculation_processor_press", "ae2:logic_processor_press"],
"forge:ingots/andesite_alloy": ["create:andesite_alloy"],
"forge:rods/andesite_alloy": ["create:shaft"],
"forge:gears/andesite_alloy": ["create:cogwheel"]
"forge:gears/andesite_alloy": ["create:cogwheel"],
"forge:flour/wheat": ["croptopia:flour"],
"forge:dough/wheat": ["croptopia:dough", "candlelight:dough", "bakery:dough"],
"forge:dough/ginger": ["create_confectionery:gingerdough"],
"forge:bread/ginger": ["create_confectionery:gingerbread", "brewery:gingerbread"],
"forge:bars/chocolate": ["croptopia:chocolate"]
},
"tagOwnerships": {
"forge:crops/bell_pepper": ["forge:crops/bellpepper"],
"forge:crops/tea": ["forge:tea_leaves", "forge:crops/tea_leaves"],
"forge:seeds/rice": ["forge:rice_seeds", "forge:seeds/rice_seeds"],
"forge:grain/rice": ["forge:rice", "forge:crops/rice"],
"forge:grain/corn": ["forge:crops/corn"]
"forge:grain/corn": ["forge:crops/corn"],
"forge:dough": ["c:dough", "forge:doughs", "bakery:dough", "candlelight:dough"],
"forge:bars/chocolate": ["forge:chocolate", "forge:chocolates"],
"forge:grain/barley": ["forge:crops/barley"]
},
"itemTagInheritanceMode": "ALLOW",
"itemTagInheritance": {},