diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-05-20 21:24:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-20 21:24:53 +0200 |
| commit | d721053fc352f9168322f1de2eff08126e69357a (patch) | |
| tree | 1c30dfb5646ab09859c675d17449857ccdcefda7 /src/main/java/io/github/moulberry/notenoughupdates/profileviewer/data | |
| parent | 080c9d8b24213441adf8ff594e646b8e905a14cd (diff) | |
| download | notenoughupdates-d721053fc352f9168322f1de2eff08126e69357a.tar.gz notenoughupdates-d721053fc352f9168322f1de2eff08126e69357a.tar.bz2 notenoughupdates-d721053fc352f9168322f1de2eff08126e69357a.zip | |
Add Refined Jyrre Bottles to Consumable Items in PV (#1172)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/profileviewer/data')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/profileviewer/data/APIDataJson.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/data/APIDataJson.java b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/data/APIDataJson.java index ff83d163..a99c6e0f 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/data/APIDataJson.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/data/APIDataJson.java @@ -281,4 +281,10 @@ public class APIDataJson { } } } + + public WinterPlayerData winter_player_data = new WinterPlayerData(); + + public static class WinterPlayerData { + public int refined_jyrre_uses = 0; + } } |
