introduction of log variants
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "bark",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "cherry:cherry_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "cherry:cherry_wood",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "bark",
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "cherry:stripped_cherry_log"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "cherry:stripped_cherry_wood",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user