You've already forked minecraft-assets
Create/Update assets for version 21w10a
This commit is contained in:
19
data/minecraft/recipes/shield.json
Normal file
19
data/minecraft/recipes/shield.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"WoW",
|
||||
"WWW",
|
||||
" W "
|
||||
],
|
||||
"key": {
|
||||
"W": {
|
||||
"tag": "minecraft:planks"
|
||||
},
|
||||
"o": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:shield"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user