Tags
Creators
Details
0.3.2
Compatibility
Required content
Changes
OneVoid 0.3.2 — Fabric Support (Alpha) OneVoid finally runs on Fabric and NeoForge from the same codebase. This is the first Fabric build, so it’s marked alpha. Expect some rough edges and please report anything weird. Required dependencies You’ll need a couple extra mods now:
NeoForge: Architectury API Fabric: Fabric API + Architectury API v 13.0.0+
Grab the 1.21.1 versions of both. Without them the mod won’t even load. Make sure you grab the right jar for your loader (onevoid-fabric-… or onevoid-neoforge-…). What’s new
Full Fabric support on 1.21.1 World Type: OneVoid now has a proper Customize button on both loaders Plays nice with Flashback (replays) and Sodium + Iris on Fabric
Fixes
Dying in the void in the Nether or End no longer crashes. You just respawn like you should.
Notes
NeoForge side is the same as before — this update is basically just for Fabric The magic-block info HUD still only shows up in singleplayer 1.21.1 only for now. No older or newer Minecraft versions yet.
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:XPjisxgm:OrkdpaJ1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XPjisxgm:OrkdpaJ1"
}


