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:
@ -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)
|
||||
--
|
||||
|
Reference in New Issue
Block a user