You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2024. It is now read-only.
description ="UnicacityAddon is a LabyMod addon written for the Minecraft server Unicacity and provides specialized, nice-to-have features and utilities for everyday gameplay."
19
19
minecraftVersion ="1.12.2<*"
20
-
version =System.getenv().getOrDefault("VERSION", "2.4.0")
20
+
version =System.getenv().getOrDefault("VERSION", "2.4.1")
Copy file name to clipboardExpand all lines: core/src/main/java/com/rettichlp/unicacityaddon/base/services/WebService.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ public String sendApiRequest(boolean nonProd, ApplicationPath applicationPath, S
59
59
/**
60
60
* Creates an url as {@link String}
61
61
*
62
-
* @param nonProd If <code>true</code> the url is created on production environment <a href="http://rettichlp.de:8888/unicacityaddon/v1/">http://rettichlp.de:8888/unicacityaddon/v1/</a> otherwise <a href="http://localhost:8888/unicacityaddon/v1/">http://localhost:8888/unicacityaddon/v1/</a>
62
+
* @param nonProd If <code>true</code> the url is created on production environment <a href="https://rettichlp.de:8443/unicacityaddon/v1/">https://rettichlp.de:8443/unicacityaddon/v1/</a> otherwise <a href="http://localhost:8888/unicacityaddon/v1/">http://localhost:8888/unicacityaddon/v1/</a>
63
63
* @param applicationPath The application type which is requested
64
64
* @param subPath The ongoing path parameters for match application requirements
65
65
* @param parameter Parameters as {@link Map}, will be mapped as query parameters
@@ -68,7 +68,7 @@ public String sendApiRequest(boolean nonProd, ApplicationPath applicationPath, S
// If the last hovered item was "Dünger" or "Wasser" run "buy"-command
91
+
// It isn't executed by Unicacity -> Bug: https://forum.unicacity.de/index.php?thread/109374-blumenladen-kaufverhalten-f%C3%BCr-d%C3%BCnger-und-wasser/
92
+
if (EquipShopListener.this.amountLeft > 0 && lastHoveredSlotItemDisplayNameIsFertilizerOrWater) {
0 commit comments