Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contents GUI #6

Open
Hellcode48 opened this issue Jan 20, 2021 · 7 comments
Open

Contents GUI #6

Hellcode48 opened this issue Jan 20, 2021 · 7 comments
Labels
enhancement New feature or request

Comments

@Hellcode48
Copy link

Describe the new feature
A GUI to view and take contents of cauldron

How will it work?
SHIFT+RIGHT-CLICK Cauldron to open a chest GUI where you can view all contents that are in the cauldron and even take out the items (alternate way to breaking cauldron)

@Hellcode48 Hellcode48 added the enhancement New feature or request label Jan 20, 2021
@2008Choco
Copy link
Owner

2008Choco commented Jan 20, 2021

Ideally I'd like to avoid having any sort of GUI or something to that degree in order to remove items from the cauldron. In my opinion, it takes away from the immersion because it implies that you're kind of just reaching your hands into a boiling cauldron which doesn't seem right to me 😛

However, you can still take out items from the cauldron without breaking it. If you take out just the water from the cauldron (i.e. with a bucket or a glass bottle), the items will drop and you can pick them up! I figured that was a reasonable compromise because you can refill the cauldron up again immediately after draining it.

@Hellcode48
Copy link
Author

Okay hear me out, how bout a neat animation to show items in cauldron by having them floating above cauldron in a magical way when you shift+right click (it will do a cool animation then after say 5 seconds go back into cauldron)

@2008Choco
Copy link
Owner

It's actually funny you mention that. Not long ago I wrote a Fabric mod for VeinMiner to integrate with servers that have the plugin installed and display some client-sided information when pressing a custom keybind. After writing it I had come up with the idea earlier today to write an optional client-sided mod for Alchema that does pretty much what you describe. I think if I can better wrap my head around client-sided rendering, that's something I want to do :)

@Hellcode48
Copy link
Author

If anything ask the dev of InteractionVizualizer, he pretty much got client side stuff down to a T

@2008Choco
Copy link
Owner

2008Choco commented Jan 20, 2021

InteractionVisualizer is server-sided (though displayed client-sided) but that is definitely something I could optionally integrate with. I would have to look more into that for at least a server-sided solution that doesn't rely on a client-sided mod. I will investigate further

@Hellcode48
Copy link
Author

Well I think the use of a client-side mod defeats the point of running a spigot server (the point of running a spigot server is so that players don't need a mod installed to play). I think you should try for the server-side solution as well at least for those like me who don't want a client-side mod

@2008Choco
Copy link
Owner

Well I think the use of a client-side mod defeats the point of running a spigot server (the point of running a spigot server is so that players don't need a mod installed to play). I think you should try for the server-side solution as well at least for those like me who don't want a client-side mod

Absolutely agreed! Server sided is my priority and that will continue to be the case 😄 I will find some sort of solution to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants