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