Fix typo "Giant's Foundry" -> "Giants' Foundry"
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
displayName=Easy Giant's Foundry
|
||||
displayName=Easy Giants' Foundry
|
||||
author=Toofifty
|
||||
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
|
||||
plugins=com.toofifty.easygiantsfoundry.EasyGiantsFoundryPlugin
|
||||
plugins=com.toofifty.easygiantsfoundry.EasyGiantsFoundryPlugin
|
||||
|
||||
@@ -268,7 +268,7 @@ public interface EasyGiantsFoundryConfig extends Config
|
||||
@ConfigItem(
|
||||
keyName = "infoTitle",
|
||||
name = "Title",
|
||||
description = "Toggle for \"Easy Giant's Foundry\" text",
|
||||
description = "Toggle for \"Easy Giants' Foundry\" text",
|
||||
position = 0,
|
||||
section = infoPanelList
|
||||
)
|
||||
|
||||
@@ -35,8 +35,8 @@ import java.util.Set;
|
||||
|
||||
@Slf4j
|
||||
@PluginDescriptor(
|
||||
name = "Easy Giant's Foundry",
|
||||
description = "Helpful overlays for the Giant's Foundry minigame"
|
||||
name = "Easy Giants' Foundry",
|
||||
description = "Helpful overlays for the Giants' Foundry minigame"
|
||||
)
|
||||
public class EasyGiantsFoundryPlugin extends Plugin
|
||||
{
|
||||
|
||||
@@ -76,7 +76,7 @@ public class FoundryOverlay2D extends OverlayPanel
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user