promotional bannermobile promotional banner

ServerCore

A mod that aims to optimize the minecraft server.

File Details

ServerCore-Fabric-1.3.7+1.20.1

  • R
  • Jun 13, 2023
  • 606.73 KB
  • 404.6K
  • 1.20.1
  • Fabric

File Name

servercore-fabric-1.3.7+1.20.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:servercore-550579:4585173"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Updated to 1.20.1

  • Fabric API modules are no longer bundled in the mod jar.
  • Added activation_range.excluded_entity_types, a config option to exclude specific entity types from activation range.
  • Replaced the tick_inactive setting in activation range with tick_interval
tick_interval specifies the interval between 'active' ticks whilst the entity is inactive.
Negative values will disable these active ticks similar to tick_inactive = false used to do.