mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-26 08:48:34 +01:00
Change Phantom Itemface recipe
This commit is contained in:
parent
17d8dcce82
commit
5a921e100f
1 changed files with 4 additions and 4 deletions
|
@ -8,16 +8,16 @@
|
||||||
"C": {
|
"C": {
|
||||||
"tag": "forge:chests/wooden"
|
"tag": "forge:chests/wooden"
|
||||||
},
|
},
|
||||||
"D": {
|
|
||||||
"item": "actuallyadditions:empowered_diamatine_crystal"
|
|
||||||
},
|
|
||||||
"E": {
|
"E": {
|
||||||
"item": "actuallyadditions:ender_casing"
|
"item": "actuallyadditions:ender_casing"
|
||||||
|
},
|
||||||
|
"M": {
|
||||||
|
"item": "minecraft:phantom_membrane"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pattern": [
|
"pattern": [
|
||||||
" C ",
|
" C ",
|
||||||
"DED",
|
"MEM",
|
||||||
" A "
|
" A "
|
||||||
],
|
],
|
||||||
"result": {
|
"result": {
|
||||||
|
|
Loading…
Reference in a new issue