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

@ -12,7 +12,7 @@ minetest.register_craft({
})
minetest.register_craft({
output = "mcl_core:sponge",
output = "mcl_sponges:sponge",
recipe = {
{ "mcl_core:haybale", "mcl_core:haybale", "mcl_core:haybale" },
{ "mcl_core:haybale", "mcl_core:emerald", "mcl_core:haybale" },