dorianpb / cem

Reimplementation of Custom Entity Models in Minecraft for the Fabric Modloader
GNU Lesser General Public License v3.0
125 stars 38 forks source link

[BUG] Add shulker box models/textures support #117

Open EGOIST1372 opened 1 year ago

EGOIST1372 commented 1 year ago

Version

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):

MendingNights commented 1 year ago

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/" } ] }

EGOIST1372 commented 1 year ago

@MendingNights I tried it and it didn't worked