You've already forked minecraft-assets
Create/Update assets for version 24w14potato
This commit is contained in:
21
data/minecraft/recipes/trident.json
Normal file
21
data/minecraft/recipes/trident.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "equipment",
|
||||
"key": {
|
||||
"/": {
|
||||
"item": "minecraft:stick"
|
||||
},
|
||||
"^": {
|
||||
"item": "minecraft:dent"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
" ^^",
|
||||
" /^",
|
||||
"/ "
|
||||
],
|
||||
"result": {
|
||||
"count": 1,
|
||||
"id": "minecraft:trident"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user