1
0
mirror of https://github.com/Sokomine/cottages.git synced 2025-07-03 08:30:23 +02:00

remove dependency on futil

This commit is contained in:
flux
2023-02-08 12:07:24 -08:00
parent 0157649fa5
commit 549c697bc0
10 changed files with 263 additions and 13 deletions

View File

@ -7,7 +7,7 @@ end
local player_can_use = cottages.util.player_can_use
local toggle_public = cottages.util.toggle_public
local items_equals = futil.items_equals
local items_equals = cottages.util.items_equals
local api = {
get_fs_parts_by_node_name = {},