promotional bannermobile promotional banner

TFCGenViewer

Preview your TFC worlds before creating them!
Back to Files

tfcgenviewer-1.21.1-2.1.2.jar

File nametfcgenviewer-1.21.1-2.1.2.jar
Uploaded
Aug 19, 2026
Downloads
947
Size
465.3 KB
Mod Loaders
NeoForge
File ID
8681793
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:tfcgenviewer-1062270:8681793"

Learn more about Curse Maven

What's new

  • Update to TFC 4.2.8, which is the new minimum version
  • Fix crash with TFC 4.2.8 when trying to visualize in-world
  • This version is not network compatible with older versions

[API]

  • IGeneratorVisualizer and IVisualizerType now extend ISyncRegistries which has #additionalSynchronization and #elementCodecForRegistry, allowing GVs to specify how a registry is synced
    • #elementCodecForRegistry has been changed to operate similarly to #additionalSynchronization to avoid having to deal with type casts
    • Update ClimateFeatureCache#codecForRegistry to handle the #elementCodecForRegistry changes
  • Add ITFCGeneratorVisualizer which syncs TFC's rock settings registry and is the base of the built-in grid and chunk scale GVs