SuperMartijn642 / TrashCans

2 stars 12 forks source link

[Bug] Missing models #29

Closed Oasis951 closed 1 year ago

Oasis951 commented 1 year ago

Trash Cans have no texture in inventory or when placed down.

Place trash can down or look at them in inventory (or Just Enough Items Menu)

Screenshot 2023-04-20 185453 Screenshot 2023-04-20 185528

SuperMartijn642 commented 1 year ago

Appears to be working fine if I use just Trash Cans and its dependencies. image

You seem to be using other mods, could you narrow down the mods needed to reproduce the issue? Also, could you share the ~/logs/latest.log file from when this happens?

Oasis951 commented 1 year ago

Apart from various performance mods and JEI, the only mods that I can think of are the ones that have furniture in them. These include:

Another Furniture (Starfish_Studios), BetterEnd and BetterNether (Quiqueck), Farmer's Delight (NewHoryzon), Macaw's Furniture (sketch_makaw), The Twilight Forest (Benimatic) and all of Yungs mods. I have more than 100 mods (including performance boosting ones)

Here's the latest log: latest.log

SuperMartijn642 commented 1 year ago

The only thing I can see in the log is

Block file not found: trashcans:item_trash_can

Which is not a vanilla error message, so some other mod is likely messing with it.

Just downloading that many mods would take ages. Could you narrow down the mods needed to reproduce the issue?

Oasis951 commented 1 year ago

I managed to find out which mod was causing the issue. The mod is called "ThonkUtil" by Jab125 which is a library required to use the fabric port of the "Goblin Traders" mod by the same creator.

The version of "ThonkUtil" that I'm using is "thonkutil-2.14.1+1.18.jar" which is the latest release for 1.18.2 of Minecraft. I'm using Fabric 0.14.19 as well.

SuperMartijn642 commented 1 year ago

I cannot reproduce this, the models seem to work fine with ThonkUtil 2.14.1+1.18 installed.

Oasis951 commented 1 year ago

I recreated a new profile on the curse forge app and tried it again with only the Trash cans mod (and your core lib mod) alongside ThonkUtil 2.14.1+1.18. The models are still missing Screenshot 2023-05-04 161211 Screenshot 2023-05-04 160856

Here's the latest log latest.log

SuperMartijn642 commented 1 year ago

Ah you are right. I originally only tested in the dev environment. If I load the exact same file in my dev environment it works fine, not sure why.

It seems to be an issue with ThonkUtil originally reported here https://github.com/LimeAppleBoat/ThonkUtil/issues/32. They assume every model has a '/' in there path. They fixed it but only for 1.19. In 1.18 they break any model which is not in a subfolder. Please report the issue to them.