Skip to content

Releases: Haven-King/FibLib

v0.1.2

04 May 07:10
Compare
Choose a tag to compare

Forgot to remove my debug Fib

0.1.2-1.16.1

15 Jul 20:32
Compare
Choose a tag to compare
Forgot to take out my debug Fibber

First Stable

04 May 06:50
Compare
Choose a tag to compare
v0.1.1

Updated version number

v0.0.9

23 Apr 01:17
a67e616
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release

I guess this is version 0.0.9. Mostly making this a release because it works, but BlockPos support is coming soon, so stay tuned!

v0.0.8

13 Apr 03:03
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release
Debug messages will now only print in a development environment. Also…

v0.0.7

11 Apr 05:20
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release
Accidentally left debug mode on.

v0.0.6

11 Apr 00:28
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

Threw all BlockFib related things into a subclass of FibLib, and reorganized the other related classes. This should make it easier for me (or other people) to add Fibs for things other than blocks and establishes a basic organizational structure for doing so.

Also renamed some methods and now allow you to pre-register blocks for tracking before their world exists in any dimension.

v0.0.5

10 Apr 07:57
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

BlockActionFibber, BlockUpdateFibber, and PlayerActionFibber now tell FibLib to start tracking their blocks if they are of the appropriate types.

Debug methods and @internal annotation added.

Added the ability to begin tracking blocks that may not even exist yet. This is useful for registering blocks in world generation

Added lots of JavaDoc to FibLib.java

v0.0.4

10 Apr 04:43
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
Updated version number

v0.0.3

10 Apr 04:12
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
Added a way to pre-register BlockFib's before the world was loading s…