- 16,955 views, 22 today
- 3,056 downloads, 2 today
19
This datapack is the standalone version of a feature made for Minecarft, my survival rebalance. Check it out here!
Better Minecarts overhauls vanilla minecarts to be a viable transportation option for survival minecraft. Over the years minecarts have been pretty heavily overshadowed by other transportation options and so I wanted to fix that. I recommend trying out building your tracks in the overworld, I find it to be a lot more fun. Better Minecarts is multiplayer compatible.
Features:
Minecarts are much faster, traveling slightly faster than blue ice boats
Minecarts automatically slow down for corners and bends to prevent visual clipping and derailment
Minecarts accelerate and decelerate much more smoothly
Rails now craft to 32, and powered rails craft to 16
Chest minecarts now can automatically place rails and powered rails
Furnace minecarts now load the chunks they are in while fueled
Better Minecarts overhauls vanilla minecarts to be a viable transportation option for survival minecraft. Over the years minecarts have been pretty heavily overshadowed by other transportation options and so I wanted to fix that. I recommend trying out building your tracks in the overworld, I find it to be a lot more fun. Better Minecarts is multiplayer compatible.
Features:
Minecarts are much faster, traveling slightly faster than blue ice boats
Minecarts automatically slow down for corners and bends to prevent visual clipping and derailment
Minecarts accelerate and decelerate much more smoothly
Rails now craft to 32, and powered rails craft to 16
Chest minecarts now can automatically place rails and powered rails
Furnace minecarts now load the chunks they are in while fueled
How to use Chest Minecarts
Insert rails for it to place, and put in ingots to program how the chest minecart will place them. Insert iron ingots to place rails, insert gold ingots to place powered rails, and if both ingot types are present then the amount of each ingot will determine how many rails/powered rails are placed consecutively before swapping to the other rail-type.
The chest minecart will automatically start laying tracks on the ground in the direction you push it, spending the tracks in its inventory while (generally) adhering to the same rules as the player when placing tracks. Pairs great with a furnace minecart.
The chest minecart can go up and down hills automatically, but cannot detect when it should turn. However, if you place rails ahead of time to create a curved rail at each intended corner of the track (pictured below) it will follow the change in direction. Use this to your advantage.

The chest minecart will automatically start laying tracks on the ground in the direction you push it, spending the tracks in its inventory while (generally) adhering to the same rules as the player when placing tracks. Pairs great with a furnace minecart.
The chest minecart can go up and down hills automatically, but cannot detect when it should turn. However, if you place rails ahead of time to create a curved rail at each intended corner of the track (pictured below) it will follow the change in direction. Use this to your advantage.

More Details (optional)
A fresh chest minecart will start its pattern with whatever rail-ingot combo is first inserted. For example, if a chest minecart has both rails and powered rails and you put a gold ingot in before putting in an iron ingot then the pattern will start with powered rails first.
You can swap what rail type the chest minecart starts with by making the other rail type invalid. For example, for a chest minecart with both rails and powered rails and both types of ingots, you could remove and reinsert the gold ingots (or powered rails) to get the pattern to start with regular rails.
If the chest minecart cannot fulfill its current pattern (ie it runs out of powered rails/rails when it needs to place a powered rail/rail) it will stop placing any tracks until it's inventory is replenished for that rail type. Once the chest minecarts inventory is replenished it will start placing rails again and resume the pattern.
You can swap what rail type the chest minecart starts with by making the other rail type invalid. For example, for a chest minecart with both rails and powered rails and both types of ingots, you could remove and reinsert the gold ingots (or powered rails) to get the pattern to start with regular rails.
If the chest minecart cannot fulfill its current pattern (ie it runs out of powered rails/rails when it needs to place a powered rail/rail) it will stop placing any tracks until it's inventory is replenished for that rail type. Once the chest minecarts inventory is replenished it will start placing rails again and resume the pattern.
Compatibility | Minecraft 1.19 |
to | Minecraft 1.21 |
Tags |
5 Update Logs
Update #5 : by brisai 06/14/2024 9:37:04 pmJun 14th, 2024
updated to 1.21!
LOAD MORE LOGS
5886456
119
Create an account or sign in to comment.
you need to change the values on lines 3-7 of each motion.mcfunction script. there's a script for each direction of travel.
I am not familiar with the process of creating datapacks. Maybe this is impossible in the scripting language used here, but its the easiest solution I can think of.
Could you not use variables and keep the tp commands in one file? Instead of passing the tp commands hard coded values (ie. ~-0.035) you can pass it variables that are assigned the hard-coded values in the if statements on lines 1-4 of apply_motion.mcfunction.
That way you can change the hard coded values in only one place and the code is easier to read and iterate on later
sorry for the unsolicited advice, I don't know this language otherwise I'd change it myself. I could be completely wrong and the separate files are essential to the function. Thanks for the pack!
you bring up a valid point and i think ultimately my ideal goal would be to just get it to a point where you could type the max speed you want in a scoreboard command but datapacks are in the back seat in my life rn
Everything's back to vanilla speed.
The rail placing works ok though.
otherwise i cant say i know what could be causing this. Ive been using this pack on my vanilla 1.21 server as well and have had no issues. It may be worth confirming that he isnt running the server on paper? Paper servers break the minecart speed mechanics.
These were not removed with the uninstall function but once manually removed, the carts move at the correct speed!
is there any way i could slow it down? i was reading something you said about changing tp commands in the motion handler but i have no idea what that is or means