Hows it going Im relatively new to the modding world, been having fun with creating my own custom blocks using deferred registries. Ive been trying to figure out how to make blocks i can put grass and plants on if anyone could explain a little about the .canSustainPlant(state, world, pos, facing, plantable) it would be much appreciated because i'm stuck.
I am having trouble creating an ItemGroup using Deferred Registries. The create icon isn’t working, I get an error at return new ItemStack. For some reason it doesn’t recognize the block I have chosen for my icon?
Also how can I do multiple ItemGroups with deferred registries?