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
				
			| @@ -221,6 +221,7 @@ minetest.register_craftitem("boats:boat", { | ||||
| 	wield_image = "boats_wield.png", | ||||
| 	wield_scale = {x = 2, y = 2, z = 1}, | ||||
| 	liquids_pointable = true, | ||||
| 	groups = {flammable = 2}, | ||||
|  | ||||
| 	on_place = function(itemstack, placer, pointed_thing) | ||||
| 		if pointed_thing.type ~= "node" then | ||||
|   | ||||
		Reference in New Issue
	
	Block a user