mirror of
				https://github.com/luanti-org/minetest_game.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	Flowers: Remove stack max definition (#2324)
This commit is contained in:
		@@ -46,7 +46,6 @@ local function add_simple_flower(name, desc, box, f_groups)
 | 
			
		||||
		paramtype = "light",
 | 
			
		||||
		walkable = false,
 | 
			
		||||
		buildable_to = true,
 | 
			
		||||
		stack_max = 99,
 | 
			
		||||
		groups = f_groups,
 | 
			
		||||
		sounds = default.node_sound_leaves_defaults(),
 | 
			
		||||
		selection_box = {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user