promotional bannermobile promotional banner

Cyclops Core

Library mod for EvilCraft, Integrated Dynamics and others.

File Details

CyclopsCore-1.14.4-1.5.4.jar

  • R
  • Oct 13, 2019
  • 817.42 KB
  • 1.9K
  • 1.14.4
  • Forge

File Name

CyclopsCore-1.14.4-1.5.4.jar

Supported Versions

  • 1.14.4

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:cyclops-core-232758:2808606")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

As always, don't forget to backup your world before updating!

Lib Additions:
* Add LazyOptional-based DefaultCapabilityProvider constructor
* Allow configurable properties to have custom named ids
  This is important in cases where multiple instances of config classes
  are created, and only one instance of a config property is needed.

Lib Changes:
* Make CyclopsTileEntity implement IDirtyMarkListener
* Make scrollRelative public in scrollbar widget
* Make scrolling containers extend from inventory containers
* Loosen world interface for cube detectors
* Allow item capabilities to be registered to item instances

Fixes:
* Fix internal capabilities not being invalidated
* Fix scrolling inventories showing one row too many
* Fix rare CubeDetector crash when spam-clicking
* Fix scrolling guis not being able to scroll
* Fix mod compats never loading
  This commit removes the ability to disable compats from the config file
  because Forge loads config files too late to make this possible.