Farmer's Delight Refabricated

Farmer's Delight Refabricated

12M Downloads

Depending upon Farmer's Delight: Refabricated causes datagen crash

Closed this issue ยท 1 comments

commented

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:

  1. Use Fabric template project, match loader and FAPI versions to FDRF
  2. Make a depency upon FDRF
  3. Run Data Generation task
  4. 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

https://mclo.gs/402rwLN

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods
commented

Turns out this was user error and I'm just bad at Gradle!
Sorry about that!