All versions
1.2
Beta
NineBlock v1.2 (1.21)2 years ago 140
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Data Pack
Changes
CN
- 添加 1.21 新方块:铜类,凝灰岩类,宝库(饰纹陶罐中可能包含钥匙)
- 饰纹陶罐的战利品表现在与试炼密室中相同
- 现在木桶与箱子拥有相同的战利品表,表中生物刷怪蛋添加:铁傀儡,犰狳,沼骸,旋风人
EN
- Add 1.21 new blocks: copper, tuff, vault (trial key can get from decorated pot)
- Loot table of decorated pot now the same as in the trial chamber
- Loot table of barrel now the same as chest, new spawn eggs were added to the loot table: iron golem, armadillo, bogged, breeze
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:y02ASFMI:5FQxyPJU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:y02ASFMI:5FQxyPJU"
}

