Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nosqd/no-limit-minecarts
24w33a Fabric Mod that removes limits for gamerule maxMinecartSpeed
https://github.com/nosqd/no-limit-minecarts
24w33a fabricmc java minecraft minecraft-mod mod
Last synced: 4 months ago
JSON representation
24w33a Fabric Mod that removes limits for gamerule maxMinecartSpeed
- Host: GitHub
- URL: https://github.com/nosqd/no-limit-minecarts
- Owner: nosqd
- License: cc0-1.0
- Created: 2024-08-15T22:14:56.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T23:48:14.000Z (5 months ago)
- Last Synced: 2024-10-01T08:04:26.225Z (4 months ago)
- Topics: 24w33a, fabricmc, java, minecraft, minecraft-mod, mod
- Language: Java
- Homepage: https://nlm.nosqd.ru
- Size: 119 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# No Limit Minecarts
> 24w34a Fabric Mod that removes limits for gamerule `maxMinecartSpeed`
## Downloads
> Download from [github releases](https://github.com/nosqd/no-limit-minecarts/releases)
>
> Download from [modrinth](https://modrinth.com/mod/no-limit-minecarts)## Usage
### Server
> Install mod on your server/host and set gamerule maxMinecartSpeed to anything you want (in blocks per second).
### Client
> Install mod on your client (fabric api is not necessary), and you can see your vehicle speed in F3 debug HUD.## API
> In version 1.1.0, I added an API for getting player vehicle speed in blocks per second, you can see it in [NoLimitMinecartsApi](src/main/java/ru/nosqd/nlm/api/NoLimitMinecartsApi.java)## Why minecarts is slow when speed is max?
> I've noticed that speed of minecart kinda limited when there are no passengers.## Contributing
> Feel free to contribute, anything, like anything this project started tonight to just have fun with new update.