MCPets
  • MCPets
    • ๐Ÿ‘‹ Welcome
    • ๐Ÿฆฆ Get pets (+ Free otter)
    • ๐Ÿงช Upcoming features
  • Common issues
    • ๐Ÿ”ด Common issues
      • Requirements
      • My pet is removed on spawn
      • My pet is revoked on spawn
      • My pet looks like floating horse armors or doesn't look right
      • My pet leaves anchor mobs behind on server restart or chunk unloading
      • My pet has purple/black weird textures
      • My pet doesn't have its model applied
      • My pet can't be named
      • My pet can't be mounted
      • Pet experience : my pet is not getting any experience
      • ItemsAdder: I can't see the pet
      • Category : I can't see my pets
      • Texture Pack: merging custom items packs (1.21.3 and prior)
      • Atlases issues: purple/black icons
      • 1.21.4 Resource pack changes
      • Worldguard: making pet spawn in mob denied areas
  • Tutorials
    • โœจ Setup your first pet
    • ๐Ÿ”ฅ Pet features
      • Living Pet
        • Pet Experience
        • Modifiers
        • Taming
        • Pet Food
      • Pet Mount
      • Signal Stick
      • Pet Inventory
      • Skins
    • ๐Ÿ“œ Placeholder API support
    • ๐Ÿฒ MythicMobs add-ons
    • ๐Ÿ“ Config templates
      • Config file
      • Pet config
    • โš™๏ธ Plugin features
      • Commands
      • Permissions
      • Categories
      • Blacklisted Words
      • Custom Icons
      • WorldGuard flags
Powered by GitBook
On this page

Was this helpful?

  1. Common issues
  2. ๐Ÿ”ด Common issues

ItemsAdder: I can't see the pet

PreviousPet experience : my pet is not getting any experienceNextCategory : I can't see my pets

Last updated 1 year ago

Was this helpful?

Most likely you didn't import the file from Model Engine into your ItemsAdder resource pack, or partially or not correctly.

An easy fix is to take the folder assets into ./plugins/ModelEngine/resource pack/ and drop it where your "assets" folder is located in ItemsAdder (./plugins/ItemsAdder/data/resource_pack) or the other resource pack manager you use.

Merge the two "assets" folder (the one from ModelEngine into ItemsAdder).

In case there is any conflict, you can check that to understand how to handle them.

If you have a conflict involving the item leather_horse_armor.json, overwrite the file from ItemsAdder if you want to prioritize the models.

However, note that conflicts that are handled by overwriting files will be problematic at some point, so you rather want to learn how to handle them as explain in that .

helpful tutorial
tutorial