Fix palm log/stripped log and wood recipes

This commit is contained in:
Sollace 2024-01-17 19:13:17 +00:00
parent 5867e987f3
commit f3ab86ed74
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB
5 changed files with 42 additions and 1 deletions

View file

@ -1,7 +1,9 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "planks",
"ingredients": [
{ "item": "unicopia:palm_log" }
{ "tag": "unicopia:palm_logs" }
],
"result": {
"item": "unicopia:palm_planks",

View file

@ -1,5 +1,7 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "bark",
"pattern": [
"##",
"##"
@ -10,6 +12,7 @@
}
},
"result": {
"count": 3,
"item": "unicopia:palm_wood"
}
}

View file

@ -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"
}
}

View file

@ -0,0 +1,9 @@
{
"replace": false,
"values": [
"unicopia:palm_log",
"unicopia:palm_wood",
"unicopia:stripped_palm_log",
"unicopia:stripped_palm_wood"
]
}

View file

@ -0,0 +1,9 @@
{
"replace": false,
"values": [
"unicopia:palm_log",
"unicopia:palm_wood",
"unicopia:stripped_palm_log",
"unicopia:stripped_palm_wood"
]
}