added slime from honey recipe

This commit is contained in:
2021-12-30 14:03:35 +01:00
parent b07784e2aa
commit e4401d2b3d
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:cactus"
},{
"item": "minecraft:honey_block"
}
],
"result": {
"item": "minecraft:slime_ball",
"count": 1
}
}