ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/lava_factory_casing.json
Mrbysco 6886aca623 Fix the overlay on the Lava Factory Controller
Datagen the recipe for the casing and controller
2024-03-10 22:20:00 +01:00

19 lines
332 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "actuallyadditions:iron_casing"
},
"E": {
"item": "actuallyadditions:enori_crystal_block"
}
},
"pattern": [
"ECE"
],
"result": {
"count": 32,
"item": "actuallyadditions:lava_factory_casing"
}
}