Mod data not loading when using Quilt
ejektaflex opened this issue ยท 2 comments
Hi - I had a user report that when using my mod, data from resources/data
related to my mod does not seem to load. Since what I've read seems to indicate that you're doing a re-implementation of FAPI and the data loading process relies on FAPI to work, I figure that this is the place to report it.
Here is the repository for my mod:
https://github.com/ejektaflex/Bountiful
Here is my data load method:
https://github.com/ejektaflex/Bountiful/blob/1.19.4/common/src/main/java/io/ejekta/bountiful/config/ResourceLoadStrategy.kt#L49
And here is where I add the event listener:
https://github.com/ejektaflex/Bountiful/blob/1.19.4/fabric/src/main/java/io/ejekta/bountiful/BountifulModFabric.kt#L60
This works with Fabric, but fails to load with Quilt. This is using Fabric API 0.76.0+1.19.4.
Well, I'll tell them that it can't be reproduced. If it comes up again, I'll try to look into it a bit further. Thanks!