1
0
mirror of https://github.com/adrido/darkage.git synced 2025-06-30 23:40:56 +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

@ -80,6 +80,22 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "darkage:chalked_bricks_with_plaster 2",
recipe = {
{"darkage:chalked_bricks", "darkage:chalk_powder"},
{"darkage:chalked_bricks", "darkage:chalk_powder"},
}
})
minetest.register_craft({
output = "darkage:chalked_bricks_with_plaster 2",
recipe = {
{"darkage:chalk_powder", "darkage:chalked_bricks"},
{"darkage:chalk_powder", "darkage:chalked_bricks"},
}
})
minetest.register_craft({
output = "darkage:darkdirt 4",
recipe = {