From 4f1a44a80b5522db60125f3018c0ce80fbb9e3b4 Mon Sep 17 00:00:00 2001
From: kpoppel <poulsen.kim@gmail.com>
Date: Mon, 03 Jun 2013 23:42:44 +0200
Subject: [PATCH] Removing ununsed textures. Added more safety to item_drop to get around a fatal server halt issue.

---
 technic/music_player.lua |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/technic/music_player.lua b/technic/music_player.lua
index ecb1e09..81b9a65 100644
--- a/technic/music_player.lua
+++ b/technic/music_player.lua
@@ -3,7 +3,7 @@
 	output = 'technic:music_player',
 	recipe = {
 		{'default:wood', 'default:wood', 'default:wood'},
-		{'technic:diamond', 'technic:diamond', 'technic:diamond'},
+		{'default:diamond', 'default:diamond', 'default:diamond'},
 		{'default:stone', 'moreores:copper_ingot', 'default:stone'},
 	}
 })

--
Gitblit v1.8.0