Mineuniverse
Log in Register
Mods

Cubic Racers [Forge]

A Furious Racing Mod !
by JeSuisMister
Download Claim this project
36,670 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Cosmetic Player Transport Technology Utility & QoL

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 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:

 

Banana: Spawns a banana. This banana will stun a kart when it collides with it.

Bomb-Omb: Spawns a bomb. This bomb will explode after a certain time or when a kart comes into contact with it.

Fake Box: Spawns a fake item box. This fake item box will stun a kart when it collides with it.

Green Shell: Spawns a shell. This shell will travel in the direction it was launched until it hits a kart (which will stun it) or a wall (can bounce up to 3 times).

Klaxon: Creates a shockwave around your kart. This shockwave will stun all karts caught in it.

Mushroom: Provides a temporary speed boost to your kart.

Star: Temporarily makes your kart invincible and boosts its speed.

Thunder: Summons a thunderstorm on all opponent karts, stunning them.

 

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:

______________________________________________________________________________

🔧 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:

 
#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!
CubicRacers-1.20.1-1.5.1-forge.jar
MC Client, 1.20.1, Forge, Server
Release 2025-08-04 Get
CubicRacers-test-rework-synch.jar
MC Client, 1.20.1, Forge, Server
Alpha 2024-10-02 Get
CubicRacers-1.20.1-1.4.1-forge.jar
MC Client, 1.20.1, Forge, Server
Beta 2024-10-01 Get

More from JeSuisMister

Regenerating Ores [NeoForge]
89,969
Cobblemon TM [NeoForge]
177,011

You Might Also Like

Telepad
Taking teleports to a whole new level
989,035
Better Flight [Forge]
Flap your elytra wings to fly higher!
961,225
Rideable Blazes
Allows you to equip a saddle onto a Blaze and ride it around
96,841
Colds: Speeders (FORGE)
Adds a ton of super fast speeders to help you get around!
96,690
Nexus Dimension
Teleportation done right. A reimagining of the Nether Hub.
96,059
Cam's Parts and Signs Pack [FVTM Content Pack]
Signs and basic parts for my other (future) FVTM content Packs. 400ish road signs.
9,983