copygirl / BetterStorage

A Minecraft mod aimed at offering more storage options.
http://copy.mcft.net/mc/BetterStorage/
MIT License
57 stars 33 forks source link

Keys not getting proper codes? #225

Closed HyperMan19680 closed 10 years ago

HyperMan19680 commented 10 years ago

I noticed that for a few versions that Keys and Locks don't seem to get their item codes that keeps people from using a different key to get in the lock.

Like, Key 1 should open Lock 1 but not Key 2 unless enchanted to unlock and the like.

Copygirl, what's up with that?

copygirl commented 10 years ago

Works as intended. I can make two keys, one lock with one of the keys, and only the correct key can open the lock.

By "codes" you're probably talking about the damage value of the key / lock. This has been moved over to the item's NBT data, since locks now can be damaged as well (so can't use that for the lock's "ID" anymore). This was quite a long time ago.