You've already forked minecraft-assets
Create/Update assets for version 1.20.5-rc2
This commit is contained in:
21
data/minecraft/recipes/smithing_table.json
Normal file
21
data/minecraft/recipes/smithing_table.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"tag": "minecraft:planks"
|
||||
},
|
||||
"@": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"@@",
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:smithing_table"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user