Can i somehow Reuse The SBL_LOADER for my own MemoryModuleTypes?
desertratx opened this issue ยท 2 comments
Hey,
I'm a bit new to Minecraft Modding and got a probably stupid question.
I tried to implement a new Sensor with a new MemoryModuleType. I tried to use the SBL_LOADER but got following error:

Caused by: java.lang.IllegalStateException: Cannot register new entries to DeferredRegister after RegisterEvent has been fired.
Do I need to implement SBL_CONSTANTS + SBL_LOADER on my own, or can i somehow reuse it?
Greetings,
The Rat