Minor fix for `snow_cover` node

master
MoNTE48 2021-02-28 10:13:58 +01:00
parent 50e10cbfdf
commit 184e475cce
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ if snow_covers then
minetest.register_node("weather_lite:snow_cover", {
tiles = {"blank.png"},
drawtype = "signlike",
paramtype = "light",
buildable_to = true,
groups = {not_in_creative_inventory = 1, dig_immediate = 3},
on_construct = function(pos)