Skip to content

Releases: audaki/minecraft-cart-engine

Audaki Cart Engine v2.0.2 (Fabric, mc1.19.4)

06 Apr 14:05
Compare
Choose a tag to compare
  • Starting with this version only mc 1.19+ receives mod updates (2.0.1 is very stable for mc 1.18 and 1.17)
  • (technical) Refactored mixin to target MinecartEntity directly instead of AbstractMinecartEntity, therefore potentially increasing compatibility to other mods even more
  • Built for Minecraft 1.19.4

Audaki Cart Engine v2.0.1 (Fabric, mc1.17, mc1.18, mc1.19) Latest

20 Feb 18:53
Compare
Choose a tag to compare

Stable Release v2.0.1

  • Enhance compatibility for redstone chest/hopper minecart constructions (They are 100% vanilla now. The hook was changed to only apply to rideable minecarts)

Audaki Cart Engine v2.0.0 (Fabric, mc1.17, mc1.18, mc1.19)

25 Sep 15:11
Compare
Choose a tag to compare

Stable Release v2.0.0

  • New Build Environment with multiple MC versions to test and deploy on.
  • New Minecraft Versions can be supported faster

audaki-cart-engine-1.1.0

23 Sep 17:28
Compare
Choose a tag to compare

Audaki Cart Engine v1.1.0

  • Update for Minecraft 1.19+ (tested with 1.19.2)
  • Fix changed Loom/Yarn method name mapping (or Mojang?) getMaxOffRailSpeed -> getMaxSpeed

audaki-cart-engine-1.0.1

25 Aug 20:33
Compare
Choose a tag to compare

Changes

  • Fix acceleration behaviour for passengerless minecarts

audaki-cart-engine-1.0.0

25 Aug 18:43
Compare
Choose a tag to compare

Audaki Cart Engine

Brief

Audaki Cart Engine offers well designed and properly balanced, competitive and viable cart-based passenger transportation.

Foundation

This was mod was created since every mod I found that increased the speed of minecarts broke stuff and didn't
work with existing rail lines. Additionally most redstone stuff breaks when your cart moves with more than 10m/s.

Quality Engineering

This mod is currently a huge overhaul of the minecart movement engine to support higher speeds (up to 34m/s)
while still supporting existing lines with curves, ascending and descending rail pieces are no problem.

Additionally redstone rails like detector and activator rail still work.

The Cart Engine was tested under a lot of different conditions but if you find an edge case it'll be fixed

Engine Methodology

The engine travels along the expected path of the rail line and will temporarily slowdown to cross important parts
like curves and ascending/descending track pieces. But the engine is coded in a way that the momentum is kept
and after the curve/hill or redstone piece is crossed the movement speed is mostly restored.

Game Design / Balancing

The goal for this mod is not just to implement a new Cart Engine of course, but also to provide good game play!

To support this goal a whole lot of stuff was tweaked so the powered rail (i.e. Gold) required to reach certain
speeds is well balanced, so creating a high-speed railway is actually a proper end-game goal.

Additionally the speed is balanced in a way that riding the railway is a lot of fun and it's better than packed ice.

Due to the balanced acceleration curve railways can still be used early-game with lower speeds and less gold investment

Features / Balancing

  • Fixed a long-standing vanilla bug that doubles the Cart Movement Speed when a block is skipped in a tick
  • Raised maximum speed from 8m/s to 34m/s for carts with passengers (achievable when there are 8 straight rail
    pieces behind and in front of the cart)
  • Raised fallback maximum speed from 8m/s to 9.2m/s for carts with passengers
  • Tweaked powered rail acceleration to factor in fewer spent ticks on higher speeds and multiply the acceleration accordingly
  • Tweaked acceleration to be require more powered rails on higher speeds
  • Tweaked acceleration to feel good and somewhat train-y.
  • Tweaked achievable momentum for the new high-speed
  • Tweaked breaks to handle the higher speed and momentum properly
  • Tweaked "kick-start" speed when starting from a standing block with a powered rail
  • Cart Engine simulates travel along the railway and dynamically adjusts allowed speed based on rail conditions around the cart
  • High-Speed Cart temporarily slows down for slopes and curves
  • High-Speed Cart temporarily slows down for Detector Rails and Activator Rails