mirror of
https://github.com/adrido/darkage.git
synced 2025-07-14 22:40:28 +02:00
Introduced Chalked Bricks
Chalked Bricks using the cobble texture of the old minetest_game that where removed in 0.4.7. Its a nice looking stonebrick alternative good to bring a bit more colors in stonebrick houses. Texture is made by c55 and licensed under CC BY-SA 3.0
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
-- Registration of Stairs (Alphabetical order)
|
||||
darkage.register_stairs("darkage:basalt")
|
||||
darkage.register_stairs("darkage:basalt_cobble")
|
||||
darkage.register_stairs("darkage:chalked_bricks")
|
||||
darkage.register_stairs("darkage:gneiss")
|
||||
darkage.register_stairs("darkage:gneiss_cobble")
|
||||
darkage.register_stairs("darkage:marble")
|
||||
|
Reference in New Issue
Block a user