summaryrefslogtreecommitdiff
path: root/luaentity.lua
diff options
context:
space:
mode:
Diffstat (limited to 'luaentity.lua')
-rw-r--r--luaentity.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/luaentity.lua b/luaentity.lua
index 50004ed..0105c91 100644
--- a/luaentity.lua
+++ b/luaentity.lua
@@ -1,6 +1,7 @@
local max_entity_id = 1000000000000 -- If you need more, there's a problem with your code
-luaentity = {}
+local luaentity = {}
+pipeworks.luaentity = luaentity
luaentity.registered_entities = {}