mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-28 01:40:18 +02:00
whitespace cleanup, now also making most of homedecor consistenly use the same indentation style
This commit is contained in:
@ -265,7 +265,7 @@ minetest.register_node("homedecor:window_flowerbox", {
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{-0.375, 0.25, -0.125, 0.375, 0.5, 0.375}, -- NodeBox1
|
||||
{-0.375, 0.25, -0.125, 0.375, 0.5, 0.375}, -- NodeBox1
|
||||
{-0.3125, 0.4375, 0.375, -0.25, 0.4875, 0.5}, -- NodeBox2
|
||||
{0.25, 0.4375, 0.375, 0.3125, 0.4875, 0.5}, -- NodeBox3
|
||||
}
|
||||
|
Reference in New Issue
Block a user