diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-09-05 23:49:55 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-09-05 23:56:39 +0200 |
| commit | d2141aeda6fc5f29faa98fe91405a8f46a2d9894 (patch) | |
| tree | 99a04a6aaf1ed6f1bde3487b4c38a10a9c3a34cd /src/main/kotlin/util | |
| parent | 12bac5308cf1eed17f701c0f971bcd1a9d6ce060 (diff) | |
| download | Firmament-d2141aeda6fc5f29faa98fe91405a8f46a2d9894.tar.gz Firmament-d2141aeda6fc5f29faa98fe91405a8f46a2d9894.tar.bz2 Firmament-d2141aeda6fc5f29faa98fe91405a8f46a2d9894.zip | |
feat: new best-in-class etherwarp algorithm + more custom colours
Diffstat (limited to 'src/main/kotlin/util')
| -rw-r--r-- | src/main/kotlin/util/skyblock/SkyBlockItems.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/kotlin/util/skyblock/SkyBlockItems.kt b/src/main/kotlin/util/skyblock/SkyBlockItems.kt index 32c4aab..785866e 100644 --- a/src/main/kotlin/util/skyblock/SkyBlockItems.kt +++ b/src/main/kotlin/util/skyblock/SkyBlockItems.kt @@ -21,4 +21,5 @@ object SkyBlockItems { val TRIBAL_SPEAR = SkyblockId("TRIBAL_SPEAR") val BLOCK_ZAPPER = SkyblockId("BLOCK_ZAPPER") val HUNTING_TOOLKIT = SkyblockId("HUNTING_TOOLKIT") + val ETHERWARP_CONDUIT = SkyblockId("ETHERWARP_CONDUIT") } |
