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