46e60a2348
Get rid of the intuitive leap necessary to climb a tree to make planks. Instead, a wooden adze can be gravel-tipped (adzes are now represented in all tiers) and can chop tree trunks. The graveled adze is as powerful as a wooden hatchet and spade combined, in terms of diggability, but it breaks after a SINGLE use. It doesn't consume the gravel it's made from, but reapplying the tip each use is a lot of extra process.
14 lines
320 B
Lua
14 lines
320 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include("adze")
|
|
include("chip")
|
|
include("tools")
|
|
include("bricks")
|
|
include("dungeon")
|
|
include("hints")
|