Added plank recipe and cast plank to tag
This commit is contained in:
parent
4169f908fc
commit
e19141804c
13
src/main/resources/data/cherry/recipes/cherry_planks.json
Normal file
13
src/main/resources/data/cherry/recipes/cherry_planks.json
Normal file
@ -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"
|
||||
]
|
||||
}
|
6
src/main/resources/data/minecraft/tags/items/leaves.json
Normal file
6
src/main/resources/data/minecraft/tags/items/leaves.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"cherry:cherry_leaves"
|
||||
]
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"#cherry:cherry_logs"
|
||||
]
|
||||
}
|
6
src/main/resources/data/minecraft/tags/items/planks.json
Normal file
6
src/main/resources/data/minecraft/tags/items/planks.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"cherry:cherry_planks"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user