2024-10-12 05:32:37 -05:00

24 lines
566 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local include, nodecore
= include, nodecore
-- LUALOCALS > ---------------------------------------------------------
include("creel")
include("basket")
include("aism")
include("craft")
--include("sift")
include("hints")
------------------------------------------------------------------------
minetest.override_item("nc_woodwork:form",
{groups = {
basketable = 1,
choppy = 1,
flammable = 2,
fire_fuel = 1,
totable = 1,
storebox = 1,
visinv = 1
}}
)