Skip to content

Commit 1a6cff7

Browse files
InkEcaulineargraph
authored andcommitted
add x,y,z,island to item
1 parent 1de3beb commit 1a6cff7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ public class NEUItem {
2626
List<String> info;
2727
boolean vanilla = false;
2828

29+
int x;
30+
int y;
31+
int z;
32+
String island;
33+
2934
@SerializedName("recipe")
3035
@Getter(value = AccessLevel.PRIVATE)
3136
NEURecipe singletonRecipe = null;

0 commit comments

Comments
 (0)