Ok, so I looked through the forums and I didn’t really see any sort of thing that matched this, so here’s my problem.
I’m trying to register a block, my code seems perfectly fine, and to the best of my knowledge I only have one registration function call but I get:
https://gist.github.com/deathmock5/246505029cfd2f816738 as an error.
Full source can be found here:
https://github.com/deathmock5/BrewersConstruct
The block I’m trying to register is in bconstruct.common.block.BlazeingBlock
And I register it in bconstruct.common.core.blocks
I call blocks.register in the preinit of the main class
So, what am I doing wrong?