Minecraft Mods

[1.20.1] Cubic Racers - 1.4.1

  • 4,717 views, 12 today
  • 940 downloads, 3 today
  • 21
  • 32
  • 8
JeSuisMister
Level 38 : Artisan System
14
width=850
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.

width=850

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:

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

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

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

width=20 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).

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

width=20 Mushroom: Provides a temporary speed boost to your kart.

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

width=20 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.

width=150

💡 Crafting


All karts, items, and blocks from the mod are craftable:

Crafts Spoiler
Road Blocks
width=300
width=300
width=300
width=300

All the Karts
width=300
width=300
width=300
width=300
width=300
width=300

Other

width=300

width=300

width=300




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

La Sacem est sur Discord - La Sacem
Credithttps://www.planetminecraft.com/member/maxmos/
Progress100% complete
Game VersionMinecraft 1.20.1
Tags

9 Update Logs

BETA Rework Synch : by JeSuisMister 10/02/2024 12:45:33 pmOct 2nd, 2024

Kart Rework
  • A rewrite of a major part of the code was done to solve the client/server synchronization issue with the karts (the kart was not at the position the server thought it was).
LOAD MORE LOGS

Create an account or sign in to comment.

User5397136G
10/04/2024 11:33 am
Level 1 : New Miner
cant use
1
Fantezy
01/03/2025 1:23 am
Level 26 : Expert Birb Birb
elaborate
1
Fantezy
07/01/2024 1:53 am
Level 26 : Expert Birb Birb
is this addon compatible with Automobility by FoundationGames?
1
Maxmos
05/12/2024 10:15 am
Level 72 : Legendary Pokémon
Super mod, j'ai bien aimé la partie ou le kart il roule
C visuellement très stylé
Le code g vu c sympa aussi, nn vrmnt super taf

Merci pour les crédits
N'hésite pas à me faire plus de publicité dans le futur, notre collaboration n'en sera que meilleure et nous dominerons la planète du monde virtuelle qu'est minecraft sans E.
2
JeSuisMister
05/12/2024 10:15 am
Level 38 : Artisan System
feur
2
Maxmos
05/12/2024 10:16 am
Level 72 : Legendary Pokémon
bien dit, criant de vérité
2
Steeles100
05/11/2024 5:10 am
Level 1 : New Miner
this awesome! also i was wondering is the karts suppose to pull other people close? for some reason that happens with me and my friends when we try to race
2
JeSuisMister
05/11/2024 8:27 am
Level 38 : Artisan System
No, it's not normal, sorry!!! I fixed the bug, you can download version 1.0.1 on CurseForge (CurseForge is verifying the .jar, the version should be available later today).
1

Welcome