Merge pull request #168 from Niklp09/nbox_low_power_box

Improve `techage:ta4_power_box` node_box
This commit is contained in:
Joachim Stolberg 2024-05-01 11:06:10 +02:00 committed by GitHub
commit ac286776e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
}, },