Adding locks to new cars gives broken key with ID of 0Solved
You might see this glitch if you are bypassing regular crafting with the OnItemCraft hook.

Because some plugins aren't handling the instanceData. 

This fixed it for me.

if (task.instanceData != null)
	itemOutput.instanceData = task.instanceData;​

Posting in case anyone else has a plugin that is breaking keys.
I think it's related to only modded servers but when you create a key the key its ID is 0   works fine though on vanilla. 

Thank you
Well you can just blacklist "car.key" and all problems will be solved
thanks
5ba216a6d7f65.png Orange
Well you can just blacklist "car.key" and all problems will be solved

Sorry bud but it needs to be put under normal items not blacklist. Blacklisting it prevents it from being crafted at all. Have tested it on your instacraft plugin this way and it works.

use latest oxide
cannt use key
AAAAA
use latest oxide
cannt use key

Please see above.

This isn't really an Oxide issue per se, but I can look at adding a patch to the game to resolve it for plugins.

add to black list of craft?
AAAAA
add to black list of craft?
The first post.
Hello!
Is this bug on only mine side or it is bug for everyone?
Whenever i create lock to car on lift, there is ID 0.... cannot unlock with lock on car...
also fuel indicator always lights on E (empty) even when its full.
5e13a8d5b2bc5.jpg Wulf
The first post.

What is the short name of car key? Or what to do, im confused a bit...

Merged post

Got it thx..
anyone know a fix for this iv tried to find the mod making the problem but had 0 luck so far
5e5d6868e5514.jpg?uid=5e5d68770e9d8 moonman52

Sorry bud but it needs to be put under normal items not blacklist. Blacklisting it prevents it from being crafted at all. Have tested it on your instacraft plugin this way and it works.

I put the info on how to fix it if your using Oranges instacraft plugin like 7 lines up. The shortname for the key is "car.key" and you just add it to the normal items list in the config for instacraft.

If your using Whispers88's crafting controller plugin then i believe if you type into the console "crafting.itemrate car.key 100" should have the same effect.

Thanks moon This fixed the issue bet you dont know how to fix the 0 fuel in car and fuel light on even tho 500 in the tank do ya lol
Locked automatically