mirror of
				https://github.com/sys4-fr/server-nalc.git
				synced 2025-11-04 05:55:28 +01:00 
			
		
		
		
	Fixed typos and changed sinking speed's value
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
mgv6_spflags = biomeblend, jungles
 | 
			
		||||
 | 
			
		||||
movement_liquid_sink = 25
 | 
			
		||||
movement_liquid_sink = 15
 | 
			
		||||
movement_liquid_fluidity = 0.8
 | 
			
		||||
movement_liquid_fluidity_smooth = 2
 | 
			
		||||
 
 | 
			
		||||
@@ -894,12 +894,12 @@ minetest.register_node("default:lava_flowing", {
 | 
			
		||||
	tiles = {"default_lava.png"},
 | 
			
		||||
	special_tiles = {
 | 
			
		||||
		{
 | 
			
		||||
			image = "default_lava_flowing_animated.png",
 | 
			
		||||
			name = "default_lava_flowing_animated.png",
 | 
			
		||||
			backface_culling = false,
 | 
			
		||||
			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,
 | 
			
		||||
			animation={type = "vertical_frames", aspect_w= 16, aspect_h = 16, length = 1.5}
 | 
			
		||||
		},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user