aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nodes.lua10
-rw-r--r--stairsplus/init.lua7
-rw-r--r--textures/invisible.pngbin151 -> 68 bytes
-rw-r--r--textures/moreblocks_cactus_brick.pngbin735 -> 354 bytes
-rw-r--r--textures/moreblocks_cactus_checker.pngbin826 -> 736 bytes
-rw-r--r--textures/moreblocks_circle_stone_bricks.pngbin646 -> 448 bytes
-rw-r--r--textures/moreblocks_circular_saw_bottom.pngbin699 -> 579 bytes
-rw-r--r--textures/moreblocks_circular_saw_side.pngbin587 -> 478 bytes
-rw-r--r--textures/moreblocks_circular_saw_top.pngbin667 -> 441 bytes
-rw-r--r--textures/moreblocks_clean_glass.pngbin249 -> 177 bytes
-rw-r--r--textures/moreblocks_coal_checker.pngbin902 -> 325 bytes
-rw-r--r--textures/moreblocks_coal_glass.pngbin245 -> 155 bytes
-rw-r--r--textures/moreblocks_coal_glass_stairsplus.pngbin278 -> 166 bytes
-rw-r--r--textures/moreblocks_coal_stone.pngbin545 -> 229 bytes
-rw-r--r--textures/moreblocks_coal_stone_bricks.pngbin650 -> 484 bytes
-rw-r--r--textures/moreblocks_empty_bookshelf.pngbin675 -> 585 bytes
-rw-r--r--textures/moreblocks_fence_jungle_wood.pngbin392 -> 204 bytes
-rw-r--r--textures/moreblocks_fence_wood.pngbin539 -> 480 bytes
-rw-r--r--textures/moreblocks_glass.pngbin978 -> 210 bytes
-rw-r--r--textures/moreblocks_glass_stairsplus.pngbin973 -> 215 bytes
-rw-r--r--textures/moreblocks_glow_glass.pngbin265 -> 157 bytes
-rw-r--r--textures/moreblocks_glow_glass_stairsplus.pngbin287 -> 169 bytes
-rw-r--r--textures/moreblocks_iron_checker.pngbin884 -> 326 bytes
-rw-r--r--textures/moreblocks_iron_glass.pngbin248 -> 158 bytes
-rw-r--r--textures/moreblocks_iron_glass_stairsplus.pngbin283 -> 169 bytes
-rw-r--r--textures/moreblocks_iron_stone.pngbin555 -> 230 bytes
-rw-r--r--textures/moreblocks_iron_stone_bricks.pngbin741 -> 485 bytes
-rw-r--r--textures/moreblocks_jungle_wood.pngbin362 -> 175 bytes
-rw-r--r--textures/moreblocks_junglestick.pngbin215 -> 122 bytes
-rw-r--r--textures/moreblocks_obsidian_glass_stairsplus.pngbin209 -> 144 bytes
-rw-r--r--textures/moreblocks_plankstone.pngbin598 -> 335 bytes
-rw-r--r--textures/moreblocks_plankstone_2.pngbin604 -> 354 bytes
-rw-r--r--textures/moreblocks_rope.pngbin517 -> 356 bytes
-rw-r--r--textures/moreblocks_split_stone_tile.pngbin734 -> 273 bytes
-rw-r--r--textures/moreblocks_split_stone_tile_top.pngbin752 -> 279 bytes
-rw-r--r--textures/moreblocks_stone_tile.pngbin700 -> 272 bytes
-rw-r--r--textures/moreblocks_super_glow_glass.pngbin249 -> 154 bytes
-rw-r--r--textures/moreblocks_super_glow_glass_stairsplus.pngbin288 -> 171 bytes
-rw-r--r--textures/moreblocks_sweeper.pngbin477 -> 292 bytes
-rw-r--r--textures/moreblocks_trap_glass.pngbin261 -> 170 bytes
-rw-r--r--textures/moreblocks_trap_stone.pngbin817 -> 640 bytes
-rw-r--r--textures/moreblocks_wood.pngbin387 -> 175 bytes
-rw-r--r--textures/moreblocks_wood_tile.pngbin598 -> 426 bytes
-rw-r--r--textures/moreblocks_wood_tile_center.pngbin545 -> 352 bytes
-rw-r--r--textures/moreblocks_wood_tile_down.pngbin522 -> 350 bytes
-rw-r--r--textures/moreblocks_wood_tile_flipped.pngbin554 -> 430 bytes
-rw-r--r--textures/moreblocks_wood_tile_full.pngbin594 -> 436 bytes
-rw-r--r--textures/moreblocks_wood_tile_left.pngbin507 -> 339 bytes
-rw-r--r--textures/moreblocks_wood_tile_right.pngbin533 -> 347 bytes
-rw-r--r--textures/moreblocks_wood_tile_up.pngbin533 -> 342 bytes
50 files changed, 8 insertions, 9 deletions
diff --git a/nodes.lua b/nodes.lua
index a9eaddf..ab2de32 100644
--- a/nodes.lua
+++ b/nodes.lua
@@ -221,7 +221,7 @@ local nodes = {
},
["glow_glass"] = {
description = S("Glow Glass"),
- drawtype = "glasslike",
+ drawtype = "glasslike_framed",
paramtype = "light",
sunlight_propagates = true,
light_source = 11,
@@ -230,8 +230,7 @@ local nodes = {
},
["trap_glow_glass"] = {
description = S("Trap Glow Glass"),
- drawtype = "glasslike",
- tiles = {"moreblocks_glow_glass.png"},
+ drawtype = "glasslike_framed",
paramtype = "light",
sunlight_propagates = true,
light_source = 11,
@@ -242,7 +241,7 @@ local nodes = {
},
["super_glow_glass"] = {
description = S("Super Glow Glass"),
- drawtype = "glasslike",
+ drawtype = "glasslike_framed",
paramtype = "light",
sunlight_propagates = true,
light_source = 15,
@@ -251,8 +250,7 @@ local nodes = {
},
["trap_super_glow_glass"] = {
description = S("Trap Super Glow Glass"),
- drawtype = "glasslike",
- tiles = {"moreblocks_super_glow_glass.png"},
+ drawtype = "glasslike_framed",
paramtype = "light",
sunlight_propagates = true,
light_source = 15,
diff --git a/stairsplus/init.lua b/stairsplus/init.lua
index cf2d0de..74d7ddb 100644
--- a/stairsplus/init.lua
+++ b/stairsplus/init.lua
@@ -21,7 +21,7 @@ function stairsplus:register_all(modname, subname, recipeitem, fields)
self:register_slab (modname, subname, recipeitem, fields)
self:register_panel(modname, subname, recipeitem, fields)
self:register_micro(modname, subname, recipeitem, fields)
- self:register_6dfacedir_conversion(modname, subname)
+ -- self:register_6dfacedir_conversion(modname, subname)
circular_saw.known_nodes[recipeitem] = {modname, subname}
end
@@ -35,11 +35,12 @@ function register_stair_slab_panel_micro(modname, subname, recipeitem, groups, i
})
end
-dofile(modpath.."/conversion.lua")
+-- dofile(modpath.."/aliases.lua")
+-- dofile(modpath.."/conversion.lua")
+
dofile(modpath.."/stairs.lua")
dofile(modpath.."/slabs.lua")
dofile(modpath.."/panels.lua")
dofile(modpath.."/microblocks.lua")
-dofile(modpath.."/aliases.lua")
dofile(modpath.."/registrations.lua")
diff --git a/textures/invisible.png b/textures/invisible.png
index c2e8752..4b5b302 100644
--- a/textures/invisible.png
+++ b/textures/invisible.png
Binary files differ
diff --git a/textures/moreblocks_cactus_brick.png b/textures/moreblocks_cactus_brick.png
index bdd4b92..9d3a6c2 100644
--- a/textures/moreblocks_cactus_brick.png
+++ b/textures/moreblocks_cactus_brick.png
Binary files differ
diff --git a/textures/moreblocks_cactus_checker.png b/textures/moreblocks_cactus_checker.png
index 0e55b0a..134766a 100644
--- a/textures/moreblocks_cactus_checker.png
+++ b/textures/moreblocks_cactus_checker.png
Binary files differ
diff --git a/textures/moreblocks_circle_stone_bricks.png b/textures/moreblocks_circle_stone_bricks.png
index 03bbcbb..4ca0134 100644
--- a/textures/moreblocks_circle_stone_bricks.png
+++ b/textures/moreblocks_circle_stone_bricks.png
Binary files differ
diff --git a/textures/moreblocks_circular_saw_bottom.png b/textures/moreblocks_circular_saw_bottom.png
index c472a8b..1522829 100644
--- a/textures/moreblocks_circular_saw_bottom.png
+++ b/textures/moreblocks_circular_saw_bottom.png
Binary files differ
diff --git a/textures/moreblocks_circular_saw_side.png b/textures/moreblocks_circular_saw_side.png
index a557095..ce9e16f 100644
--- a/textures/moreblocks_circular_saw_side.png
+++ b/textures/moreblocks_circular_saw_side.png
Binary files differ
diff --git a/textures/moreblocks_circular_saw_top.png b/textures/moreblocks_circular_saw_top.png
index cec4aaa..96f3350 100644
--- a/textures/moreblocks_circular_saw_top.png
+++ b/textures/moreblocks_circular_saw_top.png
Binary files differ
diff --git a/textures/moreblocks_clean_glass.png b/textures/moreblocks_clean_glass.png
index 906a3c1..140ee2b 100644
--- a/textures/moreblocks_clean_glass.png
+++ b/textures/moreblocks_clean_glass.png
Binary files differ
diff --git a/textures/moreblocks_coal_checker.png b/textures/moreblocks_coal_checker.png
index 4da7746..7619e56 100644
--- a/textures/moreblocks_coal_checker.png
+++ b/textures/moreblocks_coal_checker.png
Binary files differ
diff --git a/textures/moreblocks_coal_glass.png b/textures/moreblocks_coal_glass.png
index d7c830d..5cb7227 100644
--- a/textures/moreblocks_coal_glass.png
+++ b/textures/moreblocks_coal_glass.png
Binary files differ
diff --git a/textures/moreblocks_coal_glass_stairsplus.png b/textures/moreblocks_coal_glass_stairsplus.png
index 0441cec..8086a28 100644
--- a/textures/moreblocks_coal_glass_stairsplus.png
+++ b/textures/moreblocks_coal_glass_stairsplus.png
Binary files differ
diff --git a/textures/moreblocks_coal_stone.png b/textures/moreblocks_coal_stone.png
index 95db8fa..1e514ed 100644
--- a/textures/moreblocks_coal_stone.png
+++ b/textures/moreblocks_coal_stone.png
Binary files differ
diff --git a/textures/moreblocks_coal_stone_bricks.png b/textures/moreblocks_coal_stone_bricks.png
index 52c8ca8..366e445 100644
--- a/textures/moreblocks_coal_stone_bricks.png
+++ b/textures/moreblocks_coal_stone_bricks.png
Binary files differ
diff --git a/textures/moreblocks_empty_bookshelf.png b/textures/moreblocks_empty_bookshelf.png
index 56fc713..b49fd2e 100644
--- a/textures/moreblocks_empty_bookshelf.png
+++ b/textures/moreblocks_empty_bookshelf.png
Binary files differ
diff --git a/textures/moreblocks_fence_jungle_wood.png b/textures/moreblocks_fence_jungle_wood.png
index 63a39ee..b59db10 100644
--- a/textures/moreblocks_fence_jungle_wood.png
+++ b/textures/moreblocks_fence_jungle_wood.png
Binary files differ
diff --git a/textures/moreblocks_fence_wood.png b/textures/moreblocks_fence_wood.png
index 0b99f0e..e3510c5 100644
--- a/textures/moreblocks_fence_wood.png
+++ b/textures/moreblocks_fence_wood.png
Binary files differ
diff --git a/textures/moreblocks_glass.png b/textures/moreblocks_glass.png
index ade0196..912b029 100644
--- a/textures/moreblocks_glass.png
+++ b/textures/moreblocks_glass.png
Binary files differ
diff --git a/textures/moreblocks_glass_stairsplus.png b/textures/moreblocks_glass_stairsplus.png
index d222b62..b879ec3 100644
--- a/textures/moreblocks_glass_stairsplus.png
+++ b/textures/moreblocks_glass_stairsplus.png
Binary files differ
diff --git a/textures/moreblocks_glow_glass.png b/textures/moreblocks_glow_glass.png
index 84991fa..843bebf 100644
--- a/textures/moreblocks_glow_glass.png
+++ b/textures/moreblocks_glow_glass.png
Binary files differ
diff --git a/textures/moreblocks_glow_glass_stairsplus.png b/textures/moreblocks_glow_glass_stairsplus.png
index 235179c..cdb8044 100644
--- a/textures/moreblocks_glow_glass_stairsplus.png
+++ b/textures/moreblocks_glow_glass_stairsplus.png
Binary files differ
diff --git a/textures/moreblocks_iron_checker.png b/textures/moreblocks_iron_checker.png
index f852884..fb11fdb 100644
--- a/textures/moreblocks_iron_checker.png
+++ b/textures/moreblocks_iron_checker.png
Binary files differ
diff --git a/textures/moreblocks_iron_glass.png b/textures/moreblocks_iron_glass.png
index ad5cd1e..51be0d6 100644
--- a/textures/moreblocks_iron_glass.png
+++ b/textures/moreblocks_iron_glass.png
Binary files differ
diff --git a/textures/moreblocks_iron_glass_stairsplus.png b/textures/moreblocks_iron_glass_stairsplus.png
index b41cba7..52e3bf3 100644
--- a/textures/moreblocks_iron_glass_stairsplus.png
+++ b/textures/moreblocks_iron_glass_stairsplus.png
Binary files differ
diff --git a/textures/moreblocks_iron_stone.png b/textures/moreblocks_iron_stone.png
index 657c4b2..20c42f3 100644
--- a/textures/moreblocks_iron_stone.png
+++ b/textures/moreblocks_iron_stone.png
Binary files differ
diff --git a/textures/moreblocks_iron_stone_bricks.png b/textures/moreblocks_iron_stone_bricks.png
index 1b0ed5c..1f817f8 100644
--- a/textures/moreblocks_iron_stone_bricks.png
+++ b/textures/moreblocks_iron_stone_bricks.png
Binary files differ
diff --git a/textures/moreblocks_jungle_wood.png b/textures/moreblocks_jungle_wood.png
index ebc6485..6196a76 100644
--- a/textures/moreblocks_jungle_wood.png
+++ b/textures/moreblocks_jungle_wood.png
Binary files differ
diff --git a/textures/moreblocks_junglestick.png b/textures/moreblocks_junglestick.png
index afe5892..58514a6 100644
--- a/textures/moreblocks_junglestick.png
+++ b/textures/moreblocks_junglestick.png
Binary files differ
diff --git a/textures/moreblocks_obsidian_glass_stairsplus.png b/textures/moreblocks_obsidian_glass_stairsplus.png
index eb758f1..3eb22d0 100644
--- a/textures/moreblocks_obsidian_glass_stairsplus.png
+++ b/textures/moreblocks_obsidian_glass_stairsplus.png
Binary files differ
diff --git a/textures/moreblocks_plankstone.png b/textures/moreblocks_plankstone.png
index ac866b8..b1a65c5 100644
--- a/textures/moreblocks_plankstone.png
+++ b/textures/moreblocks_plankstone.png
Binary files differ
diff --git a/textures/moreblocks_plankstone_2.png b/textures/moreblocks_plankstone_2.png
index 52656b0..953c2f5 100644
--- a/textures/moreblocks_plankstone_2.png
+++ b/textures/moreblocks_plankstone_2.png
Binary files differ
diff --git a/textures/moreblocks_rope.png b/textures/moreblocks_rope.png
index 55967a6..19787fe 100644
--- a/textures/moreblocks_rope.png
+++ b/textures/moreblocks_rope.png
Binary files differ
diff --git a/textures/moreblocks_split_stone_tile.png b/textures/moreblocks_split_stone_tile.png
index 579e5ac..d7d69af 100644
--- a/textures/moreblocks_split_stone_tile.png
+++ b/textures/moreblocks_split_stone_tile.png
Binary files differ
diff --git a/textures/moreblocks_split_stone_tile_top.png b/textures/moreblocks_split_stone_tile_top.png
index 76e39df..3c8eb6d 100644
--- a/textures/moreblocks_split_stone_tile_top.png
+++ b/textures/moreblocks_split_stone_tile_top.png
Binary files differ
diff --git a/textures/moreblocks_stone_tile.png b/textures/moreblocks_stone_tile.png
index 20b070e..0f9038f 100644
--- a/textures/moreblocks_stone_tile.png
+++ b/textures/moreblocks_stone_tile.png
Binary files differ
diff --git a/textures/moreblocks_super_glow_glass.png b/textures/moreblocks_super_glow_glass.png
index 65e09f4..a9d4c5f 100644
--- a/textures/moreblocks_super_glow_glass.png
+++ b/textures/moreblocks_super_glow_glass.png
Binary files differ
diff --git a/textures/moreblocks_super_glow_glass_stairsplus.png b/textures/moreblocks_super_glow_glass_stairsplus.png
index b8a6657..9118c78 100644
--- a/textures/moreblocks_super_glow_glass_stairsplus.png
+++ b/textures/moreblocks_super_glow_glass_stairsplus.png
Binary files differ
diff --git a/textures/moreblocks_sweeper.png b/textures/moreblocks_sweeper.png
index e901ef0..eda3cc3 100644
--- a/textures/moreblocks_sweeper.png
+++ b/textures/moreblocks_sweeper.png
Binary files differ
diff --git a/textures/moreblocks_trap_glass.png b/textures/moreblocks_trap_glass.png
index e0d1c26..25c3387 100644
--- a/textures/moreblocks_trap_glass.png
+++ b/textures/moreblocks_trap_glass.png
Binary files differ
diff --git a/textures/moreblocks_trap_stone.png b/textures/moreblocks_trap_stone.png
index 05a2531..987fa1f 100644
--- a/textures/moreblocks_trap_stone.png
+++ b/textures/moreblocks_trap_stone.png
Binary files differ
diff --git a/textures/moreblocks_wood.png b/textures/moreblocks_wood.png
index 66f2b72..89841da 100644
--- a/textures/moreblocks_wood.png
+++ b/textures/moreblocks_wood.png
Binary files differ
diff --git a/textures/moreblocks_wood_tile.png b/textures/moreblocks_wood_tile.png
index c05a56f..b6c9667 100644
--- a/textures/moreblocks_wood_tile.png
+++ b/textures/moreblocks_wood_tile.png
Binary files differ
diff --git a/textures/moreblocks_wood_tile_center.png b/textures/moreblocks_wood_tile_center.png
index 7b8f822..3bc4649 100644
--- a/textures/moreblocks_wood_tile_center.png
+++ b/textures/moreblocks_wood_tile_center.png
Binary files differ
diff --git a/textures/moreblocks_wood_tile_down.png b/textures/moreblocks_wood_tile_down.png
index aedddfb..711e0f7 100644
--- a/textures/moreblocks_wood_tile_down.png
+++ b/textures/moreblocks_wood_tile_down.png
Binary files differ
diff --git a/textures/moreblocks_wood_tile_flipped.png b/textures/moreblocks_wood_tile_flipped.png
index 66eb5a6..2657822 100644
--- a/textures/moreblocks_wood_tile_flipped.png
+++ b/textures/moreblocks_wood_tile_flipped.png
Binary files differ
diff --git a/textures/moreblocks_wood_tile_full.png b/textures/moreblocks_wood_tile_full.png
index 0c28e92..7ec7f05 100644
--- a/textures/moreblocks_wood_tile_full.png
+++ b/textures/moreblocks_wood_tile_full.png
Binary files differ
diff --git a/textures/moreblocks_wood_tile_left.png b/textures/moreblocks_wood_tile_left.png
index b84166f..5c9b864 100644
--- a/textures/moreblocks_wood_tile_left.png
+++ b/textures/moreblocks_wood_tile_left.png
Binary files differ
diff --git a/textures/moreblocks_wood_tile_right.png b/textures/moreblocks_wood_tile_right.png
index 883f44c..a7473ae 100644
--- a/textures/moreblocks_wood_tile_right.png
+++ b/textures/moreblocks_wood_tile_right.png
Binary files differ
diff --git a/textures/moreblocks_wood_tile_up.png b/textures/moreblocks_wood_tile_up.png
index 6221910..2a49873 100644
--- a/textures/moreblocks_wood_tile_up.png
+++ b/textures/moreblocks_wood_tile_up.png
Binary files differ