- Added
FluidCollision
event to control entity fluid collisions - Fixed scheduler crash
- Fix another crash
- Fixed critical renderer annotation crash
-
Updated to 1.19
-
Registry works now
-
Added Javadocs
-
Switched schedulers to use UUIDs
-
Fixed dedicated server crashes
-
Added registry
Lang
annotation -
Added scheduler example
-
Cleaned up
Util
class -
Upgraded from ARRP to BRRP
-
Removed custom torch classes since 1.19 torch constructors are public
-
Added registry entrypoint, removed annotation handler
-
Fixed missing dependency crash
-
Added custom torch registration support
-
Added RenderLayer annotation for blocks and torches
-
Another registry system rewrite (will update wiki soon)
-
Switch back to ARRP because Fabric datagen sucks
-
SimpleBlock
andSimpleItem
now implementItemConvertible
, meaning they can be used more directly with vanilla methods -
Update to 1.18.2
-
Port from ARRP to FabricDataGenerator
-
Complete rewrite of registry system to utilize FabricDataGenerator
-
Addition of Tuple class to allow storing multiple fields in one (useful for returning multiple values from a method)