You've already forked minecraft-assets
Create/Update assets for version 1.13.2
This commit is contained in:
20
data/minecraft/recipes/birch_fence.json
Normal file
20
data/minecraft/recipes/birch_fence.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"group": "wooden_fence",
|
||||
"pattern": [
|
||||
"W#W",
|
||||
"W#W"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"W": {
|
||||
"item": "minecraft:birch_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:birch_fence",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user