aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/garden/visitor/GardenVisitorSupercraft.kt2
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/inventory/auctionhouse/AuctionHouseOpenPriceWebsite.kt2
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/inventory/bazaar/BazaarOpenPriceWebsite.kt2
3 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/garden/visitor/GardenVisitorSupercraft.kt b/src/main/java/at/hannibal2/skyhanni/features/garden/visitor/GardenVisitorSupercraft.kt
index 9b14483dc..3820b4bd4 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/garden/visitor/GardenVisitorSupercraft.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/garden/visitor/GardenVisitorSupercraft.kt
@@ -35,6 +35,8 @@ object GardenVisitorSupercraft {
ItemUtils.createItemStack(
neuItem.item,
"§bSuper Craft",
+ "§8(From SkyHanni)",
+ "",
"§7You have the items to craft",
"§7Click me to open the super crafter!",
)
diff --git a/src/main/java/at/hannibal2/skyhanni/features/inventory/auctionhouse/AuctionHouseOpenPriceWebsite.kt b/src/main/java/at/hannibal2/skyhanni/features/inventory/auctionhouse/AuctionHouseOpenPriceWebsite.kt
index 7229283ca..61ae93117 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/inventory/auctionhouse/AuctionHouseOpenPriceWebsite.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/inventory/auctionhouse/AuctionHouseOpenPriceWebsite.kt
@@ -51,6 +51,8 @@ object AuctionHouseOpenPriceWebsite {
private fun createDisplayItem() = ItemUtils.createItemStack(
"PAPER".asInternalName().getItemStack().item,
"§bPrice History",
+ "§8(From SkyHanni)",
+ "",
"§7Click here to open",
"§7the price history",
"§7of §e$searchTerm",
diff --git a/src/main/java/at/hannibal2/skyhanni/features/inventory/bazaar/BazaarOpenPriceWebsite.kt b/src/main/java/at/hannibal2/skyhanni/features/inventory/bazaar/BazaarOpenPriceWebsite.kt
index 216d3e108..f5946565b 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/inventory/bazaar/BazaarOpenPriceWebsite.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/inventory/bazaar/BazaarOpenPriceWebsite.kt
@@ -26,6 +26,8 @@ object BazaarOpenPriceWebsite {
ItemUtils.createItemStack(
neuItem.item,
"§bPrice History",
+ "§8(From SkyHanni)",
+ "",
"§7Click here to open",
"§7the price history",
"§7on §cskyblock.bz",