Added plank recipe and cast plank to tag
This commit is contained in:
parent
4169f908fc
commit
e19141804c
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"group": "planks",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "cherry:cherry_logs"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "cherry:cherry_planks",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -3,4 +3,4 @@
|
|||
"values": [
|
||||
"cherry:cherry_log"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"cherry:cherry_log"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"cherry:cherry_leaves"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"#cherry:cherry_logs"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"cherry:cherry_planks"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue