FIx some of UU-matter recipes in a hacky way
This commit is contained in:
parent
1d053bb592
commit
39617f61c0
6 changed files with 42 additions and 24 deletions
|
@ -1,14 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"U ",
|
||||
" ",
|
||||
" "
|
||||
"UXX",
|
||||
"XXX",
|
||||
"XXX"
|
||||
],
|
||||
"key": {
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:air"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bone"
|
||||
|
|
|
@ -1,14 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" U",
|
||||
" ",
|
||||
" "
|
||||
"XXU",
|
||||
"XXX",
|
||||
"XXX"
|
||||
],
|
||||
"key": {
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:air"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:clay"
|
||||
|
|
|
@ -1,14 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" ",
|
||||
" ",
|
||||
"U "
|
||||
"XXX",
|
||||
"XXX",
|
||||
"UXX"
|
||||
],
|
||||
"key": {
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:air"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:grass_block"
|
||||
|
|
|
@ -1,14 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" U ",
|
||||
" ",
|
||||
" "
|
||||
"XUX",
|
||||
"XXX",
|
||||
"XXX"
|
||||
],
|
||||
"key": {
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:air"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:oak_wood"
|
||||
|
|
|
@ -1,14 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" ",
|
||||
" ",
|
||||
" U "
|
||||
"XXX",
|
||||
"XXX",
|
||||
"XUX"
|
||||
],
|
||||
"key": {
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:air"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:snow_block"
|
||||
|
|
|
@ -1,14 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" ",
|
||||
" U ",
|
||||
" "
|
||||
"XXX",
|
||||
"XUX",
|
||||
"XXX"
|
||||
],
|
||||
"key": {
|
||||
"U": {
|
||||
"item": "techreborn:uu_matter"
|
||||
}
|
||||
},
|
||||
"X": {
|
||||
"item": "minecraft:air"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:stone"
|
||||
|
|
Loading…
Reference in a new issue