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