I am working on some things where I want to identify if a block is natural (stone, log, sand, dirt, gravel, etc.) or manufactured (cobblestone, plank, stone brick, brick, etc.). Is there any function somewhere (world gen, ore dict, materials, etc.) that would help with this? I have a basic function now in my mod where I have all the "natural" blocks, but I'd like to have something that would be compatible with other mods without having to resort to a manual config file. I've looked through world gen a little, crafting manager (doesn't work because of things like sandstone), and the ore dict.
I'm looking for direct answers such there is on in XYZ place, or places to look that I might be able to tap into would be great.
Thanks.