Supprime le mod nalc_bakedclay
This commit is contained in:
parent
4456fccd8c
commit
4291b6bae2
@ -1,2 +0,0 @@
|
|||||||
bakedclay
|
|
||||||
unifieddyes
|
|
@ -1,12 +0,0 @@
|
|||||||
-- If bakedclay loaded then remove "dye:grey 3" craft recipe
|
|
||||||
-- in order to avoid unifieddyes conflict
|
|
||||||
|
|
||||||
minetest.clear_craft({output = "dye:grey"})
|
|
||||||
minetest.register_craft(
|
|
||||||
{
|
|
||||||
type = "shapeless",
|
|
||||||
output = "dye:grey 2",
|
|
||||||
recipe = {"dye:black", "dye:white"}
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.log("action", "[nalc_bakedclay] loaded.")
|
|
Loading…
Reference in New Issue
Block a user