Crash with custom resource types [1.12.2]
brachy84 opened this issue ยท 1 comments
Refers to CleanroomMC/ModularUI#157.
ModularUI adds a resource type which is gui theme json files. This mod only checks for vanilla resource types here and then just assumes its an item model here.
Why are you not just checking startsWith("models/item")?