From ec73a8508fc8458e10be6a93bbc3be2eba26595f Mon Sep 17 00:00:00 2001
From: Vanessa Ezekowitz <vanessaezekowitz@gmail.com>
Date: Mon, 19 Jan 2015 19:37:46 +0100
Subject: [PATCH] add custom collision and selection box handling to CNC machine also clean up formatting of surrounding code

---
 technic/machines/supply_converter.lua |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/technic/machines/supply_converter.lua b/technic/machines/supply_converter.lua
index d89c3c1..6b0da99 100644
--- a/technic/machines/supply_converter.lua
+++ b/technic/machines/supply_converter.lua
@@ -60,7 +60,7 @@
 		fixed = {-0.5, -0.5, -0.5, 0.5, 0.5, 0.5},
 	},
 	on_construct = function(pos)
-		local meta = minetest.env:get_meta(pos)
+		local meta = minetest.get_meta(pos)
 		meta:set_string("infotext", S("Supply Converter"))
 		meta:set_float("active", false)
 	end,

--
Gitblit v1.8.0