Supprime le mod nalc_bakedclay

This commit is contained in:
sys4-fr 2019-01-05 18:24:36 +01:00
parent 4456fccd8c
commit 4291b6bae2
2 changed files with 0 additions and 14 deletions

View File

@ -1,2 +0,0 @@
bakedclay
unifieddyes

View File

@ -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.")