diff --git a/technic/crafts.lua b/technic/crafts.lua index f02d670..e7e7234 100644 --- a/technic/crafts.lua +++ b/technic/crafts.lua @@ -207,3 +207,11 @@ minetest.register_craft({ type = "cooking", recipe = "technic:rubber_goo", }) + +if minetest.get_modpath("mcl_core") then +minetest.register_craft({ + output = "technic:raw_latex", + type = "cooking", + recipe = "mcl_mobitems:slimeball", +}) +end \ No newline at end of file