126039e3ed
- Repeat/hold place (right-click) with empty hand instead of pummel. - Otherwise, works similarly to first generation. - Scaling nodes can overwrite each other now (upgrade wall to ceiling). - Visuals are now particle-based instead of texture, like Gen 2.
12 lines
284 B
Lua
12 lines
284 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include("api")
|
|
include("node")
|
|
include("abm")
|
|
include("placement")
|