forked from luanti-org/minetest_game
		
	Stairs: Add tin block stairs and slab
This commit is contained in:
		| @@ -732,6 +732,16 @@ stairs.register_stair_and_slab( | ||||
| 	default.node_sound_metal_defaults() | ||||
| ) | ||||
|  | ||||
| stairs.register_stair_and_slab( | ||||
| 	"tinblock", | ||||
| 	"default:tinblock", | ||||
| 	{cracky = 1, level = 2}, | ||||
| 	{"default_tin_block.png"}, | ||||
| 	"Tin Block Stair", | ||||
| 	"Tin Block Slab", | ||||
| 	default.node_sound_metal_defaults() | ||||
| ) | ||||
|  | ||||
| stairs.register_stair_and_slab( | ||||
| 	"copperblock", | ||||
| 	"default:copperblock", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user