mirror of
https://github.com/minetest-mods/stained_glass.git
synced 2025-07-20 07:10:22 +02:00
Compare commits
3 Commits
a68dfa502c
...
master
Author | SHA1 | Date | |
---|---|---|---|
e7988d5867 | |||
aa9e57ebc3 | |||
aee34845cb |
8
init.lua
8
init.lua
@ -52,9 +52,9 @@ minetest.register_node("stained_glass:stained_glass", {
|
||||
paramtype2 = "color",
|
||||
palette = "unifieddyes_palette_extended.png",
|
||||
sunlight_propagates = true,
|
||||
use_texture_alpha = true,
|
||||
use_texture_alpha = "blend",
|
||||
light_source = myglow,
|
||||
is_ground_content = true,
|
||||
is_ground_content = false,
|
||||
walkable = true,
|
||||
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3, not_in_creative_inventory=1, ud_param2_colorable = 1},
|
||||
sounds = default.node_sound_glass_defaults(),
|
||||
@ -78,9 +78,9 @@ minetest.register_node("stained_glass:stained_trap_glass", {
|
||||
paramtype2 = "color",
|
||||
palette = "unifieddyes_palette_extended.png",
|
||||
sunlight_propagates = true,
|
||||
use_texture_alpha = true,
|
||||
use_texture_alpha = "blend",
|
||||
light_source = myglow,
|
||||
is_ground_content = true,
|
||||
is_ground_content = false,
|
||||
walkable = false,
|
||||
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3, not_in_creative_inventory=1, ud_param2_colorable = 1},
|
||||
sounds = default.node_sound_glass_defaults(),
|
||||
|
Reference in New Issue
Block a user