Releases: T145/cart-complete
Releases · T145/cart-complete
Fixed server-side crashes
The Animated Update
- 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
v2.5.2 Almost forgot the crafting GUI
Bugfixes & more block support
- 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!
- 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
Converted the internal system to capabilities
- 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
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
An Explosive Personality
- 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)