All versions
1.0.0
Release
Smooth Spheres 1.0.03 months ago 76
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Smooth Spheres 1.0.0
Initial release for Minecraft 1.21.4 with Fabric.
Features
- Adds 9 smooth decorative sphere blocks
- Includes metal, ceramic, obsidian, crystal, glass, frosted glass, luminous glass, and chrome variants
- Adds a custom creative tab
- Supports lightweight sphere physics
- Right-click sphere blocks to launch them as physics spheres
- Right-click physics spheres to launch them again
- Push physics spheres by walking into them
- Projectiles such as arrows, fireballs, and eggs push physics spheres instead of breaking them
- Left-click physics spheres to break them and drop the matching item
- Includes Mod Menu configuration
- Adds a physics toggle
- Adds selectable sphere quality: Balanced, High, Ultra
- Includes English and Chinese translations
Requirements
- Minecraft 1.21.4
- Fabric Loader 0.18.4 or newer
- Fabric API for Minecraft 1.21.4
- Java 21
Optional
- Mod Menu for in-game configuration
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:SHFbq57z:jnOGYyDw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SHFbq57z:jnOGYyDw"
}

