Merge remote-tracking branch 'origin/master'

# Conflicts:
#	eco-core/core-plugin/src/main/java/com/willfp/talismans/talismans/util/DiscoverRecipeListener.java
#	gradle.properties
This commit is contained in:
Auxilor
2021-05-06 22:06:04 +01:00

View File

@@ -98,7 +98,7 @@ public class TalismanUtils {
String key = talismanKey.getKey();
int level = 0;
int level;
if (key.endsWith("_talisman")) {
level = 1;
@@ -108,9 +108,7 @@ public class TalismanUtils {
level = 3;
} else if (key.endsWith("_fossil")) {
level = 4;
}
if (level == 0) {
} else {
return;
}