Download Cubic Racers — Minecraft Mods — ModStock
Cubic Racers

Cubic Racers

Active

Downloads

0

Last update

11 months ago
Client
Fabric
Quilt
Forge
Neoforge
Decor

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

#Settings for all the drop rates from the item box
[item_box_drop_rates]

[item_box_drop_rates.Banana]
#Drop rate of Banana
#Range: 0.0 ~ 100.0
value = 12.5

[item_box_drop_rates.Green_shell]
#Drop rate of Green_shell
#Range: 0.0 ~ 100.0
value = 12.5

[item_box_drop_rates.Mushroom]
#Drop rate of Mushroom
#Range: 0.0 ~ 100.0
value = 12.5

[item_box_drop_rates.Fake_box]
#Drop rate of Fake_box
#Range: 0.0 ~ 100.0
value = 12.5

[item_box_drop_rates.Bob_omb]
#Drop rate of Bob_omb
#Range: 0.0 ~ 100.0
value = 12.5

[item_box_drop_rates.Star]
#Drop rate of Star
#Range: 0.0 ~ 100.0
value = 12.5

[item_box_drop_rates.Thunder]
#Drop rate of Thunder
#Range: 0.0 ~ 100.0
value = 12.5

[item_box_drop_rates.Klaxon]
#Drop rate of Klaxon
#Range: 0.0 ~ 100.0
value = 12.5

#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 = 2.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 = 2.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 = 2.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 = 2.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 = 2.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 = 2.5

______________________________________________________________________________

📌 Installation & Showcase

______________________________________________________________________________

🧡 Credits

For my part, this is the first mod I've created, and I'm quite proud of it. I want to thank Maxmos for encouraging me to undertake this project, but I also want to thank him and TurboMooze3000 for providing me with great kart models!

______________________________________________________________________________

☎️ 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!

La Sacem est sur Discord - La Sacem

Project members
JeSuisMister

JeSuisMister