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

Merge... some random commits

This commit is contained in:
LeMagnesium
2014-12-15 00:04:45 +01:00
parent 7126d2af7f
commit a921fb4b97
4 changed files with 27 additions and 0 deletions

View File

@ -17,6 +17,7 @@ minetest.register_craftitem("default:paper", {
minetest.register_craftitem("default:book", {
description = "Book",
inventory_image = "default_book.png",
groups = {book=1},
})
minetest.register_craftitem("default:coal_lump", {