24 lines
566 B
Lua
Raw Permalink Normal View History

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