promotional bannermobile promotional banner

KubeJS TFC

KubeJS TFC integration

File Details

kubejs_tfc-1.20.1-1.3.3.jar

  • R
  • Sep 14, 2025
  • 950.23 KB
  • 278.2K
  • 1.20.1
  • Forge + 1

File Name

kubejs_tfc-1.20.1-1.3.3.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

NeoForge

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

Learn more about Curse Maven

  • The list ids command is now paginated
  • Add several bindings for noises
  • Add some additional helper functions for TFC's Noise2D and Noise3D classes
  • Add noise inspection commands
  • Fix kubejs_tfc:wrapped chunk generators crashing when trying to find a spawn position
  • Describing a knapping type via command will now include the texture(s) used by the knapping screen
  • Add support for Artisanal recipe types and ISMs
  • Deprecate #notAxisAligned() in ground cover builders as it created invalid block state files
  • Custom fallen leaves are now included in the tfc:fallen_leaves block and item tags by default, making them able to snow pile and turn into hummus by default
  • Custom (fallen) leaves can now be removed from automatic tinting by calling #noDynamicTinting() on their builders
  • Tag ingredients printed via the describe command can now be clicked to use the /forge tags command for that tag
  • Add TFC-specific recipe filters
  • Add metal map in misc sub-binding
  • Custom jar items now have the tfc:jars tag by default
  • Add #withoutCraftingRemainder() to the jar item builder
  • Properly implement input & output replacement for TFC recipe components & delegate recipe types
  • Add LayeredArea constructors to the misc sub-binding
  • Allow access to the chunk generator's Settings object and creation of RandomSources in the chunk data provider event
  • [Wiki] Commands now have their own page