Tags
Creators
Details
1.0.0-release.1+in-20091223-1
Compatibility
Changes
- Forces the gamemode to be survival.
Make sure you run this mod using Quilt in-20091223!
Modrinth doesn't list this version so we have to list it incorrectly.
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-20091223-1459 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_survival-1.0+in-20091223.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.
It's also recommended to install Save as save fixes a bunch of issues, plus you get to save your worlds.
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
- Feather Mappings.
- Licensed under CC0-1.0.
- Quilt Loader.
- Licensed under Apache 2.0.
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:THqTOuk4:G7nC28xs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:THqTOuk4:G7nC28xs"
}

