MattiDragon / ExtendedDrawers

Adds drawers and more
Other
6 stars 14 forks source link

[Crash]: Upgrading Drawing with items in it. #87

Closed makumaku1974 closed 11 months ago

makumaku1974 commented 11 months ago

Description of the issue

Cobblestone stack of 8 then upgrading the drawer with level 1 upgrade crashed the game and the world is unable to be used.

Reproduction steps

  1. Any items inside the drawer
  2. Upgrade it with level 1
  3. boom crashes

Mod version

2.1.0

Operating System

Windows 11

Minecraft version

1.20.4

Other mods

Fabric Api

Server

Not tested

Client

Happens

Logs

https://gist.github.com/makumaku1974/c4f91a9f7d1c7bb52965ac2aeec6b54a

Crash Report

https://gist.github.com/makumaku1974/c3b598237ae70643b5cc89c7b8b708d0

Extra Context

No response

MattiDragon commented 11 months ago

Extended drawers depends on the fabric rendering api. If you use sodium you need to install indium to make this work. You might have to switch sodium versions to find a compatible indium

makumaku1974 commented 11 months ago

Extended drawers depends on the fabric rendering api. If you use sodium you need to install indium to make this work. You might have to switch sodium versions to find a compatible indium

Thanks, I'll test it now.