Fix dye stuff, fixes #243
This commit is contained in:
parent
9670c27161
commit
c4969665e7
2 changed files with 8 additions and 1 deletions
|
@ -19,6 +19,7 @@ minetest.register_craftitem("default:book", {
|
|||
minetest.register_craftitem("default:coal_lump", {
|
||||
description = "Coal Lump",
|
||||
inventory_image = "default_coal_lump.png",
|
||||
groups = {coal = 1}
|
||||
})
|
||||
|
||||
minetest.register_craftitem("default:iron_lump", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue