mirror of
				https://github.com/luanti-org/minetest_game.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	Replace aliased fertile mushrooms.
This is a non-issue: these are aliased to normal mushrooms. For clarity, we replace them with the normal mushrooms here as well.
This commit is contained in:
		@@ -70,8 +70,8 @@ function flowers.register_mgv6_decorations()
 | 
			
		||||
	register_mgv6_flower("viola")
 | 
			
		||||
	register_mgv6_flower("dandelion_white")
 | 
			
		||||
 | 
			
		||||
	register_mgv6_mushroom("mushroom_fertile_brown")
 | 
			
		||||
	register_mgv6_mushroom("mushroom_fertile_red")
 | 
			
		||||
	register_mgv6_mushroom("mushroom_brown")
 | 
			
		||||
	register_mgv6_mushroom("mushroom_red")
 | 
			
		||||
 | 
			
		||||
	register_mgv6_waterlily()
 | 
			
		||||
end
 | 
			
		||||
@@ -151,8 +151,8 @@ function flowers.register_decorations()
 | 
			
		||||
	register_flower(1133,    "viola")
 | 
			
		||||
	register_flower(73133,   "dandelion_white")
 | 
			
		||||
 | 
			
		||||
	register_mushroom("mushroom_fertile_brown")
 | 
			
		||||
	register_mushroom("mushroom_fertile_red")
 | 
			
		||||
	register_mushroom("mushroom_brown")
 | 
			
		||||
	register_mushroom("mushroom_red")
 | 
			
		||||
 | 
			
		||||
	register_waterlily()
 | 
			
		||||
end
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user