remove slime block -> 9x slime mold recipe
This commit is contained in:
parent
d226c13008
commit
833838b3a2
5
dirt.lua
5
dirt.lua
@ -365,8 +365,3 @@ minetest.register_craft({
|
|||||||
{"ethereal:slime_mold", "ethereal:slime_mold", "ethereal:slime_mold"}
|
{"ethereal:slime_mold", "ethereal:slime_mold", "ethereal:slime_mold"}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
|
||||||
output = "ethereal:slime_mold 9",
|
|
||||||
recipe = {{"ethereal:slime_block"}}
|
|
||||||
})
|
|
||||||
|
Loading…
Reference in New Issue
Block a user