forked from nalc/homedecor_modpack
Improved bucket in the pit.
Improved bucket in the pit.
This commit is contained in:
parent
36d86add50
commit
588ef63da5
|
@ -1055,7 +1055,7 @@ minetest.register_node("homedecor:well_top", {
|
|||
{0.125, 0.1875, 0.375, 0.1875, 0.25, 0.4375}, -- NodeBox21
|
||||
{-0.1875, 0.1875, 0.375, -0.125, 0.25, 0.4375}, -- NodeBox22
|
||||
{-0.0165975, -0.159751, -0.375, 0.0165974, -0.125, 0.375}, -- NodeBox23
|
||||
{-0.00414942, -0.5, -0.00414942, 0.00829884, -0.159751, 0.0124482}, -- NodeBox24
|
||||
{-0.00414942, -0.465, -0.008299, 0.008299, -0.159751, 0.004149}, -- NodeBox24
|
||||
{-0.0625, -0.0625, -0.5, 0.0625, 0, -0.4646}, -- NodeBox25
|
||||
{0.0625, -0.125, -0.5, 0.125, -0.0625, -0.4646}, -- NodeBox26
|
||||
{0.125, -0.25, -0.5, 0.1875, -0.125, -0.4646}, -- NodeBox27
|
||||
|
@ -1067,11 +1067,14 @@ minetest.register_node("homedecor:well_top", {
|
|||
{-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.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
|
||||
{0.1, -0.75, -0.125, 0.125, -0.5, 0.125}, -- NodeBox36
|
||||
{-0.125, -0.75, -0.125, -0.1, -0.5, 0.125}, -- NodeBox37
|
||||
{-0.125, -0.75, -0.125, 0.125, -0.729253, 0.125}, -- NodeBox38
|
||||
{-0.125, -0.75, -0.125, 0.125, -0.5, -0.1}, -- NodeBox39
|
||||
{-0.125, -0.75, 0.1, 0.125, -0.5, 0.125}, -- NodeBox40
|
||||
{-0.0165975,-0.465, -0.125, 0.0165974, -0.451245, 0.125}, -- NodeBox41
|
||||
{-0.0165975, -0.51, 0.112033, 0.0165974, -0.46, 0.125}, -- NodeBox42
|
||||
{-0.0165975, -0.51, -0.125, 0.0165974, -0.46, -0.112033}, -- NodeBox43
|
||||
}
|
||||
},
|
||||
selection_box = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user