Depending upon Farmer's Delight: Refabricated causes datagen crash
Closed this issue ยท 1 comments
Minecraft version
1.20.1
Farmer's Delight version
1.20.1-2.2.4+refabricated
Fabric Loader version
0.15.7
Fabric API version
0.92.0+1.20.1
Description
I'm trying to make an addon that makes use of Farmer's Delight's cutting board and cooking pot, but I'm having an issue running my data generation. Log attached below. Seems to be some issue with a missing loot table for the basket item?
Should be noted: the game client runs fine. It's just the Data Generation task that fails.
Steps to reproduce
Assuming 1.20.1 Fabric development environment with 0.15.7 loader version and FAPI version 0.92.0+1.20.1 to match FDRF, steps are as follows:
- Use Fabric template project, match loader and FAPI versions to FDRF
- Make a depency upon FDRF
- Run Data Generation task
- Data Generation crashes, reporting an IllegalStateException surrounding loot tables for farmersdelight:basket
Mod list
FAPI 0.92.0
Mod Menu 7.1.0
FDRF 1.20.1-2.2.4+refabricated
Logs
Minimal instance
- I have tested this on a minimal instance
Performance and shader mods
- I am using performance or shader mods