Move sponges to mcl_sponges mod
This commit is contained in:
parent
0110ec95c6
commit
19b44a9910
9 changed files with 107 additions and 107 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue