Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 2 years ago
All versions
0.3.0
Release
Starstruck Void 0.3.02 years ago 186
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
- Geckolib is now a requirement for loading
- Liquid static and liquid light now have sounds (when being placed, yes its kinda broken)
- Fixed the audio issue with the BMC music disk
- Added a new dimension
- Added 3 new file colors
- Added a void journal for lore purposes (pages will be added later)
- Made the void creeper scarier by giving it the ability to open doors and follow you when you hold gunpowder when playing on hard mode
- Void cat and Void skeleton now have their own models
- Added Sippy (one of my wobbledogs)
- Added a new biome to the end added two new wood types
- Added a new weapon and a projectile to go with it
- Added some potions
- Added structures
- Changed the fluid bucket textures to fit in with the rest
- Changed the arrangement of some achievements and added new ones
- Changed the arrangement of the creative tab
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:vG0doZk2:HA5znAyQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vG0doZk2:HA5znAyQ"
}

