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:
@ -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")
|
||||
|
Reference in New Issue
Block a user