Updated mods.toml files

This commit is contained in:
FlorianMichael 2024-01-02 17:37:47 +01:00
parent 11e365b36d
commit 17218b808c
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126
6 changed files with 8 additions and 8 deletions

View File

@ -11,7 +11,7 @@ version="${version}"
displayName="ViaForge"
displayURL="https://github.com/FlorianMichael"
logoFile="icon.png"
credits="FlorianMichael/EnZaXD and all ViaVersion/ViaForge contributors"
credits="Github contributors"
authors="FlorianMichael/EnZaXD"
description='''
Client-side Implementation of the Via* projects for Minecraft Forge

View File

@ -11,7 +11,7 @@ version="${version}"
displayName="ViaForge"
displayURL="https://github.com/FlorianMichael"
logoFile="icon.png"
credits="FlorianMichael/EnZaXD and all ViaVersion/ViaForge contributors"
credits="Github contributors"
authors="FlorianMichael/EnZaXD"
description='''
Client-side Implementation of the Via* projects for Minecraft Forge

View File

@ -11,7 +11,7 @@ version="${version}"
displayName="ViaForge"
displayURL="https://github.com/FlorianMichael"
logoFile="icon.png"
credits="FlorianMichael/EnZaXD and all ViaVersion/ViaForge contributors"
credits="Github contributors"
authors="FlorianMichael/EnZaXD"
description='''
Client-side Implementation of the Via* projects for Minecraft Forge

View File

@ -11,7 +11,7 @@ version="${version}"
displayName="ViaForge"
displayURL="https://github.com/FlorianMichael"
logoFile="icon.png"
credits="FlorianMichael/EnZaXD and all ViaVersion/ViaForge contributors"
credits="Github contributors"
authors="FlorianMichael/EnZaXD"
description='''
Client-side Implementation of the Via* projects for Minecraft Forge

View File

@ -79,7 +79,7 @@ public class GuiProtocolSelector extends Screen {
addRenderableWidget(Button.builder(Component.literal("Reload configs"), b -> Via.getManager().getConfigurationProvider().reloadConfigs()).bounds(width - 105, height - 25, 100, 20).build());
}
list = new SlotList(minecraft, width, height, 3 + 3 /* start offset */ + (font.lineHeight + 2) * 3 /* title is 2 */, height - 30, font.lineHeight + 2);
list = new SlotList(minecraft, width, height, 3 + 3 /* start offset */ + (font.lineHeight + 2) * 3 /* title is 2 */, 30, font.lineHeight + 2);
}
public void setStatus(final String status) {
@ -118,7 +118,7 @@ public class GuiProtocolSelector extends Screen {
class SlotList extends ObjectSelectionList<SlotList.SlotEntry> {
public SlotList(Minecraft client, int width, int height, int top, int bottom, int slotHeight) {
super(client, width, height, top, bottom, slotHeight);
super(client, width, height - top - bottom, top, slotHeight);
for (VersionEnum version : VersionEnum.SORTED_VERSIONS) {
addEntry(new SlotEntry(version));

View File

@ -1,5 +1,5 @@
modLoader="javafml"
loaderVersion="[48,)"
loaderVersion="[49,)"
license="GPL-3.0 license"
issueTrackerURL="https://github.com/ViaVersion/ViaForge/issues"
@ -11,7 +11,7 @@ version="${version}"
displayName="ViaForge"
displayURL="https://github.com/FlorianMichael"
logoFile="icon.png"
credits="FlorianMichael/EnZaXD and all ViaVersion/ViaForge contributors"
credits="Github contributors"
authors="FlorianMichael/EnZaXD"
description='''
Client-side Implementation of the Via* projects for Minecraft Forge