mirror of
				https://github.com/mt-mods/homedecor_modpack.git
				synced 2025-10-31 21:25:25 +01:00 
			
		
		
		
	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