Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 4 years ago
All versions
1.1.0
Release
Nether Sky Block v1.1.0 for Minecraft 1.194 years ago 756
Uploaded by
Compatibility
Minecraft: Java Edition
1.19
Platforms
Fabric
Quilt
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
2022/07/23 1.1.0
- Added
- 在满水的储水炼药锅内消耗全部水将玄武岩洗涤为滴水石块
- 使用切石机切割滴水石块获取滴水石锥
- 玄武岩三角洲接细雪
- 细雪挖掘可以获得雪球
- 对着珊瑚块侧面使用骨粉使之生长出珊瑚扇,对其顶面右键生长出珊瑚
- 死亡时物品不再散开
- 下界荒地的草方块上会生成以下动物
- 牛
- 马
- 羊
- 驴
- 羊驼
- 狼
- Remove
- 删除灵魂土配方
- 农民不再有概率丢小麦种子
- 游商会出售雪球、珊瑚扇
- 用铁砧砸一下滴水石块将其变为滴水石锥
- 珊瑚扇在有水炼药锅里用铁砧砸一下会消耗一层水并增加多一个珊瑚扇
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:nedH9v8M:5JWBYJdM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nedH9v8M:5JWBYJdM"
}
