I've got the slab class done, but I can't seem to figure out the ForgeRegistries for it. I've got this,
public static DeferredRegister<SlabBlock> SLABS = DeferredRegister.create(ForgeRegistries.???????, .MorePolishedBlocks.MOD_ID);
but can't find a class under ForgeRegistries that would make sense.
Also, thanks for telling me about the SlabBlock class.
Again, I'm new to this.