jpanther / dectorio

Dectorio is a large mod that adds decorative elements to Factorio.
https://mods.factorio.com/mod/Dectorio
GNU General Public License v3.0
23 stars 17 forks source link

Thaumaturgic-Machinations conflicts #92

Open yuanjie000 opened 5 years ago

yuanjie000 commented 5 years ago

factorio:0.17.14 Dectorio_0.9.7 Thaumaturgic-Machinations_0.1.24

jpanther commented 5 years ago

Thanks for the report. I've looked at the Thaumaturgic Machinations mod and found where the issue is occurring. Unfortunately this isn't one I can solve as it needs to be fixed by the author of that mod. I see that you've logged this as an issue in the Thaumaturgic Machinations project so hopefully it can be fixed quickly.

Specifically, the issue is occurring because their mod is incorrectly assuming the Lawnmower in Dectorio is of type item, when it is actually a selection-tool. The mod author needs to add selection-tool to the blacklist in their TM.GetType function and I believe this will solve this conflict.

In the meantime, a workaround is to disable the Landscaping component in Dectorio in your mod startup settings as this will prevent the Lawnmower tool from being created.

Ref: KorGgenT/Thaumaturgic-Machinations#56

jpanther commented 5 years ago

Looks like there's been no updates on this mod so I'm officially listing Thaumaturgic Machinations as incompatible and will be dependency blocking it in the next release of Dectorio.