You've already forked minecraft-assets
Create/Update assets for version 1.19-pre1
This commit is contained in:
19
data/minecraft/recipes/armor_stand.json
Normal file
19
data/minecraft/recipes/armor_stand.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"key": {
|
||||
"/": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"_": {
|
||||
"item": "minecraft:smooth_stone_slab"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"///",
|
||||
" / ",
|
||||
"/_/"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:armor_stand"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user