added slime from honey recipe

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

View File

@ -9,7 +9,7 @@
loader_version=0.12.12 loader_version=0.12.12
# Mod Properties # Mod Properties
mod_version = 1.18.1.0 mod_version = 1.18.1.1
maven_group = de.jottyfan.minecraft maven_group = de.jottyfan.minecraft
archives_base_name = quickiefabric archives_base_name = quickiefabric

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
}
}