1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-14 05:40:20 +02:00

Eject items when a node is placed at their current pos

This commit is contained in:
LeMagnesium
2015-08-15 18:06:27 +02:00
parent a6ce72a093
commit 7dc287e014
2 changed files with 31 additions and 0 deletions

View File

@ -27,3 +27,6 @@ dofile(minetest.get_modpath("_misc").."/uncraft_woll.lua")
-- List players
dofile(minetest.get_modpath("_misc").."/list_players.lua")
-- Eject entites when putting a node
dofile(minetest.get_modpath("_misc").."/eject_entities.lua")