All versions
1.0.35
Release
Create - Xaero's map 1.0.35last month 7
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
What's new
v1.0.34
Copycats
Copycat blocks (panels, steps, etc.) finally render as whatever material you put on them instead of a gray blob. Works on ship hulls, attached contraptions, and free-standing contraptions.
Thrusters
Thrusters from Create Propulsion: Simulated and Create: Cosmonautics now show their exhaust on the map: a bright white-blue jet at the nozzle that trails off into a stream following the craft's actual flight path. It arcs through turns, stretches with speed, and lingers briefly after engine cutoff.
Firing, shutdown, and throttle changes show up on the map in real time.
Contrails
Flying craft now leave contrails. They form a ways behind the ship (farther back the faster you're going), then slowly drift apart and fade out over about half a minute.
Contrails stay on the map even far from the craft, so you can scroll around the world map and see the whole ribbon until it dissipates.
All of this was built with performance in mind, so it costs basically nothing while cruising and cleans up after itself.
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:hqI03twF:OVRvt9iu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hqI03twF:OVRvt9iu"
}

