Move sponges to mcl_sponges mod

This commit is contained in:
Wuzzy 2017-02-16 20:45:28 +01:00
parent 0110ec95c6
commit 19b44a9910
9 changed files with 107 additions and 107 deletions

View file

@ -705,13 +705,6 @@ minetest.register_craft({
cooktime = 10,
})
minetest.register_craft({
type = "cooking",
output = "mcl_core:sponge",
recipe = "mcl_core:sponge_wet",
cooktime = 10,
})
minetest.register_craft({
type = "cooking",
output = "mcl_core:coal_lump",