Skip to content

Texture missing of Teleport Tether in additionalpipe #60

Description

@AyaSapphire

Was this bug reported before?

  • No, it was not.

Please provide a link to your crash report or latest.log, if relevant

No response

If you have any, please provide a list of additional mods

No response

Please describe the issue you are experiencing

Description
In the current version of the mod, the block model for the Teleport Tether displays correctly when placed in the world, but its item model (in inventory or as a dropped item) is completely missing/invisible.

Steps to Reproduce

  1. Obtain a Teleport Tether item.
  2. Look at the item in your inventory or drop it on the ground.
  3. Observe that the item has no visible model (it appears as a blank/transparent texture).

Expected Behavior
The item should show the same model as the placed block.

Actual Behavior
The item model is missing, making the item invisible and hard to interact with.

Additional Context

  • This issue occurs even without any resource packs (tested without Sphax).
  • I have examined the mod's model files in assets/additionalpipes/models/block/teleport_tether.json and assets/additionalpipes/models/item/teleport_tether.json. Both files are syntactically valid JSON.
  • The item model correctly references the block model as its parent:
    { "parent": "additionalpipes:block/teleport_tether" }
  • Since the block model works in-world, the model file itself is likely fine. The problem might be related to item model registration or loading within the mod.

Screenshots

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    auto: bugThis bug report hasn't been looked at yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions