Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Releases: Bawnorton/RandoAssistant

Release 1.2.1

18 May 02:04
Compare
Choose a tag to compare

Added middle advancements and improved block as entity renderer lighting
Added framework for in-game block highlighting

Release 1.2.0

17 May 19:05
Compare
Choose a tag to compare

Added Stats and Advancements for tracking the progress of the player
Added a hidden reward for discovering every loot table in the game.

Release 1.1.0

16 May 04:26
Compare
Choose a tag to compare

Added dedicated crafting nodes
Added proper silk touch tracking

  • Can discover both the silk and the non-silk drop as separate drops

Fixed bug with crafting recipe nodes not being unlocked properly

Release 1.1.1

16 May 04:40
Compare
Choose a tag to compare

Fix loot tables not being filled on world gen

Release 1.0.7

15 May 02:16
Compare
Choose a tag to compare

Add client-server handshake

  • If fail, disable the mod

Add a close button to the graph (top right)

Fix crafting table recipe book overlay bug

Release 1.0.6

14 May 12:31
Compare
Choose a tag to compare

Fix missing registry value in custom stats registry on packet sync.

Note:

Cannot reproduce the original crash but the source was found

  • Simulated causing crash on command w/o handling => expected crash no <block> id found in stat registry
  • Added handling => no crash + proper sync of block loot table

Release 1.0.5

13 May 13:25
Compare
Choose a tag to compare

Replacing mixin-extra's mixins with normal mixins as there is something weird causing crashes.

Release 1.0.4

12 May 21:15
Compare
Choose a tag to compare

Release 1.0.3

11 May 18:15
Compare
Choose a tag to compare

Small fix for running mod on a dedicated server.

Release 1.0.2

11 May 18:01
Compare
Choose a tag to compare

Fix #15

  • Move join event to server-side
  • Specify exact wrap target in stat mixin