Config and/or tag support for automation blocks
Qwerty97475 opened this issue ยท 1 comments
Describe your suggestion
Either a config option for specifying what the automation's body block is (currently bronze blocks) or tag support for #forge:storage_blocks/bronze or similar.
This'd be useful for modpack developers who wish to remove duplicate bronze blocks, but still want the automation to be buildable.
Benefits of the feature
If a modpack developer was to try unify all the materials in their modpack, by removing duplicate ones, they may not wish to use Mobs of Mythology's as the default.
My own modpack has 3 different Bronze Blocks, and I'm using the ones from Create: Unify as the default, and removing the rest. However, if I were to make Mobs of Mythology's bronze blocks unobtainable, Automations would be unable to be built by players.
If there was a config option (maybe people might want automations to be built out of sponges rather than bronze blocks) or tag support (so that any bronze block from any mod could be used), or even both, it'd make mod integration much more achievable.
Additional context
No response
I had implemented this months ago but forgot to change one line. Fixed in 45c30e8. You can now define bronze blocks in the c tag and they will work.