forked from mtcontrib/mobs_animal
		
	honey also belongs in food_sugar group
This commit is contained in:
		
							
								
								
									
										2
									
								
								bee.lua
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								bee.lua
									
									
									
									
									
								
							@@ -64,7 +64,7 @@ minetest.register_craftitem(":mobs:honey", {
 | 
			
		||||
	description = S("Honey"),
 | 
			
		||||
	inventory_image = "mobs_honey_inv.png",
 | 
			
		||||
	on_use = minetest.item_eat(4),
 | 
			
		||||
	groups = {food_honey = 1, flammable = 1},
 | 
			
		||||
	groups = {food_honey = 1, food_sugar = 1, flammable = 1},
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
-- beehive (when placed spawns bee)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user