promotional bannermobile promotional banner

morecars

An Automobility addon built on SShakusora's open-source RIAutomobility project. This is just the beginning—we want to see more players creating Automobility addons.

File Details

morecars-1.2-forge

  • R
  • May 16, 2026
  • 946.53 KB
  • 8
  • 1.20.1
  • Forge

File Name

morecars-1.2.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:morecars-1418879:8098548")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Fixes

  • Root cause fix for all Mixins silently failing after reobf (remap strategy corrected)
  • Bug where seat positions were completely messed up after encapsulation
  • Bug where locking the vehicle and then swapping seats permanently locked the vehicle
  • Input state lingering after swapping seats while driving (vehicle kept auto-driving)
  • Bug where bicycle textures all appeared red
  • Body roll during turns not working
  • Engine sound and collision sound files swapped
  • Assembler output vehicle not being a MoreCarsEntity
  • Game crashing directly when GeckoLib is missing instead of showing a prerequisite warning

Additions

  • V-key speed limiting system (HUD turns blue when speed-limited)
  • R-key seat swapping feature
  • All vehicles migrated to GeckoLib rendering (dual-layer models: body Cutout + glass Translucent)
  • Procedural steering wheel / pedal animation system (BoneAnimator)

Changes

  • All vehicle hitboxes reduced to reasonable sizes (0.8–2.4 blocks wide)
  • Adjusted SGWM second-row seat positions, AE86 front seat positions
  • Adjusted Santana rear wheel positions
  • Disabled vehicle backpack for electric vehicles / bicycles

Refactors

  • Merged 5 registries into a unified VehicleProfile registry
  • Merged 2 Mixins into AutomobileEntityCompatMixin
  • Extracted SeatManager / HitboxManager subsystems