Move stained glass textures to mcl_core
|
@ -26,7 +26,7 @@ function mcl_core.add_glass(desc, recipeitem, colorgroup, color)
|
|||
_doc_items_longdesc = "Stained glass is a decorational and mostly transparent block which comes in various different colors.",
|
||||
drawtype = "glasslike",
|
||||
is_ground_content = false,
|
||||
tiles = {"xpanes_pane_glass_"..color..".png"},
|
||||
tiles = {"mcl_core_glass_"..color..".png"},
|
||||
paramtype = "light",
|
||||
sunlight_propagates = "true",
|
||||
use_texture_alpha = true,
|
||||
|
|
BIN
mods/ITEMS/mcl_core/textures/mcl_core_glass_black.png
Normal file
After Width: | Height: | Size: 294 B |
BIN
mods/ITEMS/mcl_core/textures/mcl_core_glass_blue.png
Normal file
After Width: | Height: | Size: 301 B |
BIN
mods/ITEMS/mcl_core/textures/mcl_core_glass_brown.png
Normal file
After Width: | Height: | Size: 297 B |
BIN
mods/ITEMS/mcl_core/textures/mcl_core_glass_cyan.png
Normal file
After Width: | Height: | Size: 298 B |
BIN
mods/ITEMS/mcl_core/textures/mcl_core_glass_gray.png
Normal file
After Width: | Height: | Size: 294 B |
BIN
mods/ITEMS/mcl_core/textures/mcl_core_glass_green.png
Normal file
After Width: | Height: | Size: 296 B |
BIN
mods/ITEMS/mcl_core/textures/mcl_core_glass_light_blue.png
Normal file
After Width: | Height: | Size: 296 B |
BIN
mods/ITEMS/mcl_core/textures/mcl_core_glass_lime.png
Normal file
After Width: | Height: | Size: 298 B |
BIN
mods/ITEMS/mcl_core/textures/mcl_core_glass_magenta.png
Normal file
After Width: | Height: | Size: 299 B |
BIN
mods/ITEMS/mcl_core/textures/mcl_core_glass_orange.png
Normal file
After Width: | Height: | Size: 299 B |
BIN
mods/ITEMS/mcl_core/textures/mcl_core_glass_pink.png
Normal file
After Width: | Height: | Size: 298 B |
BIN
mods/ITEMS/mcl_core/textures/mcl_core_glass_purple.png
Normal file
After Width: | Height: | Size: 298 B |
BIN
mods/ITEMS/mcl_core/textures/mcl_core_glass_red.png
Normal file
After Width: | Height: | Size: 304 B |
BIN
mods/ITEMS/mcl_core/textures/mcl_core_glass_silver.png
Normal file
After Width: | Height: | Size: 293 B |
BIN
mods/ITEMS/mcl_core/textures/mcl_core_glass_white.png
Normal file
After Width: | Height: | Size: 304 B |
BIN
mods/ITEMS/mcl_core/textures/mcl_core_glass_yellow.png
Normal file
After Width: | Height: | Size: 297 B |