is ground content revision (#12)

This commit is contained in:
Luke aka SwissalpS 2024-03-01 15:15:43 +01:00 committed by GitHub
parent aa9e57ebc3
commit e7988d5867
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ minetest.register_node("stained_glass:stained_glass", {
sunlight_propagates = 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(),
@ -80,7 +80,7 @@ minetest.register_node("stained_glass:stained_trap_glass", {
sunlight_propagates = 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(),