From ec9f92d98b88b13adada6250622b9a51f3705026 Mon Sep 17 00:00:00 2001
From: kpoppel <poulsen.kim@gmail.com>
Date: Tue, 27 Aug 2013 09:30:48 +0200
Subject: [PATCH] Merge pull request #82 from GloopMaster/patch-1

---
 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 53fd738..7b9d385 100644
--- a/technic_worldgen/nodes.lua
+++ b/technic_worldgen/nodes.lua
@@ -96,3 +96,5 @@
 		{'technic:marble','technic:marble'}
 	}
 })
+
+minetest.register_alias("technic:diamond_block", "default:diamondblock")

--
Gitblit v1.8.0