1.21.1 port

This commit is contained in:
Oth3r 2025-05-18 14:01:47 -05:00
commit aee19a0536
2 changed files with 3 additions and 3 deletions

View file

@ -20,4 +20,4 @@ file_name=sit!
# Dependencies
fabric_version=0.109.0+1.21.1
modmenu_version=11.0.0-beta.1
otterlib_version=0.1.2.1+1.21.4-fabric
otterlib_version=0.1.2.1+1.21.1-fabric

View file

@ -26,8 +26,8 @@ public class SitClient implements ClientModInitializer {
return new ConfigScreen(parent, Utl.lang("sit!.screen.config"),
new CustomImage(Identifier.of(Data.MOD_ID, "textures/gui/banner.png"),128, 72),
List.of(
SimpleButton.Templates.fileEditor(Utl.lang("config.server"), FileData.getServerConfig(), new CustomImage(Identifier.of(Data.MOD_ID, "server_button"),246,26)).build(),
SimpleButton.Templates.fileEditor(Utl.lang("config.sitting"), FileData.getSittingConfig(), new CustomImage(Identifier.of(Data.MOD_ID, "sitting_button"), 246, 26)).build()
SimpleButton.Templates.fileEditor(Utl.lang("config.server"), FileData.getServerConfig(), new CustomImage(Identifier.of(Data.MOD_ID, "textures/gui/sprites/server_button.png"),246,26)).build(),
SimpleButton.Templates.fileEditor(Utl.lang("config.sitting"), FileData.getSittingConfig(), new CustomImage(Identifier.of(Data.MOD_ID, "textures/gui/sprites/sitting_button.png"), 246, 26)).build()
),
List.of(
SimpleButton.Templates.warning(Utl.lang("sit!.gui.button.issues")).openLink("https://github.com/Oth3r/Sit/issues").build(),