ldtteam / StorageRacks

GNU General Public License v3.0
4 stars 2 forks source link

[1.17.1] New client crash when opening a controller #9

Closed ProsperCraft closed 3 years ago

ProsperCraft commented 3 years ago

https://gist.github.com/ProsperCraft/9f0aff8bd6e399b44003d65fef02bb2a

Raycoms commented 3 years ago

You need this dependency: https://www.curseforge.com/minecraft/mc-mods/blockui

ProsperCraft commented 3 years ago

Can you crash on startup to require the dep?

Raycoms commented 3 years ago

It's supposed to

[[dependencies.storagerack]]
    modId="blockui"
    mandatory=true
    versionRange="[0.0.20-ALPHA,)"
    ordering="AFTER"
    side="BOTH"

If it doesn't there must be something broken with forge.

ProsperCraft commented 3 years ago

Resolved by adding blockui