All versions
1.3.0+1.21.11
Release
Orbital+ 1.3.0 (Minecraft 1.21.11)6 months ago 57.4K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
Major Changes
Overhauled Unstable Rod System
Now fully replicates the Unstable SMP fishing rod system instead of only the activation behavior.
- Fishing bobbers now persist after placement
- Bobbers are now tied to rods instead of players
- You can now set up multiple fishing rod mechanisms
- Rod-based mechanisms now continue functioning after:
- Player death
- Leaving the server
- Server restarts
Added
- Railgun System
- Trust / Untrust Permissions System
- Proximity Messaging System
- Global Death Sound Toggle
- In-game global config system (
/oconfig) - Stasis Rod linking support
Changes
- Updated
/orbital givecommand structure - Restructured
/orbital settings - Magazine Strike System now supports sequential firing
Removed
/orbital strike sequence- Replaced with:
/orbital strike magazine fire sequence
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:Q97V4fVl:7ZaGCA1N"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Q97V4fVl:7ZaGCA1N"
}

