Compressed textures, glass uses glasslike_framed drawtype, new texture for glow glass, added texture for trap glow glass and trap super glow glass.
10
nodes.lua
@ -221,7 +221,7 @@ local nodes = {
|
|||||||
},
|
},
|
||||||
["glow_glass"] = {
|
["glow_glass"] = {
|
||||||
description = S("Glow Glass"),
|
description = S("Glow Glass"),
|
||||||
drawtype = "glasslike",
|
drawtype = "glasslike_framed",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
light_source = 11,
|
light_source = 11,
|
||||||
@ -230,8 +230,7 @@ local nodes = {
|
|||||||
},
|
},
|
||||||
["trap_glow_glass"] = {
|
["trap_glow_glass"] = {
|
||||||
description = S("Trap Glow Glass"),
|
description = S("Trap Glow Glass"),
|
||||||
drawtype = "glasslike",
|
drawtype = "glasslike_framed",
|
||||||
tiles = {"moreblocks_glow_glass.png"},
|
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
light_source = 11,
|
light_source = 11,
|
||||||
@ -242,7 +241,7 @@ local nodes = {
|
|||||||
},
|
},
|
||||||
["super_glow_glass"] = {
|
["super_glow_glass"] = {
|
||||||
description = S("Super Glow Glass"),
|
description = S("Super Glow Glass"),
|
||||||
drawtype = "glasslike",
|
drawtype = "glasslike_framed",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
light_source = 15,
|
light_source = 15,
|
||||||
@ -251,8 +250,7 @@ local nodes = {
|
|||||||
},
|
},
|
||||||
["trap_super_glow_glass"] = {
|
["trap_super_glow_glass"] = {
|
||||||
description = S("Trap Super Glow Glass"),
|
description = S("Trap Super Glow Glass"),
|
||||||
drawtype = "glasslike",
|
drawtype = "glasslike_framed",
|
||||||
tiles = {"moreblocks_super_glow_glass.png"},
|
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
light_source = 15,
|
light_source = 15,
|
||||||
|
@ -21,7 +21,7 @@ function stairsplus:register_all(modname, subname, recipeitem, fields)
|
|||||||
self:register_slab (modname, subname, recipeitem, fields)
|
self:register_slab (modname, subname, recipeitem, fields)
|
||||||
self:register_panel(modname, subname, recipeitem, fields)
|
self:register_panel(modname, subname, recipeitem, fields)
|
||||||
self:register_micro(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}
|
circular_saw.known_nodes[recipeitem] = {modname, subname}
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -35,11 +35,12 @@ function register_stair_slab_panel_micro(modname, subname, recipeitem, groups, i
|
|||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
dofile(modpath.."/conversion.lua")
|
-- dofile(modpath.."/aliases.lua")
|
||||||
|
-- dofile(modpath.."/conversion.lua")
|
||||||
|
|
||||||
dofile(modpath.."/stairs.lua")
|
dofile(modpath.."/stairs.lua")
|
||||||
dofile(modpath.."/slabs.lua")
|
dofile(modpath.."/slabs.lua")
|
||||||
dofile(modpath.."/panels.lua")
|
dofile(modpath.."/panels.lua")
|
||||||
dofile(modpath.."/microblocks.lua")
|
dofile(modpath.."/microblocks.lua")
|
||||||
dofile(modpath.."/aliases.lua")
|
|
||||||
dofile(modpath.."/registrations.lua")
|
dofile(modpath.."/registrations.lua")
|
||||||
|
|
||||||
|
Before ![]() (image error) Size: 151 B After ![]() (image error) Size: 68 B ![]() ![]() |
Before ![]() (image error) Size: 735 B After ![]() (image error) Size: 354 B ![]() ![]() |
Before ![]() (image error) Size: 826 B After ![]() (image error) Size: 736 B ![]() ![]() |
Before ![]() (image error) Size: 646 B After ![]() (image error) Size: 448 B ![]() ![]() |
Before ![]() (image error) Size: 699 B After ![]() (image error) Size: 579 B ![]() ![]() |
Before ![]() (image error) Size: 587 B After ![]() (image error) Size: 478 B ![]() ![]() |
Before ![]() (image error) Size: 667 B After ![]() (image error) Size: 441 B ![]() ![]() |
Before ![]() (image error) Size: 249 B After ![]() (image error) Size: 177 B ![]() ![]() |
Before ![]() (image error) Size: 902 B After ![]() (image error) Size: 325 B ![]() ![]() |
Before ![]() (image error) Size: 245 B After ![]() (image error) Size: 155 B ![]() ![]() |
Before ![]() (image error) Size: 278 B After ![]() (image error) Size: 166 B ![]() ![]() |
Before ![]() (image error) Size: 545 B After ![]() (image error) Size: 229 B ![]() ![]() |
Before ![]() (image error) Size: 650 B After ![]() (image error) Size: 484 B ![]() ![]() |
Before ![]() (image error) Size: 675 B After ![]() (image error) Size: 585 B ![]() ![]() |
Before ![]() (image error) Size: 392 B After ![]() (image error) Size: 204 B ![]() ![]() |
Before ![]() (image error) Size: 539 B After ![]() (image error) Size: 480 B ![]() ![]() |
Before ![]() (image error) Size: 978 B After ![]() (image error) Size: 210 B ![]() ![]() |
Before ![]() (image error) Size: 973 B After ![]() (image error) Size: 215 B ![]() ![]() |
Before ![]() (image error) Size: 265 B After ![]() (image error) Size: 157 B ![]() ![]() |
Before ![]() (image error) Size: 287 B After ![]() (image error) Size: 169 B ![]() ![]() |
Before ![]() (image error) Size: 884 B After ![]() (image error) Size: 326 B ![]() ![]() |
Before ![]() (image error) Size: 248 B After ![]() (image error) Size: 158 B ![]() ![]() |
Before ![]() (image error) Size: 283 B After ![]() (image error) Size: 169 B ![]() ![]() |
Before ![]() (image error) Size: 555 B After ![]() (image error) Size: 230 B ![]() ![]() |
Before ![]() (image error) Size: 741 B After ![]() (image error) Size: 485 B ![]() ![]() |
Before ![]() (image error) Size: 362 B After ![]() (image error) Size: 175 B ![]() ![]() |
Before ![]() (image error) Size: 215 B After ![]() (image error) Size: 122 B ![]() ![]() |
Before ![]() (image error) Size: 209 B After ![]() (image error) Size: 144 B ![]() ![]() |
Before ![]() (image error) Size: 598 B After ![]() (image error) Size: 335 B ![]() ![]() |
Before ![]() (image error) Size: 604 B After ![]() (image error) Size: 354 B ![]() ![]() |
Before ![]() (image error) Size: 517 B After ![]() (image error) Size: 356 B ![]() ![]() |
Before ![]() (image error) Size: 734 B After ![]() (image error) Size: 273 B ![]() ![]() |
Before ![]() (image error) Size: 752 B After ![]() (image error) Size: 279 B ![]() ![]() |
Before ![]() (image error) Size: 700 B After ![]() (image error) Size: 272 B ![]() ![]() |
Before ![]() (image error) Size: 249 B After ![]() (image error) Size: 154 B ![]() ![]() |
Before ![]() (image error) Size: 288 B After ![]() (image error) Size: 171 B ![]() ![]() |
Before ![]() (image error) Size: 477 B After ![]() (image error) Size: 292 B ![]() ![]() |
Before ![]() (image error) Size: 261 B After ![]() (image error) Size: 170 B ![]() ![]() |
Before ![]() (image error) Size: 817 B After ![]() (image error) Size: 640 B ![]() ![]() |
Before ![]() (image error) Size: 387 B After ![]() (image error) Size: 175 B ![]() ![]() |
Before ![]() (image error) Size: 598 B After ![]() (image error) Size: 426 B ![]() ![]() |
Before ![]() (image error) Size: 545 B After ![]() (image error) Size: 352 B ![]() ![]() |
Before ![]() (image error) Size: 522 B After ![]() (image error) Size: 350 B ![]() ![]() |
Before ![]() (image error) Size: 554 B After ![]() (image error) Size: 430 B ![]() ![]() |
Before ![]() (image error) Size: 594 B After ![]() (image error) Size: 436 B ![]() ![]() |
Before ![]() (image error) Size: 507 B After ![]() (image error) Size: 339 B ![]() ![]() |
Before ![]() (image error) Size: 533 B After ![]() (image error) Size: 347 B ![]() ![]() |
Before ![]() (image error) Size: 533 B After ![]() (image error) Size: 342 B ![]() ![]() |