Aaron Suen 033c4defc5 Add thatch and wicker
Partly based on WintersKnight94's work, but with
more vanilla-like and less wintercore-like textures
for now.
2021-11-25 21:13:36 -05:00

15 lines
342 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local include, nodecore
= include, nodecore
-- LUALOCALS > ---------------------------------------------------------
nodecore.amcoremod()
include("rushes")
include("sedges")
include("flowers")
include("thatch")
include("wicker")
include("cheat")
include("hints")