promotional bannermobile promotional banner

MultiCoreLib

A core/library mod for [mostly] all MultiTeam mods!

File Details

MultiCoreLib 0.1.1.7 for mc 1.17.1

  • R
  • Oct 3, 2021
  • 118.19 KB
  • 147
  • 1.17.1
  • Forge

File Name

multicore_lib-1.17.1-0.1.1.7.jar

Supported Versions

  • 1.17.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:multicorelib-495322:3480518")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

changes since last release:

- updated to 1.17.1

- changed maven namespace

- updated RegistrationTool

 

RegistrationTool:

- buildEntityV2(String name, EntityType.EntityFactory<T> entity, float width, float height, MobCategory classification, int trackingRange, int updateinterval, DeferredRegister<EntityType<?>> ENTITIES_): a better version of the build entity function. it takes in a string for the id instead of using the classname you could provide eariler