From f4a9e4011b09be043ec086abd365d0e8c443bbec Mon Sep 17 00:00:00 2001 From: Roman / Linnea Gräf Date: Wed, 31 May 2023 13:04:41 +0200 Subject: Add NPC Sell price to tooltip (#702) --- .../github/moulberry/notenoughupdates/loader/KotlinLoadingTweaker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/io/github/moulberry/notenoughupdates/loader/KotlinLoadingTweaker.java') diff --git a/src/main/java/io/github/moulberry/notenoughupdates/loader/KotlinLoadingTweaker.java b/src/main/java/io/github/moulberry/notenoughupdates/loader/KotlinLoadingTweaker.java index bf4e746f..720dd540 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/loader/KotlinLoadingTweaker.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/loader/KotlinLoadingTweaker.java @@ -82,7 +82,7 @@ public class KotlinLoadingTweaker implements ITweaker { * Full version format: [1, 7, 20] (1.7.20) * RC version format: [1, 7, 20, 1] (1.7.20-rc1) */ - public static final int[] BUNDLED_KOTLIN_VERSION = new int[]{1, 8, 0}; + public static final int[] BUNDLED_KOTLIN_VERSION = new int[]{1, 8, 21}; @Override public void acceptOptions(List args, File gameDir, File assetsDir, String profile) { -- cgit