From b5953c7f358d23705b08b56e8777e1949b92e183 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 13 Apr 2024 22:56:37 +0200 Subject: add deprecation --- src/main/java/at/hannibal2/skyhanni/features/garden/GardenAPI.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/at/hannibal2') diff --git a/src/main/java/at/hannibal2/skyhanni/features/garden/GardenAPI.kt b/src/main/java/at/hannibal2/skyhanni/features/garden/GardenAPI.kt index ad5dd28dc..7cf2fde5c 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/garden/GardenAPI.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/garden/GardenAPI.kt @@ -158,6 +158,7 @@ object GardenAPI { fun readCounter(itemStack: ItemStack): Long = itemStack.getHoeCounter() ?: itemStack.getCultivatingCounter() ?: -1L + @Deprecated("use renderable list instead", ReplaceWith("")) fun MutableList.addCropIcon( crop: CropType, scale: Double = NEUItems.itemFontSize, -- cgit