Improve techage:ta4_power_box node_box

This commit is contained in:
Niklp 2024-04-30 21:43:48 +02:00
parent ab66660b32
commit c2c0686d07
No known key found for this signature in database
GPG Key ID: 05D6F5035E66267A

View File

@ -135,7 +135,7 @@ minetest.register_node("techage:ta4_power_box", {
type = "connected", type = "connected",
fixed = { fixed = {
{ -3/16, -3/16, -3/16, 3/16, 3/16, 3/16}, -- box { -3/16, -3/16, -3/16, 3/16, 3/16, 3/16}, -- box
{ -1/16, -7/16, -1/16, 1/16, -4/16, 1/16}, -- post { -1/16, -7/16, -1/16, 1/16, -3/16, 1/16}, -- post
{ -3/16, -8/16, -3/16, 3/16, -7/16, 3/16}, -- base { -3/16, -8/16, -3/16, 3/16, -7/16, 3/16}, -- base
}, },