Merge branch 'master' into master
|
@ -0,0 +1 @@
|
||||||
|
0
|
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 2.1 KiB |
|
@ -9,7 +9,7 @@ weather_mod.register_downfall("weather:snow",{
|
||||||
texture="weather_snow.png"
|
texture="weather_snow.png"
|
||||||
})
|
})
|
||||||
|
|
||||||
local snow_box =
|
--[[local snow_box =
|
||||||
{
|
{
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {-0.5, -0.5, -0.5, 0.5, -0.4, 0.5}
|
fixed = {-0.5, -0.5, -0.5, 0.5, -0.4, 0.5}
|
||||||
|
@ -26,7 +26,7 @@ minetest.register_node("weather:snow_cover", {
|
||||||
drop = {}
|
drop = {}
|
||||||
})
|
})
|
||||||
|
|
||||||
--[[ Enable this section if you have a very fast PC
|
--[ Enable this section if you have a very fast PC
|
||||||
minetest.register_abm({
|
minetest.register_abm({
|
||||||
nodenames = {"group:crumbly", "group:snappy", "group:cracky", "group:choppy"},
|
nodenames = {"group:crumbly", "group:snappy", "group:cracky", "group:choppy"},
|
||||||
neighbors = {"default:air"},
|
neighbors = {"default:air"},
|
||||||
|
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 101 B |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 106 B |
After Width: | Height: | Size: 109 B |
Before Width: | Height: | Size: 647 B After Width: | Height: | Size: 647 B |