FIx some of UU-matter recipes in a hacky way

This commit is contained in:
drcrazy 2020-01-09 13:43:40 +03:00
parent 1d053bb592
commit 39617f61c0
6 changed files with 42 additions and 24 deletions

View file

@ -1,13 +1,16 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"pattern": [ "pattern": [
"U ", "UXX",
" ", "XXX",
" " "XXX"
], ],
"key": { "key": {
"U": { "U": {
"item": "techreborn:uu_matter" "item": "techreborn:uu_matter"
},
"X": {
"item": "minecraft:air"
} }
}, },
"result": { "result": {

View file

@ -1,13 +1,16 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"pattern": [ "pattern": [
" U", "XXU",
" ", "XXX",
" " "XXX"
], ],
"key": { "key": {
"U": { "U": {
"item": "techreborn:uu_matter" "item": "techreborn:uu_matter"
},
"X": {
"item": "minecraft:air"
} }
}, },
"result": { "result": {

View file

@ -1,13 +1,16 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"pattern": [ "pattern": [
" ", "XXX",
" ", "XXX",
"U " "UXX"
], ],
"key": { "key": {
"U": { "U": {
"item": "techreborn:uu_matter" "item": "techreborn:uu_matter"
},
"X": {
"item": "minecraft:air"
} }
}, },
"result": { "result": {

View file

@ -1,13 +1,16 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"pattern": [ "pattern": [
" U ", "XUX",
" ", "XXX",
" " "XXX"
], ],
"key": { "key": {
"U": { "U": {
"item": "techreborn:uu_matter" "item": "techreborn:uu_matter"
},
"X": {
"item": "minecraft:air"
} }
}, },
"result": { "result": {

View file

@ -1,13 +1,16 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"pattern": [ "pattern": [
" ", "XXX",
" ", "XXX",
" U " "XUX"
], ],
"key": { "key": {
"U": { "U": {
"item": "techreborn:uu_matter" "item": "techreborn:uu_matter"
},
"X": {
"item": "minecraft:air"
} }
}, },
"result": { "result": {

View file

@ -1,13 +1,16 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"pattern": [ "pattern": [
" ", "XXX",
" U ", "XUX",
" " "XXX"
], ],
"key": { "key": {
"U": { "U": {
"item": "techreborn:uu_matter" "item": "techreborn:uu_matter"
},
"X": {
"item": "minecraft:air"
} }
}, },
"result": { "result": {