mirror of
https://github.com/chylex/Hardcore-Ender-Expansion-2.git
synced 2025-04-14 12:15:44 +02:00
Change Energy Oracle recipe
This commit is contained in:
parent
903636aadd
commit
cdb1540850
@ -1,12 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" O ",
|
||||
"X#X"
|
||||
"XOX",
|
||||
"X#X",
|
||||
"XXX"
|
||||
],
|
||||
"key": {
|
||||
"#": { "item": "minecraft:gold_ingot" },
|
||||
"X": { "item": "minecraft:obsidian" },
|
||||
"X": { "item": "hee:obsidian_fragment" },
|
||||
"O": { "item": "minecraft:ender_eye" }
|
||||
},
|
||||
"result": {
|
||||
|
Loading…
Reference in New Issue
Block a user