Fix typo "Giant's Foundry" -> "Giants' Foundry"

This commit is contained in:
Markus Tran
2025-01-27 12:20:21 -08:00
committed by GitHub
parent f12d7f32c4
commit 7ae29245e6
4 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
displayName=Easy Giant's Foundry displayName=Easy Giants' Foundry
author=Toofifty author=Toofifty
support=https://github.com/Toofifty/easy-giantsfoundry support=https://github.com/Toofifty/easy-giantsfoundry
description=Helpful overlays for the Giant's Foundry minigame description=Helpful overlays for the Giants' Foundry minigame
tags=smithing,giant,foundry,giantsfoundry,minigame,ez,easy,smith tags=smithing,giant,foundry,giantsfoundry,minigame,ez,easy,smith
plugins=com.toofifty.easygiantsfoundry.EasyGiantsFoundryPlugin plugins=com.toofifty.easygiantsfoundry.EasyGiantsFoundryPlugin

View File

@@ -268,7 +268,7 @@ public interface EasyGiantsFoundryConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "infoTitle", keyName = "infoTitle",
name = "Title", name = "Title",
description = "Toggle for \"Easy Giant's Foundry\" text", description = "Toggle for \"Easy Giants' Foundry\" text",
position = 0, position = 0,
section = infoPanelList section = infoPanelList
) )

View File

@@ -35,8 +35,8 @@ import java.util.Set;
@Slf4j @Slf4j
@PluginDescriptor( @PluginDescriptor(
name = "Easy Giant's Foundry", name = "Easy Giants' Foundry",
description = "Helpful overlays for the Giant's Foundry minigame" description = "Helpful overlays for the Giants' Foundry minigame"
) )
public class EasyGiantsFoundryPlugin extends Plugin public class EasyGiantsFoundryPlugin extends Plugin
{ {

View File

@@ -76,7 +76,7 @@ public class FoundryOverlay2D extends OverlayPanel
if (config.drawTitle()) if (config.drawTitle())
{ {
panelComponent.getChildren().add(TitleComponent.builder().text("Easy Giant's Foundry").build()); panelComponent.getChildren().add(TitleComponent.builder().text("Easy Giants' Foundry").build());
} }
if (swordPickedUp) if (swordPickedUp)