gossip stone fix

master
D00Med 2017-02-04 09:58:59 +10:00
parent 78c4986737
commit 5118ad8553
1 changed files with 1 additions and 1 deletions

View File

@ -2459,7 +2459,7 @@ minetest.register_node("hyrule_mapgen:statue_active", {
type = "fixed",
fixed = {
{-0.4375, -0.5, -0.1875, 0.4375, 0.4375, 0.25}, -- NodeBox1
{-0.375, 0.4375, -0.1875, 0.3125, 0.5, 0.25}, -- NodeBox2
{-0.375, 0.4375, -0.1875, 0.375, 0.5, 0.25}, -- NodeBox2
}
},
on_rightclick = function(pos, node, clicker, item, _)