Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated 10 months ago
All versions
1.2.1.0+mod
Release
1.2.1.0last year 528
Compatibility
Minecraft: Java Edition
1.20–1.20.4
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
- 生物掉落物修改
猪灵蛮兵现在将不再掉落金斧
- 生物掉落物新增
悦灵现在会掉落1-2个紫水晶碎片蝙蝠现在会掉落1个幻翼膜狐狸现在会掉落1-2个甜浆果蝾螈现在会掉落1-2个热带鱼蜜蜂现在会掉落1个蜜脾青蛙现在会掉落1个青蛙卵
- 生物掉落进度新增
- 击杀
青蛙获得我劝你识相进度 - 击杀
悦灵获得你个魔鬼!进度 - 击杀
蝙蝠获得我也不想在这里进度 - 击杀
狐狸获得破入Windows的Firefox进度 - 击杀
蝾螈获得繁茂洞穴里的住民进度 - 击杀
蜜蜂获得辛勤小蜜蜂进度
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:DUx62rbS:cd31ZsBp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DUx62rbS:cd31ZsBp"
}

