Fixing few stuff
- Removing a few .env which have reappered in the last pull - Moving old_player_textures in the modpack's u_skins mod, and renaming it
@ -12,7 +12,6 @@ PROTECT_WATER_REALTIME = 0 -- 0 for OFF , 1 for ON
|
||||
-- List of your node need to rewirte
|
||||
--
|
||||
add_falling_protect_item("default:sand")
|
||||
add_falling_protect_item("default:redsand")
|
||||
add_falling_protect_item("default:gravel")
|
||||
|
||||
add_protected_bukket_liquid("bucket:bucket_lava","default:lava_source") -- lava bukket
|
||||
|
@ -79,7 +79,7 @@ if snow.enable_snowfall then
|
||||
local get_snow = function(pos)
|
||||
--Legacy support.
|
||||
if weather_legacy == "snow" then
|
||||
local perlin1 = minetest.:get_perlin(112,3, 0.5, 150)
|
||||
local perlin1 = minetest.get_perlin(112,3, 0.5, 150)
|
||||
if perlin1:get2d( {x=pos.x, y=pos.z} ) > 0.53 then
|
||||
return true
|
||||
else
|
||||
@ -106,13 +106,13 @@ if snow.enable_snowfall then
|
||||
local snow_fall=function (pos, player, animate)
|
||||
local ground_y = nil
|
||||
for y=pos.y+10,pos.y+20,1 do
|
||||
local n = minetest.:get_node({x=pos.x,y=y,z=pos.z}).name
|
||||
local n = minetest.get_node({x=pos.x,y=y,z=pos.z}).name
|
||||
if n ~= "air" and n ~= "ignore" then
|
||||
return
|
||||
end
|
||||
end
|
||||
for y=pos.y+10,pos.y-15,-1 do
|
||||
local n = minetest.:get_node({x=pos.x,y=y,z=pos.z}).name
|
||||
local n = minetest.get_node({x=pos.x,y=y,z=pos.z}).name
|
||||
if n ~= "air" and n ~= "ignore" then
|
||||
ground_y = y
|
||||
break
|
||||
@ -151,7 +151,7 @@ if snow.enable_snowfall then
|
||||
local smaxp = addvectors(ppos, {x= 20, y=0, z= 20})
|
||||
|
||||
-- Make sure player is not in a cave/house...
|
||||
if get_snow(ppos) and minetest.:get_node_light(ppos, 0.5) == 15 then
|
||||
if get_snow(ppos) and minetest.get_node_light(ppos, 0.5) == 15 then
|
||||
|
||||
local minp = addvectors(ppos, {x=-9, y=3, z=-9})
|
||||
local maxp = addvectors(ppos, {x= 9, y=5, z= 9})
|
||||
|
Before Width: | Height: | Size: 1.5 KiB |
@ -1,3 +0,0 @@
|
||||
Jovens
|
||||
Ailton Junior
|
||||
CC BY-SA 3.0
|
Before Width: | Height: | Size: 207 B |
Before Width: | Height: | Size: 523 B |
@ -1,3 +0,0 @@
|
||||
old skin in 3D
|
||||
DS
|
||||
CC BY-SA 3.0
|
Before Width: | Height: | Size: 143 B |
Before Width: | Height: | Size: 347 B |
@ -1,3 +0,0 @@
|
||||
Kirby
|
||||
Rhys
|
||||
CC BY-SA 3.0
|
Before Width: | Height: | Size: 224 B |
Before Width: | Height: | Size: 919 B |
@ -1,3 +0,0 @@
|
||||
Cool Bacon
|
||||
Ghanastripes1
|
||||
CC BY-SA 3.0
|
Before Width: | Height: | Size: 434 B |
Before Width: | Height: | Size: 258 B |
@ -1,3 +0,0 @@
|
||||
Invisibility Ninja
|
||||
Minetestian
|
||||
CC 0 (1.0)
|
Before Width: | Height: | Size: 116 B |
Before Width: | Height: | Size: 393 B |
@ -1,3 +0,0 @@
|
||||
Lil Ghast
|
||||
Blitzfan
|
||||
CC 0 (1.0)
|
Before Width: | Height: | Size: 125 B |
Before Width: | Height: | Size: 1.9 KiB |
@ -1,3 +0,0 @@
|
||||
Mummy
|
||||
TandT
|
||||
CC BY-SA 3.0
|
Before Width: | Height: | Size: 844 B |
Before Width: | Height: | Size: 5.5 KiB |
@ -1,3 +0,0 @@
|
||||
Diamond Armor Sam
|
||||
Block_Guy
|
||||
CC BY-SA 3.0
|
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 6.4 KiB |
@ -1,3 +0,0 @@
|
||||
Diamond Armor Sam
|
||||
Block_Guy
|
||||
CC BY-SA 3.0
|
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 280 B |
@ -1,3 +0,0 @@
|
||||
HurtedOerkki
|
||||
AMMOnym
|
||||
CC BY-SA 3.0
|
Before Width: | Height: | Size: 198 B |
Before Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 162 B |
@ -1,3 +0,0 @@
|
||||
Black
|
||||
Calinou
|
||||
CC BY 4.0
|
Before Width: | Height: | Size: 121 B |
Before Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 245 B |
@ -1,3 +0,0 @@
|
||||
ShadowNinja
|
||||
ShadowNinja
|
||||
CC BY-SA 4.0
|
Before Width: | Height: | Size: 130 B |
Before Width: | Height: | Size: 22 KiB |