Add custom recipe for damageable Ingredients (#3230)
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
},
|
||||
"recipes": {
|
||||
"part_shaped": "appeng.recipes.factories.recipes.PartRecipeFactory",
|
||||
"part_shapeless": "appeng.recipes.factories.recipes.PartRecipeFactory"
|
||||
"part_shapeless": "appeng.recipes.factories.recipes.PartRecipeFactory",
|
||||
"damaged": "appeng.recipes.factories.recipes.DamagedRecipeFactory"
|
||||
}
|
||||
}
|
||||
|
||||
+1
-2
@@ -1,10 +1,9 @@
|
||||
{
|
||||
"type": "appliedenergistics2:damaged",
|
||||
"result": {
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "part.cable_anchor",
|
||||
"count": 3
|
||||
},
|
||||
"type": "appliedenergistics2:part_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "#appliedenergistics2:metalIngots"
|
||||
|
||||
Reference in New Issue
Block a user