MrCrayfish / MrCrayfishVehicleMod

Adds in working vehicles into Minecraft
Other
143 stars 97 forks source link

Mr Crayfish vehicle mod #526

Open joaofccorreia opened 2 years ago

joaofccorreia commented 2 years ago

Hello ! I have recently created a minecraft server with Mr Crayfish vehicle mod However, when I try to spawn any car, a message appear saying "unable to summon object"

And yes, i have the corret mod version and obfuscate version too

Could someone help me with this issue ?? I would appreciate a lot !

MrCrayfish commented 2 years ago

Are you using a vehicle create or a command? If a command, what is the full command you are entering?

Fredyman95 commented 1 year ago

Hello, Whats the right syntax for summon command in version 0.44.1 - minecraft version 1.12.2, please?

I tired all variations of this command:

/summon vehicle:go_kart {hasEngine: 1, engineTier: 2, color: 11546150, wheelType: 5}

but vehicle is still spawned without engine, with white color chassis and default wheels

Many thanks in advance

Shybenyk commented 5 months ago

I'm having a similar problem. I manage to place a box with transport, but the animation does not play and the transport does not appear. Has anyone found a solution to this problem?

Fredyman95 commented 5 months ago

I found right syntax few days after I posted my comment (in January 2023) So its no problem with mod, but you must know right syntax...

Shybenyk commented 5 months ago

So I cant't use this mod on my server?

Fredyman95 commented 5 months ago

I never said that :D I summon or delete vehicles by commands on server with no problems at all. Problem was that command was wrong - incomplete or wrong format.

Shybenyk commented 5 months ago

I discovored that transport that you crafted on work station work without any issues

Fredyman95 commented 5 months ago

How I said, problem is only with summon or give command. Thats all. You are missing one something in that command. I will be home today so I will post it here. But i think that data are stored as bytes.

Fredyman95 commented 5 months ago

So I found summon command syntax:

/summon vehicle:<type> <x> <y> <z> {hasEngine: 1b, engineTier:<number of tier>, wheelType: <number of wheel type>, color:[I;<RGB code>]}

So filled command cam look like that:

/summon vehicle:go_kart ~ ~ ~ {hasEngine: 1b, engineTier:2, wheelType: 4, color:[I;174,230,10]}

I hope it will help all of you