Tensura-BYG

This is a simple, lightweight compatibility patch that fixes a common world-generation crash between the Tensura: Reincarnated mod and Oh The Biomes You'll Go (BYG).

File Details

tensura_byg-9.0.0.jar

  • R
  • Oct 20, 2025
  • 1.54 MB
  • 19
  • 1.19.2
  • Forge

File Name

tensura_byg-9.0.0.jar

Supported Versions

  • 1.19.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:tensura-byg-1369243:7131288")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

 

Changelog - v9.0.0

 
  • Implemented fix for the Feature order cycle found crash between Tensura and BYG.
  • Strategy: Instead of patching Tensura directly (which failed due to load order issues), this version now uses a Event to intercept TerraBlender's region registration process.
  • Region Replacement: Tensura's overworld region is now replaced with a safe, empty "dummy" region at registration time. This preserves TerraBlender's internal region list integrity (preventing ArrayIndexOutOfBoundsException) while completely removing Tensura's conflicting biome and features from world generation.
  • Load Order: mods.toml retains the rule to load this patch before Tensura, BYG, and TerraBlender for maximum safety.
  • Added logo.