Links
Tags
Creators
Details
Licensed MIT
Published 5 months ago
Updated 5 months ago
All versions
1.0.1
Release
Landing Mud 1.0.15 months ago 43
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
[1.0.1]
新增 New
- 玩家摔落出砖或者触发胡萝卜彩蛋时,默认受到2点伤害(被砖磕到了=_=)
- 在下雨天或者雷雨天,触发胡萝卜彩蛋的概率增加
- 优化了战利品表,现在在下界或者末地转化可疑方块会使用不同的战利品表
- When players drop and get a brick or trigger carrot easter egg, they will take 2 points of damage by default -- got hit by the brick.
- During rain or thunderstorms, the chance of triggering the carrot easter egg is increased.
- Optimized the loot tables: now converting suspicious blocks in the Nether or the End will use different loot tables.
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:cqKvrL2f:8GVGTPcn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cqKvrL2f:8GVGTPcn"
}

