default fix

master
Victor Hackeridze 2012-04-05 15:35:47 +06:00
parent c524be5aed
commit aed57084bc
1 changed files with 1 additions and 1 deletions

View File

@ -1273,7 +1273,7 @@ minetest.register_craftitem("default:book", {
minetest.register_craftitem("default:coal_lump", {
description = "Lump of coal",
inventory_image = "default_coal_lump.png",
groups = {coal = 1}
groups = {coal = 1},
stack_max = 128,
})