mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 14:23:16 -04:00
Merge a87cf061d5
into 02bfcae53d
This commit is contained in:
commit
e88032a09f
1 changed files with 7 additions and 0 deletions
|
@ -99,6 +99,13 @@ for _, row in ipairs(dyelocal.dyes) do
|
|||
})
|
||||
end
|
||||
|
||||
-- Special case
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "dye:black 4",
|
||||
recipe = {"default:coal_lump"},
|
||||
})
|
||||
|
||||
-- Mix recipes
|
||||
-- Just mix everything to everything somehow sanely
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue