diff options
| author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2024-07-13 10:28:06 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-13 02:28:06 +0200 |
| commit | a915330605eba5c4608624e6598676d86bc006ce (patch) | |
| tree | e4bce1c9a9d174f90eb52a9b21db30169f3c5577 | |
| parent | 51d192a2a57dd8f11ed599aa05fcd3a97e9044cd (diff) | |
| download | notenoughupdates-a915330605eba5c4608624e6598676d86bc006ce.tar.gz notenoughupdates-a915330605eba5c4608624e6598676d86bc006ce.tar.bz2 notenoughupdates-a915330605eba5c4608624e6598676d86bc006ce.zip | |
Add missing warp icons for wizard tower and base camp (#1243)
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/miscgui/GuiInvButtonEditor.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/miscgui/GuiInvButtonEditor.java b/src/main/java/io/github/moulberry/notenoughupdates/miscgui/GuiInvButtonEditor.java index e6125101..95dc93eb 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/miscgui/GuiInvButtonEditor.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/miscgui/GuiInvButtonEditor.java @@ -167,6 +167,8 @@ public class GuiInvButtonEditor extends GuiScreen { put("arachne sanctuary", "skull:35e248da2e108f09813a6b848a0fcef111300978180eda41d3d1a7a8e4dba3c3"); put("garden", "skull:f4880d2c1e7b86e87522e20882656f45bafd42f94932b2c5e0d6ecaa490cb4c"); put("winter", "skull:6dd663136cafa11806fdbca6b596afd85166b4ec02142c8d5ac8941d89ab7"); + put("wizard tower", "skull:838564e28aba98301dbda5fafd86d1da4e2eaeef12ea94dcf440b883e559311c"); + put("dwarven mines base camp", "skull:2461ec3bd654f62ca9a393a32629e21b4e497c877d3f3380bcf2db0e20fc0244"); }}; private static LinkedHashMap<String, List<NEUConfig.InventoryButton>> presets = null; |
