• • 8/4/25 4:32 am • 11 logs
- 8.9k views • 3 today
- save_alt 1.7k downloads • 0 today
- Game Version
- Minecraft 1.20.1
- Progress
- 100% complete
Added Creditinfo
21

Cubic Racers is a mod aimed at integrating karts into the game for racing with your friends, similar to one of the famous plumber's games.
🚓 The Karts
The karts are vehicles in which you can ride to race with your friends. In addition to being able to be driven on land, they can also be used underwater and in the air. It is also possible to drift, which will give you mini-boosts of varying strength depending on the time you take to execute them.

There are several karts, each with their own style and you can tweaks their stats for speed, acceleration, and handling. It's up to you to find the one that best suits your driving style!
🎁 The Items
The mod also provides items that are obtained when you hit an Item Box with your kart. This Item Box will then give you 1 item out of the 8 available:
Several of these items can be launched forward or backward.
🧱 Road Blocks & Booster
Karts are by default slowed down when they are not on a road blocks (now configurable with config file). These blocks are added via the mod and provide better ground adhesion for the karts, making them faster! Thanks to this, you can create your own circuits with a specific road to follow and off-road areas for the clever ones who thought they could stray from the path.
NEW: Alternatively, you can create your own circuits with any block using the road maker, an item which allows you to place hollow track blocks on top of any other block. As long as your kart is driving through these hollow blocks, it will be able to reach its maximum speed. Basically, this tool allows you to use any block as your main road for your tracks !
Boosters are blocks that suddenly accelerate karts that pass over them.
⛔ The Kart Controller
The Kart Controller is a block that, when powered by redstone, prevents all karts on it from moving. Very useful if you want to prevent all vehicles from moving before the start.

💡 Crafting
All karts, items, and blocks from the mod are craftable:
Crafts Spoiler
Road Blocks




All the Karts






Other




