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