https://github.com/kitlith/oldboosters
A minecraft mod to bring back the minecart boosters from before powered rails.
https://github.com/kitlith/oldboosters
minecart minecraft minecraft-forge minecraft-forge-mod minecraft-mod
Last synced: about 2 months ago
JSON representation
A minecraft mod to bring back the minecart boosters from before powered rails.
- Host: GitHub
- URL: https://github.com/kitlith/oldboosters
- Owner: kitlith
- License: mit
- Created: 2018-12-11T07:49:28.000Z (over 7 years ago)
- Default Branch: fabric
- Last Pushed: 2019-07-21T03:33:37.000Z (almost 7 years ago)
- Last Synced: 2025-08-31T16:45:21.546Z (10 months ago)
- Topics: minecart, minecraft, minecraft-forge, minecraft-forge-mod, minecraft-mod
- Language: Java
- Homepage: http://www.minecraftforge.net/forum/topic/67768-1122-oldboosters-nostalgia-mod/
- Size: 879 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Old Boosters -- Fabric Edition
*A simple mod utilizing mixins to reenable the old minecart boosters from Alpha*
Licensed under the MIT license.

## Features
- The booster bug can be turned on an off on a per-minecart basis.
- There are config settings to change what newly placed minecarts are.
- This is not currently true, as config is not implemented in the port.
- You can override the defaults by using NBT tags.
- `EnableBoosters` is the equivalent to the "Enable Boosters" config option.
- `RemoveCap` is the equivalent to the "Disable 'Speed' Cap" option.
- `SpeedCap` is the equivalent to the "'Speed' Cap Value" option.
- example: `/summon minecraft:minecart ~ ~ ~ {EnableBoosters: true, RemoveCap: false, SpeedCap: 500}`
Based off of @Exalm's [olddays](https://github.com/Exalm/Minecraft-mods) mod
and @jpmac26's [OldDaysRevisited](https://github.com/jpmac26/OldDaysRevisited)