SinTh0r4s / ExampleMod1.7.10

An example mod for Minecraft 1.7.10 with Forge focussed on a stable setup.
MIT License
25 stars 90 forks source link

detect changed modid #38

Open bombcar opened 2 years ago

bombcar commented 2 years ago

On my server, if I remove or forget a mod, it pops up a window saying all these world blocks will be deleted (even if none are present iirc).

We should have a CI check for that per mod, so if 'chisel' becomes 'chisel-g43g32' somehow, it'l flag it.

TheElan commented 2 years ago

It would be nice indeed, it will be easy to achieve after migration to buildscript, we just need to watch the one line in properties.

However I don't see a straightforward path to do this prior to migration.

bombcar commented 2 years ago

However I don't see a straightforward path to do this prior to migration.

That's what zeta is for ;)