jaredlll08 / ModTweaker

ModTweaker is an addon for CraftTweaker, which provides Integration for an amount of mods.
MIT License
68 stars 63 forks source link

[Suggeestion/Request] Thaumcraft Golem Scanning #674

Closed drakray closed 6 years ago

drakray commented 6 years ago

As seen in https://github.com/Azanor/thaumcraft-beta/issues/1356

Could you please add a function to add Entities as Automaton Scannable? Something like mods.thaumcraft.Golem.add(<entity:mod:entity>);, with NBT if possible for

drakray commented 6 years ago

Or just mods.thaumcraft.Scannable.registerScan("researchName", <entity>, bool);, for maximum possibility

jaredlll08 commented 6 years ago

You can only add scanning things (according to the TC api) and I don't like adding features that only allow additions, it just seems half assed and leads to people asking me to add a remove feature, which I can't.

drakray commented 6 years ago

Oh I understand, that's sad, as TC only allow for Vanilla's Iron Golem to be used, and Extra Golem add SOOO much more. I'll pass that to them directly then, thanks :)