🔧 Config file
You can modify the use of road blocks, the drop rates of the item box, and the karts' statistics (max speed, acceleration, speed boost, and handling) from the configuration file (via "WORLD/serverconfig/cubicracers-server.toml").
Here is the default config file:
Default config file
#Does kart require to be on Road Block to drive at full speed
[road_block_require]
enable = true
#The list of blocks considered as road blocks:
road_blocks_list = ["cubicracers:road_block", "cubicracers:road_block_dirt", "cubicracers:road_block_sand", "cubicracers:road_block_snow", "minecraft:water"]
#Settings for all the drop rates from the item box
[item_box_drop_rates]
[item_box_drop_rates.Bob_omb]
#Drop rate of Bob_omb
#Range: 0.0 ~ 100.0
value = 8.0
[item_box_drop_rates.Mushroom]
#Drop rate of Mushroom
#Range: 0.0 ~ 100.0
value = 20.0
[item_box_drop_rates.Klaxon]
#Drop rate of Klaxon
#Range: 0.0 ~ 100.0
value = 8.0
[item_box_drop_rates.Thunder]
#Drop rate of Thunder
#Range: 0.0 ~ 100.0
value = 1.0
[item_box_drop_rates.Banana]
#Drop rate of Banana
#Range: 0.0 ~ 100.0
value = 20.0
[item_box_drop_rates.Green_shell]
#Drop rate of Green_shell
#Range: 0.0 ~ 100.0
value = 30.0
[item_box_drop_rates.Star]
#Drop rate of Star
#Range: 0.0 ~ 100.0
value = 3.0
[item_box_drop_rates.Fake_box]
#Drop rate of Fake_box
#Range: 0.0 ~ 100.0
value = 10.0
#Settings of all the karts
[karts_settings]
#Settings for the standard_kart
[karts_settings.standard_kart]
#The maximum speed the kart can reach
#Range: 0.1 ~ 10.0
max_speed = 1.0
#The acceleration rate of the kart
#Range: 0.01 ~ 0.1
acceleration_boost = 0.025
#The boost the kart receives
#Range: 0.1 ~ 10.0
boost = 0.5
#The handling rate of the kart
#Range: 1.0 ~ 5.0
handling = 3.5
#Settings for the flame_flyer
[karts_settings.flame_flyer]
#The maximum speed the kart can reach
#Range: 0.1 ~ 10.0
max_speed = 1.0
#The acceleration rate of the kart
#Range: 0.01 ~ 0.1
acceleration_boost = 0.025
#The boost the kart receives
#Range: 0.1 ~ 10.0
boost = 0.5
#The handling rate of the kart
#Range: 1.0 ~ 5.0
handling = 3.5
#Settings for the b_dasher
[karts_settings.b_dasher]
#The maximum speed the kart can reach
#Range: 0.1 ~ 10.0
max_speed = 1.0
#The acceleration rate of the kart
#Range: 0.01 ~ 0.1
acceleration_boost = 0.025
#The boost the kart receives
#Range: 0.1 ~ 10.0
boost = 0.5
#The handling rate of the kart
#Range: 1.0 ~ 5.0
handling = 3.5
#Settings for the zipper
[karts_settings.zipper]
#The maximum speed the kart can reach
#Range: 0.1 ~ 10.0
max_speed = 1.0
#The acceleration rate of the kart
#Range: 0.01 ~ 0.1
acceleration_boost = 0.025
#The boost the kart receives
#Range: 0.1 ~ 10.0
boost = 0.5
#The handling rate of the kart
#Range: 1.0 ~ 5.0
handling = 3.5
#Settings for the mach_celere
[karts_settings.mach_celere]
#The maximum speed the kart can reach
#Range: 0.1 ~ 10.0
max_speed = 1.0
#The acceleration rate of the kart
#Range: 0.01 ~ 0.1
acceleration_boost = 0.025
#The boost the kart receives
#Range: 0.1 ~ 10.0
boost = 0.5
#The handling rate of the kart
#Range: 1.0 ~ 5.0
handling = 3.5
#Settings for the rally_romper
[karts_settings.rally_romper]
#The maximum speed the kart can reach
#Range: 0.1 ~ 10.0
max_speed = 1.0
#The acceleration rate of the kart
#Range: 0.01 ~ 0.1
acceleration_boost = 0.025
#The boost the kart receives
#Range: 0.1 ~ 10.0
boost = 0.5
#The handling rate of the kart
#Range: 1.0 ~ 5.0
handling = 3.5
#Settings for the wild_wiggler
[karts_settings.wild_wiggler]
#The maximum speed the kart can reach
#Range: 0.1 ~ 10.0
max_speed = 1.0
#The acceleration rate of the kart
#Range: 0.01 ~ 0.1
acceleration_boost = 0.025
#The boost the kart receives
#Range: 0.1 ~ 10.0
boost = 0.5
#The handling rate of the kart
#Range: 1.0 ~ 5.0
handling = 3.5
#Settings for the wild_wing
[karts_settings.wild_wing]
#The maximum speed the kart can reach
#Range: 0.1 ~ 10.0
max_speed = 1.0
#The acceleration rate of the kart
#Range: 0.01 ~ 0.1
acceleration_boost = 0.025
#The boost the kart receives
#Range: 0.1 ~ 10.0
boost = 0.5
#The handling rate of the kart
#Range: 1.0 ~ 5.0
handling = 3.5
📌 Installation & Showcase
🧡 Credits
For my part, I'm quite happy with what I've done. It's the first mod I've created, and I hope to be able to improve it at my own pace with future updates. I also want to thank:
- Maxmos for encouraging me to start this project, but especially for the amazing work he's done on the models and textures!
- TurboMooze3000, Mr.AAA, Subi, and Zitro for all the work they've put into the mod!
☎️ Want to make feedback ?
The comments section on CurseForge isn't very appropriate for reporting bugs or providing feedback. Therefore, you can join our Discord to stay updated on updates, provide feedback, or simply engage with our members!

11 Update Logs
1.5.1 : by JeSuisMister 08/04/2025 4:32:29 amAugust 4, 2025 @ 8:32 am UTC
- Forgot to remove the debug speed HUD
LOAD MORE LOGS
6269348
7


![Mario (Super Mario 64) [Nintendo 64]](https://static.planetminecraft.com/files/resource_media/preview/sm64marioremade-11707016-e1350-minecraft-skin.jpg)

Have something to say?