Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.3.6.3-neoforge
Release
moonstone 1.3.6.3-neoforge10 months ago 72
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
添加了一些基础物品的配方
贪婪水晶:6个灵质云+2个灵质立方+1个绿宝石块
战争水晶:6个灵质云+2个灵质立方+1个金块
血怒水晶:6个灵质云+2个灵质立方+1个红石块
无懈之眼:2个灵质棱镜+4个黑曜石+1个下界合金锭+1个血球
血符:1个血浆果冻+1个金块+1个灵质棱镜
莫里斯方块:1个石头+1个贪婪水晶+2个灵质立方
莫里斯贝壳:1个鹦鹉螺壳+1个贪婪水晶+2个灵质立方
战争符石:1个战争水晶+1个石头+1个灵质棱镜
生命符石:1个贪婪水晶+1个石头+1个灵质棱镜
防御符石:1个青金石块+1个石头+1个灵质棱镜
优化血灵增生体在黑暗环境下的照明效果
添加了一个配置选项,可以禁用模组内的所有实体(未经测试)
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:Djpjjz6B:o1F0X3ZY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Djpjjz6B:o1F0X3ZY"
}


