Tags
Creators
Details
1.0.1-release.1+in-20100110
Compatibility
Changes
Save 1.0.1 for in-20100110
Please make sure you use Quilt Loader and Minecraft in-20100110!
Changes
- Added support for
in-20100104saves with Save Block Items enabled.- When the world is saved in
in-20100110, the block items will be saved normally allowing vanilla versions to read them.
- When the world is saved in
- Updated Config Screen.
- Added In-Block Fix config option.
- It is recommended to leave this disabled.
- This option re-enables the fix that would teleport you out of blocks on world load.
- When enabled, you will notice issues relating to entities, particles, and tnt.
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.1-release.1+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.
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:gSfsSBEN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Jmq4Fybz:gSfsSBEN"
}


