1
0
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:
addi
2016-09-11 14:25:16 +02:00
parent 6f985e9fe7
commit 3a2e2f0112
14 changed files with 71 additions and 4 deletions

View File

@ -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")