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",
|
"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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue