forked from luanti-org/minetest_game
		
	Fix glass panes sides (#2500)
This commit is contained in:
		| @@ -105,7 +105,14 @@ function xpanes.register_pane(name, def) | ||||
| 		inventory_image = def.inventory_image, | ||||
| 		wield_image = def.wield_image, | ||||
| 		paramtype2 = "facedir", | ||||
| 		tiles = {def.textures[3], def.textures[3], def.textures[1]}, | ||||
| 		tiles = { | ||||
| 				def.textures[3], | ||||
| 				def.textures[3], | ||||
| 				def.textures[3], | ||||
| 				def.textures[3], | ||||
| 				def.textures[1], | ||||
| 				def.textures[1] | ||||
| 		}, | ||||
| 		groups = flatgroups, | ||||
| 		drop = "xpanes:" .. name .. "_flat", | ||||
| 		sounds = def.sounds, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user