1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-28 12:46:02 +02:00

Fix dye stuff, fixes #243

This commit is contained in:
BlockMen
2014-09-16 19:12:31 +02:00
parent 9670c27161
commit c4969665e7
2 changed files with 8 additions and 1 deletions

View File

@ -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", {