From fcf1a7b2b39b03b726e4c356bc265b7341217602 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 14 Jun 2020 21:54:45 +1000 Subject: BETA-1.6 but for real this time --- .../assets/notenoughupdates/rightarrow_overlay.png | Bin 1112 -> 2715 bytes src/main/resources/mixins.notenoughupdates.json | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/assets/notenoughupdates/rightarrow_overlay.png b/src/main/resources/assets/notenoughupdates/rightarrow_overlay.png index cb91ada4..8e5ed70b 100644 Binary files a/src/main/resources/assets/notenoughupdates/rightarrow_overlay.png and b/src/main/resources/assets/notenoughupdates/rightarrow_overlay.png differ diff --git a/src/main/resources/mixins.notenoughupdates.json b/src/main/resources/mixins.notenoughupdates.json index e3a1f0cb..6b616e4e 100644 --- a/src/main/resources/mixins.notenoughupdates.json +++ b/src/main/resources/mixins.notenoughupdates.json @@ -3,6 +3,7 @@ "refmap": "mixins.notenoughupdates.refmap.json", "compatibilityLevel": "JAVA_8", "mixins": [ - "MixinItemStack" + "MixinItemStack", + "MixinInventoryEffectRenderer" ] } \ No newline at end of file -- cgit