mirror of
https://github.com/Oth3r/Sit.git
synced 2025-09-19 16:03:22 +02:00
1.21.1 port
This commit is contained in:
parent
b7b3b39d82
commit
aee19a0536
2 changed files with 3 additions and 3 deletions
|
@ -20,4 +20,4 @@ file_name=sit!
|
||||||
# Dependencies
|
# Dependencies
|
||||||
fabric_version=0.109.0+1.21.1
|
fabric_version=0.109.0+1.21.1
|
||||||
modmenu_version=11.0.0-beta.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
|
|
@ -26,8 +26,8 @@ public class SitClient implements ClientModInitializer {
|
||||||
return new ConfigScreen(parent, Utl.lang("sit!.screen.config"),
|
return new ConfigScreen(parent, Utl.lang("sit!.screen.config"),
|
||||||
new CustomImage(Identifier.of(Data.MOD_ID, "textures/gui/banner.png"),128, 72),
|
new CustomImage(Identifier.of(Data.MOD_ID, "textures/gui/banner.png"),128, 72),
|
||||||
List.of(
|
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.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, "sitting_button"), 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(
|
List.of(
|
||||||
SimpleButton.Templates.warning(Utl.lang("sit!.gui.button.issues")).openLink("https://github.com/Oth3r/Sit/issues").build(),
|
SimpleButton.Templates.warning(Utl.lang("sit!.gui.button.issues")).openLink("https://github.com/Oth3r/Sit/issues").build(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue