Fabricators-of-Create / Create

[Fabric Mod] Building Tools and Aesthetic Technology
MIT License
897 stars 198 forks source link

Crash after loading in world created in Create Forge #1360

Closed ReMelon closed 8 months ago

ReMelon commented 8 months ago

Describe the Bug

I tried to port my forge modpack to fabric, worlds from create forge crash after loading in. Looks like a washing machine is the reason for this crash.

Reproduction Steps

  1. Create a world in Create Forge and make a washing setup
  2. Change mods to Fabric

Expected Result

Expected to have world compat between fabric and forge

Screenshots and Videos

image

Crash Report or Log

https://pastebin.com/Yvfkz5bW

Operating System

Windows 10

Mod Version

0.5.1d

Minecraft Version

1.20.1

Other Mods

image

Additional Context

The chunks im loading in consist of an andesite farm

KonSola5 commented 8 months ago

You can use Neurina to suppress ticking entity/block entity crashes.

Since according to log the fan tries to access an enum constant that doesn't exist.

IThundxr commented 8 months ago

Fixed in patch f

ReMelon commented 8 months ago

Fixed in patch f

Is patch f out yet? If yes where can I get it?