mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-17 10:24:23 +01:00
Fix palm log/stripped log and wood recipes
This commit is contained in:
parent
5867e987f3
commit
f3ab86ed74
5 changed files with 42 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:crafting_shapeless",
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"category": "building",
|
||||||
|
"group": "planks",
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
{ "item": "unicopia:palm_log" }
|
{ "tag": "unicopia:palm_logs" }
|
||||||
],
|
],
|
||||||
"result": {
|
"result": {
|
||||||
"item": "unicopia:palm_planks",
|
"item": "unicopia:palm_planks",
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "building",
|
||||||
|
"group": "bark",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"##",
|
"##",
|
||||||
"##"
|
"##"
|
||||||
|
@ -10,6 +12,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"result": {
|
"result": {
|
||||||
|
"count": 3,
|
||||||
"item": "unicopia:palm_wood"
|
"item": "unicopia:palm_wood"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "building",
|
||||||
|
"group": "bark",
|
||||||
|
"pattern": [
|
||||||
|
"##",
|
||||||
|
"##"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "unicopia:stripped_palm_log"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"count": 3,
|
||||||
|
"item": "unicopia:stripped_palm_wood"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"unicopia:palm_log",
|
||||||
|
"unicopia:palm_wood",
|
||||||
|
"unicopia:stripped_palm_log",
|
||||||
|
"unicopia:stripped_palm_wood"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"replace": false,
|
||||||
|
"values": [
|
||||||
|
"unicopia:palm_log",
|
||||||
|
"unicopia:palm_wood",
|
||||||
|
"unicopia:stripped_palm_log",
|
||||||
|
"unicopia:stripped_palm_wood"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue