All versions
1.0.0-alpha.6
Alpha
Mekanism: Fluxnautics 1.0.0-alpha.6last month 49
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
- Added missing locale for the item group
- Reworked the internal physics tick for thrusters to support dynamic driver modes
- The default mode is now called DIRECT, and will be used if none is specified.
- 2 new modes are added, HOVER which emulates Sable's Nozzle hover logic, and VECTOR which can either be told to (
auto=true) try to always vector away from the ground, or (double x=?, y=?, boolean auto=false) point in a specified angle. - The modes can currently be changed using CC api
ensureGroupsExistDetailed({[0] = { driver = "VECTOR" }}) - VECTOR mode supports driver data which can be set using
setGroupDriverData({[0] = {x = 1, y = 1, auto = false}}) - These are bulk operations and can be applied to multiple groups.
- They still use the final thrust value of the group for thrust math.
Optional dependencies
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:i9tDmTOc:ZOdoqtof"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:i9tDmTOc:ZOdoqtof"
}


