Skip to content

Commit acda78f

Browse files
committed
Add breaking power
1 parent f133078 commit acda78f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "moe.nea"
13-
version = "1.6.0"
13+
version = "1.7.0"
1414

1515
repositories {
1616
mavenCentral()

src/main/java/io/github/moulberry/repo/data/NEUItem.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ public class NEUItem {
3131
int z;
3232
String island;
3333

34+
@SerializedName("breakingpower")
35+
int breakingPower;
36+
3437
@SerializedName("recipe")
3538
@Getter(value = AccessLevel.PRIVATE)
3639
NEURecipe singletonRecipe = null;

0 commit comments

Comments
 (0)