Added plank recipe and cast plank to tag

This commit is contained in:
Justin Parsell 2021-02-26 22:12:43 -05:00
parent 4169f908fc
commit e19141804c
6 changed files with 38 additions and 1 deletions

View File

@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"group": "planks",
"ingredients": [
{
"tag": "cherry:cherry_logs"
}
],
"result": {
"item": "cherry:cherry_planks",
"count": 4
}
}

View File

@ -3,4 +3,4 @@
"values": [
"cherry:cherry_log"
]
}
}

View File

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"cherry:cherry_log"
]
}

View File

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"cherry:cherry_leaves"
]
}

View File

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"#cherry:cherry_logs"
]
}

View File

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"cherry:cherry_planks"
]
}