From 1d0687556a52891aeadc0e8d9a58e44c53cb826b Mon Sep 17 00:00:00 2001
From: Zefram <zefram@fysh.org>
Date: Fri, 15 Aug 2014 13:25:46 +0200
Subject: [PATCH] Fix music player's sound management

---
 technic/machines/register/centrifuge_recipes.lua |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/technic/machines/register/centrifuge_recipes.lua b/technic/machines/register/centrifuge_recipes.lua
index 7f252b6..8b447a2 100644
--- a/technic/machines/register/centrifuge_recipes.lua
+++ b/technic/machines/register/centrifuge_recipes.lua
@@ -20,14 +20,6 @@
 	{ "moretrees:rubber_tree_trunk",       rubber_tree_planks.." 4",      "technic:raw_latex"     },
 }
 
--- Refining uranium via centrifuge is intended to make it a practical
--- necessity to set up an automated cascade of centrifuges.  Once the
--- cascade has been primed, production of one 3.5%-fissile dust requires
--- input of five 0.7%-fissile dust and 490 centrifuge operations, and
--- produces four 0.0%-fissile dust as a byproduct.  The busiest stage
--- of the cascade is the one taking 0.7%-fissile dust, which performs 28
--- of the 490 operations.  The least busy is the one taking 3.4%-fissile
--- dust, which performs 1 of the 490 operations.
 local function uranium_dust(p)
 	return "technic:uranium"..(p == 7 and "" or p).."_dust"
 end

--
Gitblit v1.8.0