enable ores in MCL2, fix some undeclared globals, fix icecap growth in MCL (achievements are a good debugging tool)

This commit is contained in:
FaceDeer
2022-08-21 16:38:34 -06:00
parent b593e3935c
commit e7d8b3ba42
7 changed files with 61 additions and 30 deletions

View File

@ -16,7 +16,7 @@ looped_node_sound.register = function(def)
local max_hear_distance = def.max_hear_distance or 32
-- Update sound for player
function update_player_sound(player)
local function update_player_sound(player)
local player_name = player:get_player_name()
-- Search for nodes in radius around player
local ppos = player:get_pos()