removed reference to default

This commit is contained in:
Functioning Member of Society 2022-11-22 14:56:59 -05:00
parent ad7931a469
commit f5f3af44e4

View File

@ -370,7 +370,6 @@ minetest.register_node("poop:transparent", {
paramtype = "light",
is_ground_content = false,
sunlight_propagates = true,
sounds = default.node_sound_glass_defaults(),
groups = {cracky=3,oddly_breakable_by_hand=3},
})
minetest.register_alias("mapgen_stone", "poop:floor")