1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 06:11:47 +02:00

Unify the dyes unifier

- Update unifieddyes
 - Unify recipes between unifieddyes and dye
 - Solves #245
This commit is contained in:
LeMagnesium
2015-08-30 13:46:49 +02:00
parent d19345adaa
commit f16dc55e92
7 changed files with 126 additions and 406 deletions

View File

@ -844,12 +844,6 @@ minetest.register_craft({
recipe = {"default:apple", "default:mese", "default:mese"},
})
minetest.register_craft({
type = "shapeless",
output = "dye:dark_grey 4",
recipe = {"default:coal_lump"},
})
--
-- Crafting (tool repair)
--