[BUG] Add shulker box models/textures support
EGOIST1372 opened this issue · 2 comments
Version
- [✔ ] I am using the latest version of CEM
Describe the bug
I found a resource pack that changes shulker boxes texture and model by changing the name of the shulker in anvil but models are black and purple and broken
this resource pack also uses in Hermitcraft SMP as well so if you fix this Hermitcraft player would switch to CEM
there are 2 packs that one is addon to the first pack.
https://www.curseforge.com/minecraft/texture-packs/visual-shulker-labels/
https://www.curseforge.com/minecraft/texture-packs/visual-shulker-labels-2d-display-addon
Expected behavior
to work as intended and show the correct texture and model
Screenshots
Desktop (please complete the following information):
- OS: windows 10 pro
- Minecraft Version: 1.19.3
You have to edit the resource pack. The creator of the pack hasn't updated it to work with the new atlases.
- Create a .JSON file and name it "blocks".
- Copy and paste the code below to the blocks.JSON file.
- Create a folder named "atlases" inside the Minecraft folder of the Visual Shulker Labels resource packs.
- Put blocks.JSON into the "atlases" folder.
{ "sources": [ { "type": "directory", "source": "entity/shulker", "prefix": "entity/shulker/" } ] }
@MendingNights I tried it and it didn't worked