You've already forked minecraft-assets
Create/Update assets for version 1.17.1
This commit is contained in:
23
data/minecraft/recipes/quartz_slab.json
Normal file
23
data/minecraft/recipes/quartz_slab.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": [
|
||||
{
|
||||
"item": "minecraft:chiseled_quartz_block"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:quartz_block"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:quartz_pillar"
|
||||
}
|
||||
]
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:quartz_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user