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

[Feature]: Have Display Item show on the block when you place it down (using a local cache) #29

Closed Boden-C closed 3 months ago

Boden-C commented 3 months ago

Request Description

While the server doesn't send placed shulker contents to the client, it might be possible if you cache the BlockPos and display icon locally every time you place a shulker box.

The example image is from Shulker+ though that is done by both client and server

This would probably be a lot harder than my other issue #28 though

Images

image

Fabric Version

No response

Additional Context

No response

AdamRaichu commented 3 months ago

Linking #27 for context.

BVengo commented 3 months ago

Thanks Boden.

It's an awesome mod idea that I'd like to implement, but for now I'll mark it as out of scope. I know there's been a couple of requests for it (which I won't forget!), but unfortunately I don't see myself finding the time to implement it as thoroughly as I would like to in the near future.