diff options
| author | Phoebe <77941535+catgirlseraid@users.noreply.github.com> | 2024-05-17 22:29:33 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-17 12:29:33 +0200 |
| commit | 26f5797bf55cbc34c5c0ae606e6560bb0a1c5661 (patch) | |
| tree | efcc69f7c95042e2ab74ddc4268927f8db2939f9 /src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewerUtils.java | |
| parent | 09dda65fe0f7280836dedf764945cf9af9e844ba (diff) | |
| download | notenoughupdates-26f5797bf55cbc34c5c0ae606e6560bb0a1c5661.tar.gz notenoughupdates-26f5797bf55cbc34c5c0ae606e6560bb0a1c5661.tar.bz2 notenoughupdates-26f5797bf55cbc34c5c0ae606e6560bb0a1c5661.zip | |
Add tooltip in pv tabs and cookie buff to pv (#1173)
Co-authored-by: SeRaid <77941535+SeRaid743@users.noreply.github.com>
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewerUtils.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewerUtils.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewerUtils.java b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewerUtils.java index f56f1fd1..11c682fc 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewerUtils.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewerUtils.java @@ -61,7 +61,7 @@ public class ProfileViewerUtils { public static JsonArray readInventoryInfo(JsonObject profileInfo, String bagName) { String bytes = Utils.getElementAsString( Utils.getElement(profileInfo, "inventory.bag_contents." + bagName + ".data"), - "Hz8IAAAAAAAAAD9iYD9kYD9kAAMAPwI/Gw0AAAA=" + "H4sIAAAAAAAAAONiYOBkYMzkYmBg0GUgCQAA4gDYkzoAAAA=" ); NBTTagCompound nbt; |
