forked from luanti-org/minetest_game
		
	Make flammable: Flowers, grasses and several crafitems
This commit is contained in:
		
				
					committed by
					
						 paramat
						paramat
					
				
			
			
				
	
			
			
			
						parent
						
							fbac9be51c
						
					
				
				
					commit
					3c9d71e6f7
				
			| @@ -2,7 +2,8 @@ farming.register_hoe(":farming:hoe_wood", { | ||||
| 	description = "Wooden Hoe", | ||||
| 	inventory_image = "farming_tool_woodhoe.png", | ||||
| 	max_uses = 30, | ||||
| 	material = "group:wood" | ||||
| 	material = "group:wood", | ||||
| 	groups = {flammable = 2}, | ||||
| }) | ||||
|  | ||||
| farming.register_hoe(":farming:hoe_stone", { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user