Move stained glass textures to mcl_core
This commit is contained in:
parent
f16b4ea79f
commit
37fe7653da
19 changed files with 18 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue