Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last month
All versions
1.3.0
Release
TFCGenViewer 1.3.02 years ago 11.5K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
- The preview screen can now be opened in-world!
- Also works on servers
- Can be opened with the
Kkey by default - Only has options to change the scale since the world settings are already defined
- Which information a player is able to access can be disable/enabled from the server, see below
- Preview generation is now done off-thread, meaning the game should no longer completely lock up on previews that take a long time
- While generating, a loading icon will be displayed instead of the previous preview, this can be disabled in the client config
- When generation finishes, the game will ding, this can also be disabled in the client config
- Add a permissions system to limit what players can access via the in-world preview
- See the wiki page for an explanation
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:yp9Ot3YC:TB5lK1YQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yp9Ot3YC:TB5lK1YQ"
}

