SandboxPowered/Sandbox

Can't register any blocks or items

LemmaEOF opened this issue · 1 comments

Currently, any attempts to register blocks or items are throwing a RuntimeException from WrappingUtil. It seems like bClass.isInstance(a) in WrappingUtil.castOrWrap is failing, which then causes it to try WrappingUtil.getWrapped, which throws because the object isn't instanceof WrappedInjection, or something. As it is, Sandbox is basically unusable.

fixed in 2266dd3