Releases: Haven-King/FibLib
v0.1.2
Forgot to remove my debug Fib
0.1.2-1.16.1
Forgot to take out my debug Fibber
First Stable
v0.1.1 Updated version number
v0.0.9
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
Debug messages will now only print in a development environment. Also…
v0.0.7
Accidentally left debug mode on.
v0.0.6
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
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
Updated version number
v0.0.3
Added a way to pre-register BlockFib's before the world was loading s…