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