Items can lower Drunkeness when consumed

This commit is contained in:
Sn0wStorm
2013-08-14 21:18:11 +02:00
parent e2e6448cf6
commit ac9975fce9
5 changed files with 58 additions and 13 deletions
-1
View File
@@ -46,7 +46,6 @@ public class BRecipe {
if (effectStringList != null) {
for (String effectString : effectStringList) {
String[] effectSplit = effectString.split("/");
P.p.log("effekt: " + effectSplit[0]);
if (effectSplit.length > 1) {
effects.put(effectSplit[0], P.p.parseInt(effectSplit[1]));
} else {