Tags
Creators
Details
All versions
1.2.2+1.20.2
Release
WorldTools 1.2.2+1.20.2 (Forge)3 years ago 88
Compatibility
Minecraft: Java Edition
1.20.2
Platform
Forge
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
📦 Uncategorized
- 1.20.2 port
- PR: #0
- fix build workflow
- PR: #0
- update mod metadata
- PR: #0
- update actions tag
- PR: #0
- fix gradle and publishing
- PR: #0
- disable entity NBT modification by default
- PR: #0
- debug setting to enable save logging
- PR: #0
- update translations
- PR: #0
- Initialize WT version string correctly on forge
- PR: #0
- Use Forge Chunk Load/Unload events instead of mixin
- PR: #0
- bump version 1.2.1
- PR: #0
- disable github releases action until repo perms are fixed
- PR: #0
- don't add author to entity nbt if modifyNbt setting disabled
- PR: #0
- modifyNBT -> modifyEntityNbt
- PR: #0
- swap out changelog generator action
- PR: #0
- fix syntax
- PR: #0
- update actions versions
- PR: #0
- configure dependabot to update github actions
- PR: #0
- upsert container contents from previously saved chunks
- PR: #0
- bump version to 1.2.2
- PR: #0
- remove logspam when reading empty block entities from saved world
- PR: #0
- handle edge case where player removes all items from container during save
- PR: #0
- don't save empty or null chunks if they somehow get cached
- PR: #0
- prevent entity duplication on reload
- PR: #0
- future compat for saving containers
- PR: #0
- Move block interaction mixin to common
- PR: #0
- throw if we fail to write level.dat
- PR: #0
- migrate to fabric api for client chunk events
- PR: #0
- remove loaded and killed entities from cache
- PR: #0
- only while capturing
- PR: #0
- update missing container render to only render floor box
- PR: #0
- update mod release name
- PR: #0
- update release and build actions
- PR: #0
- prevent more saving entity duplication and stale data
- PR: #0
- prevent missed entity removals for obvious removals near player
- PR: #0
- update release workflow
- PR: #0
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:FlFKBOIX:vPjGpnvi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FlFKBOIX:vPjGpnvi"
}

