Tags
Creators
Details
1.0.0-release.1+in-20100110
Compatibility
Changes
Save 1.0.0 for Minecraft in-20100110
Please make sure you use Quilt Loader and Minecraft in-20100110!
Features
- Saving
- This mod saves in the Indev level format.
- Loading
- This mod loads in the Indev level format.
- When loading a classic world, the level will first be converted first.
- Converting
- As previously mentioned, loading a classic save will convert the level first, and then will load the converted level.
- Larger worlds may take longer to convert, be patient!
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.0-release.1+in-20100110.jarfile to the instance's mods folder. - Launch and Enjoy!
It's reccommended to use -Djava.util.Arrays.useLegacyMergeSort=true in your java arguments.
To fix sounds, follow this tutorial.
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), and Linux (x64 virtual machine).
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:J65NQCW3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Jmq4Fybz:J65NQCW3"
}


