aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/recipe
diff options
context:
space:
mode:
authorJordan Byrne <draknyte1@hotmail.com>2018-02-22 00:16:44 +1000
committerJordan Byrne <draknyte1@hotmail.com>2018-02-22 00:16:44 +1000
commitc5ddbd07991eea29132efbd7f4131ab9a4a977cf (patch)
tree9fe0f18b3964afe7465d8c79805bae590c178899 /src/Java/gtPlusPlus/core/recipe
parentc93a947042a57dcf7e0c7e4c1ff849f20ff4c6f0 (diff)
downloadGT5-Unofficial-c5ddbd07991eea29132efbd7f4131ab9a4a977cf.tar.gz
GT5-Unofficial-c5ddbd07991eea29132efbd7f4131ab9a4a977cf.tar.bz2
GT5-Unofficial-c5ddbd07991eea29132efbd7f4131ab9a4a977cf.zip
$ .08 compat fixes to worldgen and recipes.
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
-rw-r--r--src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
index 969eb3aed8..123f878a88 100644
--- a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
+++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
@@ -73,7 +73,7 @@ public class RECIPES_GREGTECH {
ItemList.Shape_Mold_Credit.get(0),
ItemList.Credit_Greg_Osmium.get(0),
(int) Math.max(Materials.Osmium.getMass() * 2L * 1, 1),
- 4 * Materials.Osmium.mDensityMultiplier)){
+ (int) (4 * Materials.Osmium.mDensity))){
Logger.WARNING("Extruder Recipe: Osmium Credit - Success");
}
else {