mirror of
https://github.com/adrido/darkage.git
synced 2025-01-09 09:20:19 +01:00
Better glass texture. Thanks to @Infinatum
This commit is contained in:
parent
3f773bb856
commit
fe88e3bb2e
@ -2,7 +2,7 @@ minetest.register_node("darkage:glass", {
|
||||
description = "Medieval Glass",
|
||||
drawtype = "glasslike",
|
||||
tiles = {"darkage_glass.png"},
|
||||
inventory_image = minetest.inventorycube("darkage_glass.png"),
|
||||
use_texture_alpha=true,
|
||||
paramtype = "light",
|
||||
sunlight_propagates = true,
|
||||
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3},
|
||||
@ -13,10 +13,10 @@ minetest.register_node("darkage:glow_glass", {
|
||||
description = "Medieval Glow Glass",
|
||||
drawtype = "glasslike",
|
||||
tiles = {"darkage_glass.png"},
|
||||
inventory_image = minetest.inventorycube("darkage_glass.png"),
|
||||
use_texture_alpha=true,
|
||||
paramtype = "light",
|
||||
light_source = 18,
|
||||
sunlight_propagates = true,
|
||||
light_source = default.LIGHT_MAX-1,
|
||||
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3},
|
||||
sounds = default.node_sound_glass_defaults(),
|
||||
})
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 795 B |
Loading…
Reference in New Issue
Block a user