mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-24 01:40:29 +01:00
Added Smelting recipe for making raw_latex in mineclone2
This commit is contained in:
parent
3ed2d96eb5
commit
e04bafce83
@ -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
|
Loading…
Reference in New Issue
Block a user