promotional bannermobile promotional banner

KubeJS TFC

KubeJS TFC integration

File Details

kubejs_tfc-1.20.1-1.2.0.jar

  • R
  • Aug 7, 2024
  • 639.50 KB
  • 10.7K
  • 1.20.1
  • Forge + 1

File Name

kubejs_tfc-1.20.1-1.2.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

NeoForge

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

Learn more about Curse Maven

  • Fix custom lamps not retaining their fluid when broken
  • Register custom blocks with block entities to TFC's own block entities instead of creating a duplicate block entity type
  • Custom grass, farmland, and path blocks now use their parent dirt block's texture as their base by default
  • Add an event for modifying default worldgen values, including the world's rock layers
    • Change TFCEvents.rockSettings's method from defineLayer to defineRock to match terminology used here
  • Add axle block builder, which has methods for creating corresponding windmills, water wheels, gear boxes, clutches, and bladed axles
  • Add encased axle block builder
  • Add extremely basic EntityJS compat
    • Has mammal, oviparous, wooly_animal, and dairy_animal types currently
  • Add event for registering a fauna definition to any entity type in the game
  • Add methods for getting the fuel, drinkable, fertilizer, lamp fuel, pannable, and sluicable definitions to the misc sub-binding
  • Update to TFC 3.2.6 and FirmaLife 2.1.6
  • Add recipe handlers for new FL recipe types
  • Allow custom windmill blades to specify the texture they use
  • Non-wild crops now no longer have an item by default
  • Now use Kube's dev.properties file instead of a config
    • debugMode -> debugInfo (default property)
    • Add tfc/insertSelfTestsIntoConsole property that will put TFC's self tests into the Kube console if enabled (defaults to true)