Tags
Creators
Details
Licensed MIT
Published last year
Updated 2 months ago
All versions
0.2.0
Release
Create: Propulsion 0.2.0last year 8,898
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
New feature: Redstone Magnets
- Added redstone magnet block
- Redstone magnets apply forces based on magnetic dipole equations
- Magnets can be controlled with an analog redstone signal
- Implemented optimized spatial-hash based magnet pairing
- Big thanks to Tronco_78 for redstone magnet model!
New feature: Physics Assembler
- Added physics assembler and assembly gauge
- Assembly gauge can be used to select a region of space to be assembled
- Physics assembler assembles the region defined by inserted assembly gauge, when powered by redstone signal
New feature: Lodestone Tracker
- Added lodestone tracker block
- Lodestone tracker outputs redstone signal based on where the inserted compass points
New feature: Optical Lenses
- Added 4 lenses: optical lens, fluid lens, focusing lens, invisibility lens
- All lenses can be inserted into both optical sensors to modify their behavior and appearance
- Optical lens is used to craft other lenses. It can also be colored with any combination of dyes to change the color of the optical sensor beam
- Fluid lens allows optical sensor to detect fluids
- Focusing lens doubles max raycast distance of optical sensor
- Invisibility lens makes optical sensor beam invisible
Other features:
- Reworked thruster particles to correctly collide with world geometry. Also changed their appearance
- Added Computer Craft compatibility for most blocks
- Added datapack support. Now fuels and their parameters can be defined inside a datapack
- Added turpentine, a new built-in fuel that can be used in thrusters
- Added configuration option for thruster particle amount
- Lowered the default optical sensor raycast frequency to happen once every 2 ticks
Bugfixes:
- Fixed thrusters unconditionally emitting particles after being unloaded
- Fixed thrusters not updating immediately after the redstone signal power has changed
- Fixed compasses not behaving correctly when their target is on ship if VS Addition is not present
- Fixed thrusters, optical sensors, and magnets not responding to being rotated by create contraptions
- Fixed incorrect thruster uv and texture
- Fixed thruster particles incorrectly inheriting velocity of the parent ship
- Fixed excessive blockstates
- A bunch of other fixes
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
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:fmudhH0S:4UXswZbm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fmudhH0S:4UXswZbm"
}

