2c47a151cc
Quench lava to amalgam and it can be moved around like loose cobble. The tricky bit is that it needs to STAY quenched at ALL TIMES, and is not (currently) stackable, so water channels need to be setup to transport it, and limited amounts can be moved at a time. It's also an igniter and thus will dry out sponges left to keep it cool.
16 lines
352 B
Lua
16 lines
352 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local include, nodecore
|
|
= include, nodecore
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
nodecore.amcoremod()
|
|
|
|
include('api')
|
|
include('node')
|
|
include('biome')
|
|
include('strata')
|
|
include('ore')
|
|
include('abm')
|
|
include('ambiance')
|
|
include('amalgam')
|