Was this bug reported before?
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
- Obtain a Teleport Tether item.
- Look at the item in your inventory or drop it on the ground.
- 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

Was this bug reported before?
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
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
assets/additionalpipes/models/block/teleport_tether.jsonandassets/additionalpipes/models/item/teleport_tether.json. Both files are syntactically valid JSON.{ "parent": "additionalpipes:block/teleport_tether" }Screenshots