Tags
Creators
Details
All versions
2.1.12
Release
简易生存 Simple Survival 2.1.123 weeks ago 11
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Data Pack
Changes
- 添加了女仆魂符插槽在Curios API模组的环境下对车万女仆的依赖
- 删除了海之嫌弃附魔
- 添加了无限附魔与经验修补的相互兼容,并扩展无限附魔到多种箭
- Added a Maid Soul Soul Spell, making it dependent on the Che Wan Maid under the Curios API mod environment
- Removed the Sea Disdain enchantment
- Added mutual compatibility between infinite enchantments and XP mending,and extend Infinity enchantment to various arrows.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Simple_Survival_res.zip | Required resource pack | 14.22 KiB |
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:jnWQQcf3:AA83hu7X"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jnWQQcf3:AA83hu7X"
}

