From df5879ef7204340b1b4a5d97e3dd211f36d76293 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Fri, 17 Feb 2017 23:14:21 -0500 Subject: update castle, homedecor, ilights, and unified dyes --- castle/init.lua | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'castle/init.lua') diff --git a/castle/init.lua b/castle/init.lua index 11b239d..d57967e 100644 --- a/castle/init.lua +++ b/castle/init.lua @@ -1,16 +1,5 @@ castle = {} --- use this when you have a "wallmounted" node that should never be oriented --- to floor or ceiling (e.g. a tapestry) - -function castle.fix_rotation_nsew(pos, placer, itemstack, pointed_thing) - local node = minetest.get_node(pos) - local yaw = placer:get_look_yaw() - local dir = minetest.yaw_to_dir(yaw) - local fdir = minetest.dir_to_wallmounted(dir) - minetest.swap_node(pos, { name = node.name, param2 = fdir }) -end - dofile(minetest.get_modpath("castle").."/pillars.lua") dofile(minetest.get_modpath("castle").."/arrowslit.lua") dofile(minetest.get_modpath("castle").."/tapestry.lua") -- cgit v1.2.3