From 2bc80c9e49ccabb963f1e8bf4303893c5126bd0e Mon Sep 17 00:00:00 2001 From: TheOnlyJoeEnderman Date: Mon, 3 Apr 2023 02:12:03 +0000 Subject: [PATCH] Upload files to '' --- register.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/register.lua b/register.lua index 953ea64..d9df3a2 100644 --- a/register.lua +++ b/register.lua @@ -17,6 +17,7 @@ function paintings_lib.register1x1(identifier, display_name, texture) selection_box = {type = "fixed", fixed = {-0.5, -0.5, 0.4375, 0.5, 0.5, 0.5}}, collision_box = {type = "fixed", fixed = {-0.5, -0.5, 0.4375, 0.5, 0.5, 0.5}}, tiles = {texture}, + paramtype = "light", paramtype2 = "facedir", walkable = false, sunlight_propagates = true, @@ -40,6 +41,7 @@ function paintings_lib.register1x2(identifier, display_name, texture) selection_box = {type = "fixed", fixed = {-0.5, -1.5, 0.4375, 0.5, 0.5, 0.5}}, collision_box = {type = "fixed", fixed = {-0.5, -1.5, 0.4375, 0.5, 0.5, 0.5}}, tiles = {texture}, + paramtype = "light", paramtype2 = "facedir", walkable = false, sunlight_propagates = true, @@ -63,6 +65,7 @@ function paintings_lib.register2x1(identifier, display_name, texture) selection_box = {type = "fixed", fixed = {-0.5, -0.5, 0.4375, 1.5, 0.5, 0.5}}, collision_box = {type = "fixed", fixed = {-0.5, -0.5, 0.4375, 1.5, 0.5, 0.5}}, tiles = {texture}, + paramtype = "light", paramtype2 = "facedir", walkable = false, sunlight_propagates = true, @@ -86,6 +89,7 @@ function paintings_lib.register2x2(identifier, display_name, texture) selection_box = {type = "fixed", fixed = {-0.5, -1.5, 0.4375, 1.5, 0.5, 0.5}}, collision_box = {type = "fixed", fixed = {-0.5, -1.5, 0.4375, 1.5, 0.5, 0.5}}, tiles = {texture}, + paramtype = "light", paramtype2 = "facedir", walkable = false, sunlight_propagates = true, @@ -109,6 +113,7 @@ function paintings_lib.register3x2(identifier, display_name, texture) selection_box = {type = "fixed", fixed = {-1.5, -1.5, 0.4375, 1.5, 0.5, 0.5}}, collision_box = {type = "fixed", fixed = {-1.5, -1.5, 0.4375, 1.5, 0.5, 0.5}}, tiles = {texture}, + paramtype = "light", paramtype2 = "facedir", walkable = false, sunlight_propagates = true, @@ -132,6 +137,7 @@ function paintings_lib.register3x3(identifier, display_name, texture) selection_box = {type = "fixed", fixed = {-1.5, -1.5, 0.4375, 1.5, 1.5, 0.5}}, collision_box = {type = "fixed", fixed = {-1.5, -1.5, 0.4375, 1.5, 1.5, 0.5}}, tiles = {texture}, + paramtype = "light", paramtype2 = "facedir", walkable = false, sunlight_propagates = true, @@ -155,6 +161,7 @@ function paintings_lib.register4x2(identifier, display_name, texture) selection_box = {type = "fixed", fixed = {-1.5, -1.5, 0.4375, 2.5, 0.5, 0.5}}, collision_box = {type = "fixed", fixed = {-1.5, -1.5, 0.4375, 2.5, 0.5, 0.5}}, tiles = {texture}, + paramtype = "light", paramtype2 = "facedir", walkable = false, sunlight_propagates = true, @@ -178,6 +185,7 @@ function paintings_lib.register4x3(identifier, display_name, texture) selection_box = {type = "fixed", fixed = {-1.5, -1.5, 0.4375, 2.5, 1.5, 0.5}}, collision_box = {type = "fixed", fixed = {-1.5, -1.5, 0.4375, 2.5, 1.5, 0.5}}, tiles = {texture}, + paramtype = "light", paramtype2 = "facedir", walkable = false, sunlight_propagates = true, @@ -201,6 +209,7 @@ function paintings_lib.register4x4(identifier, display_name, texture) selection_box = {type = "fixed", fixed = {-1.5, -2.5, 0.4375, 2.5, 1.5, 0.5}}, collision_box = {type = "fixed", fixed = {-1.5, -2.5, 0.4375, 2.5, 1.5, 0.5}}, tiles = {texture}, + paramtype = "light", paramtype2 = "facedir", walkable = false, sunlight_propagates = true,