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,14 +1,17 @@
{ {
"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": {
"item": "minecraft:bone" "item": "minecraft:bone"

View file

@ -1,14 +1,17 @@
{ {
"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": {
"item": "minecraft:clay" "item": "minecraft:clay"

View file

@ -1,14 +1,17 @@
{ {
"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": {
"item": "minecraft:grass_block" "item": "minecraft:grass_block"

View file

@ -1,14 +1,17 @@
{ {
"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": {
"item": "minecraft:oak_wood" "item": "minecraft:oak_wood"

View file

@ -1,14 +1,17 @@
{ {
"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": {
"item": "minecraft:snow_block" "item": "minecraft:snow_block"

View file

@ -1,14 +1,17 @@
{ {
"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": {
"item": "minecraft:stone" "item": "minecraft:stone"