added powered spawner back to recipes

This commit is contained in:
2025-01-03 18:32:04 -06:00
parent e0c7e11c17
commit 52fd2acee4

View File

@@ -0,0 +1,30 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"B": {
"item": "enderio:broken_spawner"
},
"C": {
"item": "enderio:ensouled_chassis"
},
"I": {
"tag": "forge:ingots/soularium"
},
"V": {
"tag": "forge:gems/vibrant_crystal"
},
"Z": {
"item": "enderio:z_logic_controller"
}
},
"pattern": [
"IBI",
"ICI",
"VZV"
],
"result": {
"item": "enderio:powered_spawner"
},
"show_notification": true
}