mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +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",
|
||||
"category": "building",
|
||||
"group": "planks",
|
||||
"ingredients": [
|
||||
{ "item": "unicopia:palm_log" }
|
||||
{ "tag": "unicopia:palm_logs" }
|
||||
],
|
||||
"result": {
|
||||
"item": "unicopia:palm_planks",
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"group": "bark",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
|
@ -10,6 +12,7 @@
|
|||
}
|
||||
},
|
||||
"result": {
|
||||
"count": 3,
|
||||
"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