promotional bannermobile promotional banner

KubeJS TFC

KubeJS TFC integration

File Details

kubejs_tfc-1.20.1-1.2.1.jar

  • R
  • Oct 12, 2024
  • 644.64 KB
  • 6.0K
  • 1.20.1
  • Forge + 1

File Name

kubejs_tfc-1.20.1-1.2.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:kubejs-tfc-841001:5806941")

NeoForge

implementation fg.deobf("curse.maven:kubejs-tfc-841001:5806941")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Fix custom fauna registrations causing certain mods to crash because they do not use Forge's event
  • Changes to TFCEvents.registerFaunas
    • Deprecate .register, identical function provided by .replace
    • Add .replace, .and, and .or methods, these perform the operation their name implies on any existing spawn placements with the fauna based on created through it
      • Have the exact same args as the now-deprecated .register method
      • Also have a version with a nullable string arg added after the entity type, this is suffixed to the registered fauna's id with a /
  • Fix not being able to define portions in the meal ISP modifier
  • Fix custom crops having an empty loot table by default