Cubic Racers [Forge]

Quick rating

Community listing page, reviews here may not be monitored by the author.

Cubic Racers [Forge]

No reviews yet

A Furious Racing Mod !

Tech
QoL & Tweaks
Mod Loaders
Forge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
CubicRacers-1.20.1-1.5.1-forge.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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:

description_ff98b593-e62a-46e8-a7c3-0b345d9f7bbd.png

______________________________________________________________________________

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

Screenshots

Gallery

  • Thumbnail
    Thumbnail by Maxmos
  • All The Karts
    All The Karts -
  • Kart GUI
    Kart GUI -
  • All the blocks and items
    All the blocks and items -

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~37,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works