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