]> git.lizzy.rs Git - Crafter.git/blobdiff - mods/weather/init.lua
Added Seasons
[Crafter.git] / mods / weather / init.lua
index 24a8ad82cf262610414d4585ac1c74e2fe7f4efe..27f8a67d8c1561861af738910a45276378114196 100644 (file)
@@ -417,7 +417,7 @@ end
 
 minetest.register_node("weather:snow", {
     description = "Snow",
-    tiles = {"snow_block.png"},
+    tiles = {"snow.png"},
     groups = {pathable = 1,snow = 1, falling_node=1},
     sounds = main.woolSound(),
     paramtype = "light",
@@ -456,7 +456,7 @@ minetest.register_node("weather:snow", {
 
 minetest.register_node("weather:snow_block", {
     description = "Snow",
-    tiles = {"snow_block.png"},
+    tiles = {"snow.png"},
     groups = {pathable = 1,snow = 1},
     sounds = main.woolSound(),
     drop = {