mirror of
https://github.com/minetest-mods/i3.git
synced 2025-07-02 16:40:24 +02:00
API Cleanup
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
local modpath = core.get_modpath "i3"
|
||||
local item_compression = core.settings:get_bool("i3_item_compression", true)
|
||||
local reg_items, translate = core.registered_items, core.get_translated_string
|
||||
|
||||
|
@ -3,6 +3,7 @@ local HUD_TIMER_MAX = 1.5
|
||||
|
||||
local set_fs = i3.set_fs
|
||||
local modpath = core.get_modpath "i3"
|
||||
|
||||
local search, table_merge, is_group, extract_groups, item_has_groups, apply_recipe_filters =
|
||||
unpack(dofile(modpath .. "/etc/common.lua").progressive)
|
||||
|
||||
|
Reference in New Issue
Block a user