add drop-item model, new block functions
This commit is contained in:
@@ -38,6 +38,7 @@ end
|
||||
|
||||
local Entity = {__index={
|
||||
despawn=function(self) return entities.despawn(self.eid) end,
|
||||
set_rig=function(self, s) return entities.set_rig(self.eid, s) end,
|
||||
}}
|
||||
|
||||
local entities = {}
|
||||
|
||||
Reference in New Issue
Block a user