cache general functions

This commit is contained in:
AFCMS 2021-05-22 18:58:58 +02:00
parent 5d65c8a3aa
commit 17202115fa
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ local mod_doc = minetest.get_modpath("doc")
local mod_mcl_core = minetest.get_modpath("mcl_core")
local mod_mclx_core = minetest.get_modpath("mclx_core")
local vector = vector
local math = math
local string = string
local raycast = minetest.raycast
local get_node = minetest.get_node
local add_node = minetest.add_node