From e950575d4e11d27acbb6682b248de8f477a9ba50 Mon Sep 17 00:00:00 2001 From: olim Date: Tue, 23 Apr 2024 17:09:31 +0100 Subject: create mixin to render to the sign input screen and basic converter for k,m,b --- src/main/resources/skyblocker.mixins.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/resources/skyblocker.mixins.json') diff --git a/src/main/resources/skyblocker.mixins.json b/src/main/resources/skyblocker.mixins.json index 0032a557..828cc206 100644 --- a/src/main/resources/skyblocker.mixins.json +++ b/src/main/resources/skyblocker.mixins.json @@ -32,6 +32,7 @@ "PlayerSkinTextureMixin", "RenderFishMixin", "ScoreboardMixin", + "SignEditScreenMixin", "SocialInteractionsPlayerListWidgetMixin", "WindowMixin", "WorldRendererMixin", -- cgit