Place the PNG textures you attached into these paths (create the folders if missing):

- `src/main/resources/assets/disenchant-plus/textures/item/black_book.png`
  - Icon texture for the `black_book` item (attachment 3 in your last message looks like a book).

- `src/main/resources/assets/disenchant-plus/textures/block/disenchanter_top.png`
- `src/main/resources/assets/disenchant-plus/textures/block/disenchanter_bottom.png`
- `src/main/resources/assets/disenchant-plus/textures/block/disenchanter_side.png`
  - Textures for the `disenchanter` block. The top texture should show any decorative top (book slot), side for the body, bottom for underside.

- Optional: `src/main/resources/assets/disenchant-plus/textures/item/disenchanter.png`
  - If you want a custom item icon for the Disenchanter (otherwise the block model will be used).

After copying, run `./gradlew runClient` in the project root to reload the dev client and verify visuals.
