c6cabca0e9
- Original texture by WintersKnight94. - Node definitions and recipes adapted from original. - Added some hooks in a few other places to make new recipes work. - Chip smooth stone with a lode pick or better to make brick. - Bricks fall but don't repose. - Apply mortar (wet aggregate) to bond stone bricks - Bonded bricks can be moved but don't fall anymore.
11 lines
268 B
Lua
11 lines
268 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include("chip")
|
|
include("tools")
|
|
include("bricks")
|