mirror of
				https://github.com/luanti-org/minetest_game.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	Flood snow with either lava or water.
Fixes #1005 This doesn't flood snow or ice blocks.
This commit is contained in:
		@@ -382,6 +382,7 @@ minetest.register_node("default:snow", {
 | 
			
		||||
	wield_image = "default_snowball.png",
 | 
			
		||||
	paramtype = "light",
 | 
			
		||||
	buildable_to = true,
 | 
			
		||||
	floodable = true,
 | 
			
		||||
	drawtype = "nodebox",
 | 
			
		||||
	node_box = {
 | 
			
		||||
		type = "fixed",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user