
HyperBeta
A mod that overhauls Release 1.6.4 to turn it into the ultimate minecraft version. Based on the mechanics and visuals of beta 1.7.3 it directly ports parts of beta and improves upon them. Even has b1.7.3 world gen with newer vanilla biomes and structures!
1.1
Compatibility
Changes
- Added Music Frequncy button with options: Normal, Frequent (2x), Continuous
- Added Hotbar Position button to make it as you prefer
- Fixed crash when changing render distance
- Fixed Music not playing
- Fixed Jungle biome generation
- Fixed Bugs
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:P5KWp87x:eWV8dtZW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:P5KWp87x:eWV8dtZW"
}
