Farmer's Delight

Farmer's Delight

77M Downloads

Datapack error

Dilsinho1510 opened this issue · 2 comments

commented

Minecraft version

1.18.2

Farmer's Delight version

1.2.3

Forge version

40.2.14

Description

I´m trying to add the FD to my game (1.18.2) but I´m having a datapack error even when creating a new world, nay reason or idea why?

Steps to reproduce

Just trying to load a save or starting a new world

Mod list

image

Logs

No response

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods
commented

Sorry about this. This is my fault. My mod Spartan Weaponry is causing this issue because Farmer's Delight is looking up Tool Actions for ingredients for some reason.
I need to add a sanity check for looking up weapon traits early to prevent this problem from happening again.

commented

Thanks for providing context, @ObliviousSpartan!

FD adds an ingredient which verifies Forge's ToolActions to execute Cutting Board recipes. Usually, this method defaults to false, so it doesn't traditionally cause issues if you don't override it.

Was this bug just a missed check on your end, or is there something I could do on FD's checks to prevent these conflicts?