Aaron Suen 10192c44d2 Break coal/ash apart, reconstitute into pure nodes.
This allows access to top-tier charcoal, for maximum efficiency
burning, plus new lumps of coal/ash as future resources.
2019-03-31 21:18:53 -04:00

11 lines
262 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local include
= include
-- LUALOCALS > ---------------------------------------------------------
include('api')
include('node')
include('lumps')
include('abm')
include('firestarting')