summaryrefslogtreecommitdiff
path: root/pipeworks/luaentity.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pipeworks/luaentity.lua')
-rw-r--r--pipeworks/luaentity.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/pipeworks/luaentity.lua b/pipeworks/luaentity.lua
index 50004ed..0105c91 100644
--- a/pipeworks/luaentity.lua
+++ b/pipeworks/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 = {}