37f5c0a0de
- Defined nodes, slabs, and prills of lode. - Heating lode ore releases hot lode prills. - Lode things in stack can air-cool to anneal or water-quench to harden/temper. Cooling of placed nodes/slabs is planned. - Hot items cannot be carried; picking them up causes damage and causes player to drop them.
12 lines
380 B
Lua
12 lines
380 B
Lua
-- LUALOCALS < ---------------------------------------------------------
|
|
local dofile, minetest
|
|
= dofile, minetest
|
|
-- LUALOCALS > ---------------------------------------------------------
|
|
|
|
local modname = minetest.get_current_modname()
|
|
local path = minetest.get_modpath(modname)
|
|
|
|
dofile(path .. "/player.lua")
|
|
dofile(path .. "/knowledge.lua")
|
|
dofile(path .. "/hotpotato.lua")
|