OpenMods / OpenPeripheral-Addons

An addon for OpenPeripheral, adding physical blocks and items to the game
MIT License
11 stars 10 forks source link

Terminal Glasses #71

Open TechnicianLP opened 8 years ago

TechnicianLP commented 8 years ago

It would be nice if the glasses could be crafted together with any helmet and still remains its functinality (maybe adding a custom nbt tag to the helmet for tracking glasses) or something like an enchantment

Selim042 commented 8 years ago

I don't know exactly what you want to put them on, but I have a mod called 'Omni-Things', might work for your purposes.

TechnicianLP commented 8 years ago

Not exactly what i wanted i wanted an option to add the Glass-GUI to any helmet so i dont have to give up protection or a set Bonus but still have the option to display anything on screen after having a brief look over the code it should not be too hard to do it via a NBT-Tag

natedogith1 commented 8 years ago

I'd like to see this too. I also wanted to mention that bilbiocraft does something like this (using an enchantment) for its reading glasses. I'd prefer an NBT tag though, as some armor doesn't like enchantments (and you'd probably need an NBT tag anyways to store the bridge id)

boq commented 8 years ago

This was already suggested few times, but there are few things that block me from implementing it:

TechnicianLP commented 8 years ago

But you don't have to scan for the glasses? ....

boq commented 8 years ago

OP needs to send current state of glasses exact moment player puts it on. Also, there is this event for new user.

natedogith1 commented 8 years ago

Could you have the glasses also be a bauble?

TechnicianLP commented 8 years ago

if i could like comments you would get one ...

nevercast commented 8 years ago

Somewhat duplicate: https://github.com/OpenMods/OpenPeripheral-Addons/issues/67