BVengo / simple-shulker-preview

A minecraft fabric mod that displays a configurable icon indicating the contents of a shulker box, as well as a capacity bar.
GNU Lesser General Public License v3.0
8 stars 8 forks source link

Placed Shulkers Preview #27

Closed AdamRaichu closed 7 months ago

AdamRaichu commented 9 months ago

See commit messages for detailed list of changes.

Closes #26.

TODO List:

BVengo commented 9 months ago

Thanks for looking into this Adam.

Flagging some other issues that I'd want resolved before properly adding this as a feature (requires server-side support):

I have some ideas about how I'd go about implementing this (using a subscription system across server/client), but it will take some time due to my availability.

AdamRaichu commented 9 months ago

I have some ideas about how I'd go about implementing this (using a subscription system across server/client), but it will take some time due to my availability.

Great! In that case, I will stop working on trying to update icon onUse. I have a couple more unpushed changes (related to rotation) that I will clean up and push, but then I will be unable to be helpful much more because I haven't done any work with networking.

BVengo commented 7 months ago

Thanks Adam. I'm going to close this one for now (see #26), but it will definitely be a handy pull request to reference should I look into this further in future.