forked from minetest-mods/mesecons
		
	Set is_ground_content to false (#386)
This commit is contained in:
		| @@ -34,6 +34,7 @@ minetest.register_node("mesecons_extrawires:tjunction_on", { | ||||
| 	}, | ||||
| 	paramtype = "light", | ||||
| 	paramtype2 = "facedir", | ||||
| 	is_ground_content = false, | ||||
| 	walkable = false, | ||||
| 	sunlight_propagates = true, | ||||
| 	selection_box = tjunction_selectionbox, | ||||
| @@ -62,6 +63,7 @@ minetest.register_node("mesecons_extrawires:tjunction_off", { | ||||
| 	}, | ||||
| 	paramtype = "light", | ||||
| 	paramtype2 = "facedir", | ||||
| 	is_ground_content = false, | ||||
| 	walkable = false, | ||||
| 	sunlight_propagates = true, | ||||
| 	selection_box = tjunction_selectionbox, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user