1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02:00

Fixed homedecor's update, added inventorycheck

- Added inventorycheck mod
- Fixed ereased table in last commit (homedecor's update)
- Fixed all the wrong uses of register_node in mods/maptools/default_nodes.lua to avoid 0.4.12-name-check-system from crashing server. The diff have been sent to Calinou.
This commit is contained in:
LeMagnesium
2015-02-24 22:07:05 +01:00
parent bcd0118ba9
commit 342f99f23c
6 changed files with 42 additions and 4 deletions

View File

@ -1,4 +1,5 @@
local tmp = {}
local itemframes = {}
minetest.register_entity("itemframes:item",{
hp_max = 1,