AtomicStryker / atomicstrykers-minecraft-mods

Repository for my open source Minecraft Mods
https://atomicstryker.github.io/
180 stars 96 forks source link

[Request] A way to prevent Multi Mine's config from populating itself #477

Closed aaronhowser1 closed 10 months ago

aaronhowser1 commented 1 year ago

I understand this is probably a holdover from older versions, where knowing the block/item ID wasn't easy. But it's a lot easier these days, and if I want to add something to the blacklist, it should be on me to find its ID.

Plus, it's rather annoying for pack dev, as it's always filling up the changed files list image

This is on MultiMine-1.19.2.3 as well

AtomicStryker commented 1 year ago

https://github.com/AtomicStryker/atomicstrykers-minecraft-mods/commit/ad91f5b14dcb1d227a7f4e0113511084558872b2 https://github.com/AtomicStryker/atomicstrykers-minecraft-mods/commit/bad7349bcea18634a8c8b5ba8ca08d4f208a4a82

I have implemented your request for the current 1.19.4 and 1.20.1 versions and also pushed a build for 1.19.2 to curseforge for you

aaronhowser1 commented 1 year ago

Thank you!