Skip to content

Releases: T145/cart-complete

Fixed server-side crashes

21 May 20:13
Compare
Choose a tag to compare
v2.8.1

Fixed name translation (Resolves #14)

The Animated Update

26 Jul 18:08
Compare
Choose a tag to compare
  • Added Metal Chests support!
  • Ender Chest, Shulker Box and Metal Chest carts all have animated interactions! (yes, hungry metal chests eat items)
  • Fixed some NBT bugs w/ specific profiles/blocks
  • Diamond cart model fix
  • Droppers in carts can now dispense into inventories!

BUG:

  • Dispenser & dropper carts depend on the cart's front, which is quite variable; planning to make my own cart entity to simplify & optimize things, b/c vanilla's cart logic sucks

Change some logic to reflect TBone changes

19 Jul 02:29
Compare
Choose a tag to compare
v2.5.2

Almost forgot the crafting GUI

Bugfixes & more block support

17 Jul 22:02
Compare
Choose a tag to compare
  • Fixed Furnace Cart eating everything instead of just fuel
  • Fixed carts dropping the block they hold

New supported blocks:

  • Anvil
  • Dispenser
  • Dropper
  • Shulker Box

TODO:

  • Animate the Shulker Box when opening it
  • Support the dropper placing things into an inventory at front of the cart

New look & better compatibility!

15 Jul 19:12
Compare
Choose a tag to compare
  • Added new cart textures courtesy of faellynna & MoonlitLamps (emerald cart & axle design)!
  • Re-implemented cart typing using capabilities, allowing them to be applied to other carts added by mods
  • Added config options to whitelist & blacklist specific cart classes to be affected by this typing system
  • Re-implemented the ability to place any regular block in a cart!

Blocks w/ unique abilities include:

  • Crafting Table
  • Enchanting Table
  • Beacon
  • Ender Chest
  • Jukebox

v2.1.1

09 Jul 04:57
Compare
Choose a tag to compare
  • Added a blacklist for incompatible supertype cart classes
  • Fixed cart drops
  • Added tiered cart health (some are more durable than others)
  • Added new textures!
  • Updated TBone compatibility

Converted the internal system to capabilities

25 Jun 19:42
Compare
Choose a tag to compare
  • Removed profile system to instead wrap around present minecart classes, increasing compatibility w/ other mods.
  • Added cart recipes.
  • Overrode the vanilla Minecart with Furnace with a custom entity that performs just like as if it had the Furnace Profile loaded from prior versions (supports all fuel types & will consistently move while burning).
  • Fixed the vanilla furnace cart bug where after world reload the furnace in the cart isn't lit.
  • Blocks can still be removed from carts by shift+right-click, and placed in them by just right-click.

TODO:

  • Fix smoke particles not being generated from the furnace cart after world reload.

NOTE: Prior MetalTransport worlds will have just about everything old deleted, so be prepared!

The Compatibility Update

16 Jun 05:08
Compare
Choose a tag to compare

Well, no direct mod support (and none is really planned apart from Railcraft), but anything that would normally interact w/ a minecart should now have equivalent interactions w/ metal carts.

  • Fixed most cart visuals (translucent rendering fix in next update)
  • Fixed some NBT bugs
  • Fixed desync issues
  • Optimized a LOT of logic; it performs much faster
  • Implemented my own full minecart renderer that performs slightly better than the vanilla variant
  • The Furnace Cart now supports ANY fuel type, and consistently runs for the duration of the burn time, unlike the vanilla furnace cart

Tile Entity rendering is planned next, as well as compatibility w/ the note block!
Please let me know what compatibility options you guys would like to see!

Fat Man

12 Jun 21:42
Compare
Choose a tag to compare
  • All the bugfixes
  • Added jukebox behavior
  • Added chest cart behavior
    (and yes, items persist through portals b/c I hate the vanilla mechanic that deletes them)
  • A lot of behavior system fixes & changes; I'd recommend creating a new test world

What I've done metaphorically speaking

An Explosive Personality

11 Jun 18:26
Compare
Choose a tag to compare
  • Added more behavior attributes
  • Added TNT cart behavior
  • Added Redstone Lamp cart behavior
  • Heavily improved backend performance
  • Simplified block GUI handling using an AccessTransformer
    (Currently supported GUIs: Crafting Table, Anvil, Enchanting Table)