Skip to content

Releases: sisby-folk/antique-atlas

1.1.3

17 Jan 01:06
Compare
Choose a tag to compare

Fixes:

  • Fixes the client clearing map data after it's loaded from the server, instead of before.

Full Changelog: v1.1.2...v1.1.3

1.1.2

16 Jan 22:57
Compare
Choose a tag to compare

Fixes:

  • Fix a startup crash on the server due to client class access.

Full Changelog: v1.1.1...v1.1.2

1.1.1

16 Jan 07:31
Compare
Choose a tag to compare

Changes:

  • Death marker text options are now GRAVE, ITEMS, DIED, and EUPHEMISMS.
  • Default (EUPHEMISMS) randomly cycles messages like Wiped Out on Day 2.

Full Changelog: v1.1.0...v1.1.1

1.1.0

16 Jan 06:06
Compare
Choose a tag to compare

Fixes:

  • Death markers now work as intended.

Changes:

  • Death marker text is now Lost Gear on Day # instead of Here Lies {Player}, but "Lost Gear" can be configured to Died/Totalled/Wiped Out/Fainted/Got Lost as well.
  • Death markers will use a (mildly ugly) bundle icon instead of a tomb unless marker verb is set to Died

Refactor Progress:

  • Clean up and repackage data / asset reloaders, merging them with their respective registry classes.
  • Clean up texture-related classes - may still need some cutting down.

Full Changelog: v9.0.0...v1.1.0

Antique Atlas 9.0.1+1.20

14 Jan 06:41
Compare
Choose a tag to compare

Extra release of the PR version to include the marker text field fix, just in case anyone needs it

(won't go on modrinth - everything on modrinth is itemless)

1.0.1

14 Jan 06:27
Compare
Choose a tag to compare

Fixes:

  • Actually include kaleido, fixing a startup crash.

Full Changelog: v1.0.0...v1.0.1

1.0.0

09 Jan 04:09
Compare
Choose a tag to compare

Changes:

  • Remove clickable pan buttons on the atlas
  • Don't save where the atlas was open to between sessions

Technical Changes:

  • Changed the mod ID to antique-atlas to avoid breaking existing API.
  • Port to fabric

Refactor Progress:

  • Use much less mixin
  • Repackage client classes into the client package completely, including API
  • Delete unused minimap classes
  • use less util classes
  • refactor networking/packets to match the new client split
  • remove unused methods, fields, classes - even if they're intended for reuse, this should make it easier to interpret for future refactors.
  • Use vanilla / fabric reloader classes (JsonDataLoader)
  • Remove unused assets related to exporting atlas images

Full Changelog: v9.0.0...v1.0.0

Tinkerer's Antique Atlas 9.0.1+1.20

06 Jan 06:42
Compare
Choose a tag to compare

Tinkerer's Antique Atlas 8.0.4+1.19

06 Jan 06:39
Compare
Choose a tag to compare

fix the forge access bug for real this time

Tinkerer's Antique Atlas 9.0.0+1.20

14 Oct 13:19
Compare
Choose a tag to compare
Merge branch '1.19_itemless' into 1.20_itemless

# Conflicts:
#	common/src/main/java/hunternif/mc/api/AtlasAPI.java
#	common/src/main/java/hunternif/mc/impl/atlas/client/OverlayRenderer.java
#	common/src/main/java/hunternif/mc/impl/atlas/client/gui/ExportProgressOverlay.java
#	common/src/main/java/hunternif/mc/impl/atlas/client/gui/GuiAtlas.java
#	common/src/main/java/hunternif/mc/impl/atlas/client/gui/ProgressBarOverlay.java
#	common/src/main/java/hunternif/mc/impl/atlas/core/PlayerEventHandler.java
#	common/src/main/java/hunternif/mc/impl/atlas/item/AntiqueAtlasItems.java
#	common/src/main/java/hunternif/mc/impl/atlas/item/AtlasItem.java
#	common/src/main/java/hunternif/mc/impl/atlas/item/RecipeAtlasCloning.java
#	common/src/main/java/hunternif/mc/impl/atlas/item/RecipeAtlasCombining.java
#	common/src/main/java/hunternif/mc/impl/atlas/mixin/HeldItemRendererMixin.java
#	common/src/main/java/hunternif/mc/impl/atlas/mixin/MixinCartographyTableScreenHandler.java
#	common/src/main/java/hunternif/mc/impl/atlas/mixin/MixinCraftingResultSlot.java
#	common/src/main/java/hunternif/mc/impl/atlas/mixin/MixinInGameHud.java
#	common/src/main/resources/assets/antiqueatlas/models/item/antique_atlas.json
#	common/src/main/resources/assets/antiqueatlas/models/item/empty_antique_atlas.json
#	common/src/main/resources/assets/antiqueatlas/textures/item/antique_atlas.png
#	common/src/main/resources/assets/antiqueatlas/textures/item/empty_antique_atlas.png
#	gradle.properties