Aaron Suen 5dc95a91c4 Unprotect item stack nodes
This prevents a problem where players
can drop items into other players'
protected areas but cannot dig them.

Other solutions to prevent players from
placing items into protected areas in the
first place may be possible, and may still
be explored, but are not foolproof and so
this acts as a fallback at least.
2021-03-20 08:02:51 -04:00

17 lines
393 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local include, nodecore
= include, nodecore
-- LUALOCALS > ---------------------------------------------------------
nodecore.amcoremod()
include('node')
include('ent_item')
include('ent_falling')
include('hooks')
include('burnup')
include('pulverize')
include('throw_inertia')
include('hints')
include('protect')