Mr Crayfish vehicle mod
joaofccorreia opened this issue ยท 9 comments
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 !
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?
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...
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.
I discovored that transport that you crafted on work station work without any issues
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.
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
Are you using a vehicle create or a command? If a command, what is the full command you are entering?
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