We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f133078 commit acda78fCopy full SHA for acda78f
build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
}
11
12
group = "moe.nea"
13
-version = "1.6.0"
+version = "1.7.0"
14
15
repositories {
16
mavenCentral()
src/main/java/io/github/moulberry/repo/data/NEUItem.java
@@ -31,6 +31,9 @@ public class NEUItem {
31
int z;
32
String island;
33
34
+ @SerializedName("breakingpower")
35
+ int breakingPower;
36
+
37
@SerializedName("recipe")
38
@Getter(value = AccessLevel.PRIVATE)
39
NEURecipe singletonRecipe = null;
0 commit comments