mirror of
				https://github.com/Uberi/Minetest-WorldEdit.git
				synced 2025-11-04 06:35:28 +01:00 
			
		
		
		
	Make placeholders not pointable
This commit is contained in:
		@@ -6,6 +6,7 @@ minetest.register_node("worldedit:placeholder", {
 | 
			
		||||
	paramtype = "light",
 | 
			
		||||
	sunlight_propagates = true,
 | 
			
		||||
	diggable = false,
 | 
			
		||||
	pointable = false,
 | 
			
		||||
	walkable = false,
 | 
			
		||||
	groups = {not_in_creative_inventory=1},
 | 
			
		||||
})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user