1
0
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:
Tim
2015-01-23 22:14:00 +01:00
parent 64a81ebf7a
commit f60eb9ca47
16 changed files with 780 additions and 782 deletions

View File

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