diff options
author | Zefram <zefram@fysh.org> | 2014-04-21 20:24:01 +0100 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2014-04-30 00:26:45 +0100 |
commit | 0294fc8f3a9772ab292c7e40d489e760b666516e (patch) | |
tree | d67e2d5539a5b82197407cdca729b1e3e5ae8ff9 /technic_worldgen/nodes.lua | |
parent | 9b64ffea8c5268a4c4644c20d77a4e9c1ff4ba37 (diff) |
various backward-compatibility aliases
Diffstat (limited to 'technic_worldgen/nodes.lua')
-rw-r--r-- | technic_worldgen/nodes.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/technic_worldgen/nodes.lua b/technic_worldgen/nodes.lua index 5ecae7b..07ec4af 100644 --- a/technic_worldgen/nodes.lua +++ b/technic_worldgen/nodes.lua @@ -101,4 +101,6 @@ minetest.register_craft({ }) minetest.register_alias("technic:diamond_block", "default:diamondblock") +minetest.register_alias("technic:diamond", "default:diamond") +minetest.register_alias("technic:mineral_diamond", "default:stone_with_diamond") |