minetest.env:* --> minetest.*

This commit is contained in:
Vanessa Ezekowitz
2014-11-30 12:45:42 -05:00
parent dd30838245
commit a413904ecd
5 changed files with 11 additions and 11 deletions

View File

@ -149,7 +149,7 @@ minetest.register_abm({
interval = 1,
chance = 1,
action = function(pos, node, active_object_count, active_object_count_wider)
local meta = minetest.env:get_meta(pos)
local meta = minetest.get_meta(pos)
local eu_input = meta:get_int("MV_EU_input")
local eu_demand = meta:get_int("MV_EU_demand")