added powered spawner back to recipes
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user