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

Added rendering on item frames and players; switching shulker and item when full and randomized display. #14

Closed vlad2305m closed 1 year ago

vlad2305m commented 1 year ago

Also did some refactoring and replaced skull support with NBT support; the performance is approximately the same.

BVengo commented 1 year ago

Woah there, slow down! I appreciate the help and effort, but that's a lot of changes and features to pack into a single PR.

If you're going to make PRs, please break them down into individual issues first and address only one at a time. Refactoring is also its own PR, because you change the structure of the existing project.

You should also have updated your own fork to the latest version before making a PR - it looks like you're still on the 1.19.3 version!

I'll close this for now and we can discuss potential features further through GH issues. Things may move slowly though, because I'm quite busy right now.