Minecraft Mods

Car Add-on by darkmazeblox. [Bedrock edition]

  • 17,452 views, 2 today
  • 5,174 downloads, 0 today
  • 18
  • 15
  • 10
Darkmazeblox's Avatar Darkmazeblox
Level 58 : Grandmaster Creeper
134
Hello everyone I'm darkmazeblox. This add-on adds 9 different colours cars in minecraft. There are all same except colours . The speed is 5 blocks per second. It has a inventory and ( actually I didn't get time to rest the inventory but I hope it's ok ) very fast. The interior looks good and to get on the car you have to click on the engine area . Enjoy!





If you have any trouble downloading the add-on then plz let me.
Progress100% complete
Game VersionMinecraft 1.18
Tags

Create an account or sign in to comment.

dragonbobo
01/26/2023 1:15 pm
Level 10 : Journeyman Dragon
dragonbobo's Avatar
When I spawn them in I can ride it but its invisible.
But great mod!
2
User4025572D
03/14/2022 1:18 pm
Level 1 : New Miner
User4025572D's Avatar
package net.minecraft.enchantment;

import net.minecraft.item.Item;
import net.minecraft.item.ItemArmor;
import net.minecraft.item.ItemBow;
import net.minecraft.item.ItemFishingRod;
import net.minecraft.item.ItemSword;
import net.minecraft.item.ItemTool;

public enum EnumEnchantmentType
{
ALL,
ARMOR,
ARMOR_FEET,
ARMOR_LEGS,
ARMOR_TORSO,
ARMOR_HEAD,
WEAPON,
DIGGER,
FISHING_ROD,
BREAKABLE,
BOW;

/**
* Return true if the item passed can be enchanted by a enchantment of this type.
*/
public boolean canEnchantItem(Item p_77557_1_)
{
if (this == ALL)
{
return true;
}
else if (this == BREAKABLE && p_77557_1_.isDamageable())
{
return true;
}
else if (p_77557_1_ instanceof ItemArmor)
{
if (this == ARMOR)
{
return true;
}
else
{
ItemArmor itemarmor = (ItemArmor)p_77557_1_;
return itemarmor.armorType == 0 ? this == ARMOR_HEAD : (itemarmor.armorType == 2 ? this == ARMOR_LEGS : (itemarmor.armorType == 1 ? this == ARMOR_TORSO : (itemarmor.armorType == 3 ? this == ARMOR_FEET : false)));
}
}
else
{
return p_77557_1_ instanceof ItemSword ? this == WEAPON : (p_77557_1_ instanceof ItemTool ? this == DIGGER : (p_77557_1_ instanceof ItemBow ? this == BOW : (p_77557_1_ instanceof ItemFishingRod ? this == FISHING_ROD : false)));
}
}
}
2
Darkmazeblox
03/14/2022 11:33 pm
Level 58 : Grandmaster Creeper
Darkmazeblox's Avatar
What is this?
1
whenyo
01/02/2022 5:37 am
Level 5 : Apprentice Miner
whenyo's Avatar
What are the car's called I can't find them when I got the mod... I mean addon
3
Darkmazeblox
01/03/2022 12:25 am
Level 58 : Grandmaster Creeper
Darkmazeblox's Avatar
They are called car like car_red , blue etc. The add-on maker I used to make them named them llagardo or something but I didn't like the name so I changed it to car .each car name depends on it's colour like red car is car_red and blue car is car_blue . If you have any questions ask me.
3
Darkmazeblox
01/18/2022 10:34 pm
Level 58 : Grandmaster Creeper
Darkmazeblox's Avatar
I remember it called Lamborghini llargadro .
3
User3946775G
12/15/2021 1:03 pm
Level 1 : New Miner
User3946775G's Avatar
geht es auch für java
4
The One And Only Collin
01/12/2022 12:09 pm
Level 3 : Apprentice Miner
The One And Only Collin's Avatar
es funktioniert nicht für java
3
Darkmazeblox
01/12/2022 10:31 pm
Level 58 : Grandmaster Creeper
Darkmazeblox's Avatar
It wouldn't work for java.
1
Darkmazeblox
12/15/2021 9:53 pm
Level 58 : Grandmaster Creeper
Darkmazeblox's Avatar
This add-on is not available for java( by the way I had to Google translate to know what you mean).
2
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome