You've already forked minecraft-assets
Create/Update assets for version 21w15a
This commit is contained in:
16
data/minecraft/recipes/warped_slab.json
Normal file
16
data/minecraft/recipes/warped_slab.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"group": "wooden_slab",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:warped_planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:warped_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user