mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 17:50:37 +01:00
Fixed typos and changed sinking speed's value
This commit is contained in:
parent
d9c182cf9d
commit
969080ab81
@ -1,5 +1,5 @@
|
|||||||
mgv6_spflags = biomeblend, jungles
|
mgv6_spflags = biomeblend, jungles
|
||||||
|
|
||||||
movement_liquid_sink = 25
|
movement_liquid_sink = 15
|
||||||
movement_liquid_fluidity = 0.8
|
movement_liquid_fluidity = 0.8
|
||||||
movement_liquid_fluidity_smooth = 2
|
movement_liquid_fluidity_smooth = 2
|
||||||
|
@ -894,12 +894,12 @@ minetest.register_node("default:lava_flowing", {
|
|||||||
tiles = {"default_lava.png"},
|
tiles = {"default_lava.png"},
|
||||||
special_tiles = {
|
special_tiles = {
|
||||||
{
|
{
|
||||||
image = "default_lava_flowing_animated.png",
|
name = "default_lava_flowing_animated.png",
|
||||||
backface_culling = false,
|
backface_culling = false,
|
||||||
animation={type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 1.5}
|
animation={type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 1.5}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
image = "default_lava_flowing_animated.png",
|
name = "default_lava_flowing_animated.png",
|
||||||
backface_culling = true,
|
backface_culling = true,
|
||||||
animation={type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 1.5}
|
animation={type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 1.5}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user