forked from mtcontrib/homedecor_modpack
		
	adjust selection box for centered cobweb
This commit is contained in:
		@@ -30,7 +30,7 @@ minetest.register_node("homedecor:cobweb_centered", {
 | 
			
		||||
	walkable = false,
 | 
			
		||||
	selection_box = {
 | 
			
		||||
		type = "fixed",
 | 
			
		||||
		fixed = {-0.5, -0.5, -0.5, 0.5, 0.5, 0.5}
 | 
			
		||||
		fixed = { -0.5, -0.5, -0.1, 0.5, 0.5, 0.1 }
 | 
			
		||||
	},
 | 
			
		||||
	node_box = {
 | 
			
		||||
		type = "fixed",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user