jss2a98aj / BugTorch

Bug-fixes for Minecraft 1.7.10
MIT License
34 stars 18 forks source link

Specify GTNHMixins as required dependency #16

Closed makamys closed 1 year ago

makamys commented 1 year ago

The mod requires GTNHMixins, but can be launched without it, causing some weird behavior. This PR specifies it as a required dependency.

Having it in the @Mod annotation may be redundant since useDependencyInformation is set to true (which causes FML to refer to the mcmod.info to determine dependencies), but it shouldn't cause any harm at least.