undo last commit (oops)

This commit is contained in:
theFox6 2018-05-12 15:16:26 +02:00
parent df383ed9bd
commit 653c96d9e2
5 changed files with 4 additions and 5 deletions

View File

@ -1 +0,0 @@
0

View File

@ -9,7 +9,7 @@ weather_mod.register_downfall("weather:snow",{
texture="weather_snow.png"
})
--[[local snow_box =
local snow_box =
{
type = "fixed",
fixed = {-0.5, -0.5, -0.5, 0.5, -0.4, 0.5}
@ -26,7 +26,7 @@ minetest.register_node("weather:snow_cover", {
drop = {}
})
--[ Enable this section if you have a very fast PC
--[[ Enable this section if you have a very fast PC
minetest.register_abm({
nodenames = {"group:crumbly", "group:snappy", "group:cracky", "group:choppy"},
neighbors = {"default:air"},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 B

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 B

After

Width:  |  Height:  |  Size: 2.1 KiB