Farmer's Delight

Farmer's Delight

77M Downloads

Game crashes on startup

xXTealover opened this issue ยท 3 comments

commented

Minecraft version

1.20.1

Farmer's Delight version

1.2.4

Forge version

47.3.0

Description

I have a few addons with Farmer's delight, Fabric seasons(Run by the Sinytra connector and Forgified fabric API) and addons for it with create. But It doesn't seem to want to load. With how many times I have tried loading this with slight variations I am not sure if there is Performance enhancers or shaders.

Steps to reproduce

  1. Launch the game

Mod list

image_2024-07-31_160422777
image_2024-07-31_160446746

Logs

latest.log

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I am using performance or shader mods
commented

I am also not sure if the crash Is entirely Farmer's delight's fault but It seems to be the most highlighted thing in the log.

commented

From the logs, it seems you're trying to run a compatibility add-on for the Fabric port of FD, while using the Forge version of FD. This won't work, as the add-on is programmed to detect classes from the Fabric version:

[15:52:44] [main/WARN]: Error loading class: com/nhoryzon/mc/farmersdelight/block/BuddingBushBlock (java.lang.ClassNotFoundException: com.nhoryzon.mc.farmersdelight.block.BuddingBushBlock)
[15:52:44] [main/WARN]: @Mixin target com.nhoryzon.mc.farmersdelight.block.BuddingBushBlock was not found seasonsdelightcompat.mixins.json:BuddingBushBlockMixin from mod seasonsdelightcompat
[15:52:44] [main/WARN]: Error loading class: com/nhoryzon/mc/farmersdelight/block/BuddingTomatoBlock (java.lang.ClassNotFoundException: com.nhoryzon.mc.farmersdelight.block.BuddingTomatoBlock)
[15:52:44] [main/WARN]: @Mixin target com.nhoryzon.mc.farmersdelight.block.BuddingTomatoBlock was not found seasonsdelightcompat.mixins.json:BuddingTomatoBlockMixin from mod seasonsdelightcompat
[15:52:44] [main/WARN]: Error loading class: com/nhoryzon/mc/farmersdelight/block/MushroomColonyBlock (java.lang.ClassNotFoundException: com.nhoryzon.mc.farmersdelight.block.MushroomColonyBlock)
[15:52:44] [main/WARN]: @Mixin target com.nhoryzon.mc.farmersdelight.block.MushroomColonyBlock was not found seasonsdelightcompat.mixins.json:MushroomColonyBlockMixin from mod seasonsdelightcompat
[15:52:44] [main/WARN]: Error loading class: com/nhoryzon/mc/farmersdelight/block/RiceCropBlock (java.lang.ClassNotFoundException: com.nhoryzon.mc.farmersdelight.block.RiceCropBlock)
[15:52:44] [main/WARN]: @Mixin target com.nhoryzon.mc.farmersdelight.block.RiceCropBlock was not found seasonsdelightcompat.mixins.json:RiceCropBlockMixin from mod seasonsdelightcompat
[15:52:44] [main/WARN]: Error loading class: com/nhoryzon/mc/farmersdelight/block/TomatoVineBlock (java.lang.ClassNotFoundException: com.nhoryzon.mc.farmersdelight.block.TomatoVineBlock)
[15:52:44] [main/WARN]: @Mixin target com.nhoryzon.mc.farmersdelight.block.TomatoVineBlock was not found seasonsdelightcompat.mixins.json:TomatoVineBlockMixin from mod seasonsdelightcompat

I don't think you'll be able to use this add-on with Forge FD. You may have to choose between it or the currently installed Forge FD addons.

commented

Oh. I hadn't noticed that. Let me see what I can do to resolve that.