Terra pick displays wrongly if activated or tipped
noeppi-noeppi opened this issue ยท 0 comments
Version Information
Forge version: 36.1.16
Botania version: 1.16.5-415
Further Information
Steps to reproduce:
- Take a terra pick that is not D tier it in your hand.
- Enable it. (Right Click)
- Press F5
What I expected to happen:
That the tool is rendered as a handheld item. (Like models that have item/handheld
as parent)
What happened instead:
The tool is rendered as a generated item. (Like models that have item/generated
as parent)
This however only happens if it's tipped or enabled. I think it's because terra_pick_tipped_active.json
, terra_pick_tipped_active.json
and terra_pick_tipped.json
have item/generated
as their parent and not item/handheld
For the terra axe where both models have item/handheld
as their parent everything works fine.