[Enhancement] Use ore dictionary to support all saplings
LilithLaw opened this issue ยท 2 comments
If you could use Ore Dictionary to support dynamic sapling detection, this would make it a much better mod, because from what I could find, it only supports a few mods like Integrated Dynamics.
OreDictionary doesn't work on blocks. The mod only works on classes that extend BlockSapling
for a reason, it calls a method defined only on that class.