1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-03 16:40:25 +02:00

Rollback again, something is crashing the server..

This commit is contained in:
LeMagnesium
2014-12-10 23:31:28 +01:00
parent 4de7f3e484
commit 8b3abd1b43
14 changed files with 392 additions and 368 deletions

View File

@ -17,13 +17,14 @@ minetest.register_craftitem("default:paper", {
minetest.register_craftitem("default:book", {
description = "Book",
inventory_image = "default_book.png",
groups = {book = 1},
groups = {book=1},
})
minetest.register_craftitem("default:coal_lump", {
description = "Coal Lump",
wield_scale = {x = 1, y = 1, z = 2},
inventory_image = "default_coal_lump.png",
groups = {coal = 1}
})
minetest.register_craftitem("default:iron_lump", {