Tags
Creators
Details
1.1.0-release.1+in-20100110
Compatibility
Changes
- Renamed Tag classes to Nbt to match infdev versions.
- They are the same, it's just the classes being renamed to match.
- Ported TickEvents, RenderEvents, and SaveModInit Entrypoint from infdev save.
- These events are useful for third-party mods.
- Moved code around to be easier to understand, plus the naming scheme now more closely matches with infdev save.
- Updated InfoScreen to that found in infdev save.
How to Install
- Goto OrnitheMC's website and download the latest installer.
- Select the Show snapshots checkbox. (This may take awhile to reload)
- Select in-20100110 as your Minecraft version.
- Select your launcher type. You can either select the Official Minecraft Launcher or MultiMC/Prism.
- Select Quilt as your Loader type. (This is important, this mod won't work on Fabric!)
- Press Install and wait for your instance to be generated.
- Add the
mclm_save-1.0.2+in-20100110.jarfile to the instance's mods folder. - Launch and Enjoy!
It's recommended to use -Djava.util.Arrays.useLegacyMergeSort=true in your java arguments.
Issues
Please help us improve by submitting bug reports if you encounter any issues.
This mod has been tested on Windows 10 and 11 (x64 native).
Attributions
- ClassicExplorer.
- We include some code from ClassicExplorer with permission from bluecrab2 for our classic converter.
- ReleaseTypeUtils.
- Licensed under CC0-1.0.
- FlatLaf.
- Licensed under Apache 2.0.
- Feather Mappings.
- Licensed under CC0-1.0.
- Quilt Loader.
- Licensed under Apache 2.0.
- Minecraft in-20100124-2310.
- This mod uses some code from Minecraft in-20100124-2310, which was obtained using Feather Mappings, some classes and functions have been renamed to make them easier to use.
Licensed under LGPL-3.0-or-later.
This mod is not affiliated with/endorsed by Mojang Studios or Microsoft.
Minecraft is a trademark of Microsoft Corporation.
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:Jmq4Fybz:o9BysnKj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Jmq4Fybz:o9BysnKj"
}


