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