1
0
mirror of https://github.com/adrido/darkage.git synced 2025-06-30 23:40:56 +02:00

Renamed ors_cobble to ors_brick, registering alias

This commit is contained in:
addi
2016-07-16 15:36:04 +02:00
parent e4d0438bf4
commit 6f985e9fe7
4 changed files with 67 additions and 47 deletions

View File

@ -130,9 +130,9 @@ minetest.register_node("darkage:ors", {
sounds = default.node_sound_stone_defaults()
})
minetest.register_node("darkage:ors_cobble", {
description = "Old Red Sandstone Cobble",
tiles = {"darkage_ors_cobble.png"},
minetest.register_node("darkage:ors_brick", {
description = "Old Red Sandstone Brick",
tiles = {"darkage_ors_brick.png"},
is_ground_content = false,
groups = {crumbly=2,cracky=2},
sounds = default.node_sound_stone_defaults()