forked from luanti-org/minetest_game
		
	Make fire buildable to
This commit is contained in:
		| @@ -12,6 +12,7 @@ minetest.register_node("fire:basic_flame", { | ||||
| 	groups = {igniter=2,dig_immediate=3}, | ||||
| 	drop = '', | ||||
| 	walkable = false, | ||||
| 	buildable_to = true, | ||||
| 	damage_per_second = 4, | ||||
| 	 | ||||
| 	after_place_node = function(pos, placer) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user