Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tryashtar/shulker-preview
Data+resource pack for viewing inside of shulker boxes in your inventory
https://github.com/tryashtar/shulker-preview
datapack minecraft
Last synced: about 1 month ago
JSON representation
Data+resource pack for viewing inside of shulker boxes in your inventory
- Host: GitHub
- URL: https://github.com/tryashtar/shulker-preview
- Owner: tryashtar
- Created: 2019-07-31T19:21:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T04:17:25.000Z (about 2 months ago)
- Last Synced: 2024-10-28T07:14:26.211Z (about 2 months ago)
- Topics: datapack, minecraft
- Language: mcfunction
- Homepage: https://tryashtar.github.io/shulker-preview
- Size: 110 MB
- Stars: 61
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Downloads
|Version|Download|
|---|---|
|Minecraft 1.21.2|• [Data Pack](1.21/Shulker%20Preview%20Data%20Pack%20(1.21).zip?raw=1)
• [Resource Pack](1.21/Shulker%20Preview%20Resource%20Pack%20(1.21).zip?raw=1)|
|Minecraft 1.20.5|• [Data Pack](1.20/Shulker%20Preview%20Data%20Pack%20(1.20.5).zip?raw=1)
• [Resource Pack](1.20/Shulker%20Preview%20Resource%20Pack%20(1.20.5).zip?raw=1)|
|Minecraft 1.19|• [Data Pack](1.19/Shulker%20Preview%20Data%20Pack%20(1.19).zip?raw=1)
• [Resource Pack](1.19/Shulker%20Preview%20Resource%20Pack%20(1.19).zip?raw=1)|
|Minecraft 1.18|• [Data Pack](1.18/Shulker%20Preview%20Data%20Pack%20(1.18).zip?raw=1)
• [Resource Pack](1.18/Shulker%20Preview%20Resource%20Pack%20(1.18).zip?raw=1)|
|Minecraft 1.17|• [Data Pack](1.17/Shulker%20Preview%20Data%20Pack%20(1.17).zip?raw=1)
• [Resource Pack](1.17/Shulker%20Preview%20Resource%20Pack%20(1.17).zip?raw=1)|
|Minecraft 1.16|• [Data Pack](1.16/Shulker%20Preview%20Data%20Pack%20(1.16).zip?raw=1)
• [Resource Pack](1.16/Shulker%20Preview%20Resource%20Pack%20(1.16).zip?raw=1)|
|Minecraft 1.15|• [Data Pack](1.15/Shulker%20Preview%20Data%20Pack%20(1.15).zip?raw=1)
• [Resource Pack](1.15/Shulker%20Preview%20Resource%20Pack%20(1.15).zip?raw=1)|
|Minecraft 1.14.3|• [Data Pack](1.14/Shulker%20Preview%20Data%20Pack%20(1.14).zip?raw=1)
• [Resource Pack](1.14/Shulker%20Preview%20Resource%20Pack%20(1.14).zip?raw=1)|---
### How to use
- Download the data pack and resource pack for your Minecraft version.
Add the data pack to your world.
- Open your world's folder.
- Drag the data pack zip from your
Downloads
folder to thedatapacks
folder in your world.
Equip the resource pack.
- Go to the resource packs screen.
- Drag the resource pack zip from your
Downloads
folder onto the screen.
- Move the pack from
Available
toSelected
- Enter your world and enjoy!
---
### FAQ
* Does this work with Bukkit/Spigot/Paper?
* No guarantees. I have experienced countless issues with these modded servers breaking vanilla behavior that this pack requires.
* Does this work with Optifine?
* Yes.
* Does this work with other resource packs?
* Items in the preview will look as they do in your personal resource pack, but blocks will appear with vanilla textures.
* What happens if players don't have the resource pack?
* They will see the vanilla shulker box tooltip, though it may contain a few extra lines.
* How do I enable/disable ender chest previews?
* Run `/function tryashtar.shulker_preview:config/show_settings` and click the buttons to toggle this feature.
* How do I completely uninstall the pack?
* After disabling or removing the pack, the following artifacts will remain and must be cleared manually:
* The `shulker_preview` scoreboard objective. This can be removed with `/scoreboard objectives remove shulker_preview`.
* The temporary values saved to NBT storage. This can be removed by deleting the `command_storage_tryashtar.shulker_preview.dat` file from your world's `data` folder.
* Any existing shulker boxes will still show the preview in the tooltip. To remove it, simply place and break the shulker box after the pack has been disabled.
* It's not working for me!
* First, please [follow these instructions](https://imgur.com/a/rBukto5) to diagnose and solve some very common issues.
* If that didn't fix your problem, feel free to message me on twitter ([@tryashtar](https://twitter.com/tryashtar)) or discord (@tryashtar) and I will be happy to help.### Changelog
```diff
Current 1.21 version
+ All 1.21 items
+ All winter drop experimental items
+ Bee nests/hives show honey when fullCurrent 1.20 version
+ All 1.20 items
+ All 1.21 experimental items
+ Use "fallback" feature instead of old translation-detection trick
+ Fixed artifacts in some mangrove block textures
+ Armor trims show on trimmed items
+ Decorated pots show their patterns
+ All colorable items show exact colors
+ Bundles show their fill percentage
+ Option for colored tooltips
+ Ender chest previews are now enabled by default
+ Use storage instead of entities to construct tooltip
+ Use macros instead of function trees to generate translations
+ Tooltip and number textures come from your resource packCurrent 1.19 version
+ All 1.19 itemsCurrent 1.18 version
+ All 1.18 items (all one of them)Current 1.17 version
+ All 1.17 items
+ Unknown items show a missing texture instead of messing up the order
+ No longer requires forceloaded chunkCurrent 1.16 version
+ All 1.16 items
+ Now uses custom font, preventing potential private use conflicts
+ Item textures use the player's current resource pack
+ Banners and shields show their pattern
+ Custom colored armor, potions, etc. show approximate colors
+ When ender chest previews are enabled, ender chests showing the same preview can stack
+ New settings menu for toggling previews for shulker boxes and ender chestsCurrent 1.15 version
+ All 1.15 items
+ When Bukkit server is detected, switches to slower but fewer-character lore generation method
+ Detects when Bukkit mangles lore, and adds text to the tooltip notifying youCurrent 1.14 version
+ All 1.14 items
+ Option to preview ender chests
+ Optifine compatibility
+ No longer crashes on certain graphics cards
+ Show custom item name in tooltip
+ More accurate durability bars
+ Data pack no longer requires clicking forceload text
+ Default Minecraft tooltip appears for players without the packVideo release
+ Dropped shulker box items are processedInitial release (reddit)
```