
SXD's Random Blocks
Experience the thrill of surprise in Minecraft! This mod adds five tiers of random blocks that drop completely random loot when broken. Blocks are blast-proof, easy to mine, and feature a dedicated creative tab - perfect for survival, building, and servers
Links
Creators
Details
1.1.1-1.20.1
Compatibility
Changes
SXD's Random Blocks - 版本 1.1.1-1.20.1 更新日志
SXD's Random Blocks - Version 1.1.1-1.20.1 Changelog
🎉 首次稳定发布版本 / First Stable Release Version
📊 版本信息 / Version Information
基础信息 / Basic Information
- 模组版本 / Mod Version: 1.1.1-1.20.1
- Minecraft版本 / Minecraft Version: 1.20.1
- Forge版本要求 / Forge Requirement: 47.4.10+
- 发布日期 / Release Date: 2026年1月 / January 2026
- 发布类型 / Release Type: 首次稳定发布 / First Stable Release
📁 Requirements | 系统要求
English:
- Minecraft Version: 1.20.1
- Forge Version: 47.4.10 or higher
- Installation: Required on both Client AND Server
- Java: 17 or higher
中文:
- Minecraft版本:1.20.1
- Forge版本:47.4.10 或更高
- 安装要求:客户端和服务器都需要安装
- Java:17 或更高
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:Ck7Nhe9j:q1LyZxPu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ck7Nhe9j:q1LyZxPu"
}
