Custom Entity Models (CEM)

Custom Entity Models (CEM)

5M Downloads

[BUG] Add shulker box models/textures support

EGOIST1372 opened this issue · 2 comments

commented

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

image
2023-02-12_02 36 51
2023-02-12_02 36 34

optifine:
image

Desktop (please complete the following information):

  • OS: windows 10 pro
  • Minecraft Version: 1.19.3
commented

You have to edit the resource pack. The creator of the pack hasn't updated it to work with the new atlases.

  1. Create a .JSON file and name it "blocks".
  2. Copy and paste the code below to the blocks.JSON file.
  3. Create a folder named "atlases" inside the Minecraft folder of the Visual Shulker Labels resource packs.
  4. Put blocks.JSON into the "atlases" folder.

{ "sources": [ { "type": "directory", "source": "entity/shulker", "prefix": "entity/shulker/" } ] }

commented

@MendingNights I tried it and it didn't worked