Caused by: java.lang.NullPointerException: Cannot invoke "net.minecraft.block.Block.getRequiredFeatures()" because the return value of "net.minecraft.item.BlockItem.getBlock()" is null
I've never run into this issue before. I've declared a crop block according to Kaupenjoe's tutorial and Fabric docs.
I've just implemented World Gen and Tree Generators and now this issue has risen and I'm not sure why.