Added a bucket at the water well.

This commit is contained in:
kilbith 2014-08-13 17:59:31 +02:00
parent d494b85b83
commit 380ac59b68

View File

@ -1067,6 +1067,11 @@ minetest.register_node("homedecor:well_top", {
{-0.016598, -0.3125, -0.48, 0.020747, -0.0625, -0.49}, -- NodeBox33 {-0.016598, -0.3125, -0.48, 0.020747, -0.0625, -0.49}, -- NodeBox33
{-0.125, -0.209544, -0.48, 0.125, -0.172199, -0.49}, -- NodeBox34 {-0.125, -0.209544, -0.48, 0.125, -0.172199, -0.49}, -- NodeBox34
{-0.0165975, -0.200, -0.477178, 0.020747, -0.175349, -0.435685}, -- NodeBox35 {-0.0165975, -0.200, -0.477178, 0.020747, -0.175349, -0.435685}, -- NodeBox35
{0.0625, -0.5, -0.125, 0.125, -0.25, 0.125}, -- NodeBox36
{-0.125, -0.5, -0.125, -0.0625, -0.25, 0.125}, -- NodeBox37
{-0.0625, -0.5, -0.125, 0.0625, -0.4375, 0.125}, -- NodeBox38
{-0.125, -0.5, -0.125, 0.125, -0.25, -0.0625}, -- NodeBox39
{-0.125, -0.5, 0.0625, 0.125, -0.25, 0.125}, -- NodeBox40
} }
}, },
selection_box = { selection_box = {