For some reason my data generator thinks all items are air. It only happens when I make a block of the TemplateBuddingBlock class the BuddingJade specifaccly
I figured out in my AllayNestBlock class it also happens when you do
this.registerDefaultState(this.defaultBlockState().setValue(FACING, Direction.NORTH));
but dont override createblockstatedefinition, but Im not doing that in the TemplateBuddingBlock so Im super confused.
Code:
https://github.com/DJ-Laser/BetterAllaysMod/