hammy275 / immersive-mc

A Minecraft mod to make Minecraft more immersive!
GNU Lesser General Public License v3.0
62 stars 9 forks source link

Beacon Improvement Idea #355

Open hammy275 opened 8 months ago

hammy275 commented 8 months ago

Instead of the system we have now, there would be every effect option that one could pick (at max-tier, there would be 10 options, 5 for each effect at level 2, and 5 for the effect + regen, with an II or the regen heart at the bottom right of the icon to show which is which).

A player would grab the option with one hand, have the payment material in the other, then put them both into the beacon at the same time, which would cause the effect to change.

I'd very likely have to keep the old system around for non-VR players, so adding an option to use that system for VR players wouldn't take much.

hammy275 commented 6 months ago

Since having both of these in the same ImmersiveBeacon class would be an absolute nightmare, I need to devise a system for swapping immersives on the fly. I have a few ideas, listed in the order I like the most to least, though which one to go with is the question I'm still thinking on, especially given #273:

hammy275 commented 3 months ago

I think most of the above do genuinely complicate the API in a way that really isn't ideal. We should either:

  1. Make ImmersiveBeacon support both (or make the new one support non-VR)
  2. Do the proxy system similar to the third bullet point above, but only for the beacon, and not part of the API.