Skip to content

Releases: CRModders/FluxAPI

Flux API 0.5.8r3

15 Apr 21:51
Compare
Choose a tag to compare

Maven dev.crmodders:fluxapi:0.5.8r3

Changes

- Increment version to 0.5.8r3
- Changed documentation of BasicResourceBlock to make it more understandable.
- Changed all but one method in BlockEventGenerator to be protected because it is for internals
- Changed all of BlockStateGenerator's methods to be private except the createGenerator and createBasicBlockState methods.
- Documented FactoryFinalizer
- Documented BlockGenerator and added the loading of the block model
- Removed the TestBlock that was being registered within FluxAPI ModInitializer
- Marked IFunctionalBlock for removal in the next few updates.
- Moved ModifiedBlockEvents and ModifiedBlockEventTrigger out of BlockEventGenerator to keep the classes more organized.
- Changed TriggerStatePair to private access

Flux API 0.5.8r2 - 0.1.22

14 Apr 23:20
Compare
Choose a tag to compare

Full Changelog: 0.5.7...0.5.8

Old 0.5.8 releases dev.crmodders:fluxapi:0.5.8r0, dev.crmodders:fluxapi:0.5.8r1 - 0.1.21
current dev.crmodders:fluxapi:0.5.8r2 - 0.1.22

Flux API 0.5.7

Flux API 0.5.6

Flux API 0.5.5

06 Apr 03:13
Compare
Choose a tag to compare
  • Deprecated IFunctionalBlock in favor of IModBlock + added better compat
  • Updated to CR 0.1.20 officially
  • Rewrote F3 menu to make it look better & add translatable text

Flux API 0.5.4

Flux API 0.5.3

30 Mar 18:25
Compare
Choose a tag to compare

Flux API 0.5.2

Flux API 0.5.1

30 Mar 08:02
Compare
Choose a tag to compare
  • Fixed imports to match CR 0.1.16-17
  • Fixes Compatibility with Cosmic Reach 0.1.16-17

Flux API 0.5.0

30 Mar 07:01
Compare
Choose a tag to compare

Fixed Issue #2 Merged PR #1

  • Merged nanobass-common.
  • Merged nanobass-translate.
  • Replaced Font Renderer, allowing for styled text.
  • Replaced UI Rendering code.
  • Added a rich set of UI components.
  • Added built-in support for translation.
  • Merged Stable and Experimental Registry into one.
  • Converted Cosmic Reach's font to the new Font Renderer.