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
|
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
|
||||||
@@ -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
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user