Ryan Liptak

Results 664 comments of Ryan Liptak

Will need changes in both mods. [EnhancedBiomes will turn its dirt into farmland regardless of the event state](https://github.com/SMEZ1234/EnhancedBiomes/blob/master/java/enhancedbiomes/handlers/UseHoeEventHandler.java#L15-L22), so even if HO handles EB dirt, there's no way to have...

@alexbegt this is due to [AppleCore no longer hooking into plant growth functions starting with v2.1.0](https://github.com/squeek502/AppleCore/releases/tag/v2.1.0) ([more info](https://github.com/squeek502/AppleCore/issues/80#issuecomment-259586524)), since [Forge added its own plant growth events (`CropGrowEvent`)](https://github.com/MinecraftForge/MinecraftForge/pull/3320). This means that...

A vote system seems like overkill to me. I think some aggressive false positive filtering might be better (only show updates that you can be certain are real). From the...

I would assume most of those mods have incorrect versions set in their mcmod.info. Not much Version Checker can do about that.

Those versions are coming from NotEnoughMods. Not really any way to catch _all_ false positives for that. Removing leading 'v' characters when doing version matching would fix the DragonAPI false...

All NEM updates are done through a bot in `#notenoughmods` on irc.esper.net

> The only thing you could try is to set the version inside your mods to the version NEM says Haha, that's an insanely backwards 'fix.' This is not @ReikaKalseki's...

Mods that send a URL to a JSON file always send an IMC.

Really? For some reason I expected the opposite.

Funnily enough, I wrote a PHP script today to generate a version.json from a Github release using the Github API in preparation for adding Version Checker support to my mods....