cem icon indicating copy to clipboard operation
cem copied to clipboard

[BUG] Add shulker box models/textures support

Open EGOIST1372 opened this issue 2 years ago • 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

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

EGOIST1372 avatar Feb 11 '23 23:02 EGOIST1372

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

MendingNights avatar Feb 16 '23 02:02 MendingNights

@MendingNights I tried it and it didn't worked

EGOIST1372 avatar Feb 19 '23 04:02 EGOIST1372