jaredlll08 / ModTweaker

ModTweaker is an addon for CraftTweaker, which provides Integration for an amount of mods.
MIT License
68 stars 63 forks source link

Resolve ModTweaker #670: Centrifuge morb support #677

Closed noobanidus closed 6 years ago

noobanidus commented 6 years ago

I believe this resolves #670 without adding issues. I'm not sure if the coding is to the same style. It's been a while since I've done anything with Java, but it was something that was bothering me as well.

kindlich commented 6 years ago

Could you also add a method override that accepts IEntityDefinition objects?

Check their wiki entry (1st link) and the CrT implementation (2nd link):

noobanidus commented 6 years ago

I've added the methods for IEntityDefinition, that was my oversight. I've either fixed or responded to your other concerns in reply to your comments. Thanks for looking over this! Like I said, I haven't written anything in Java in about four years and this is my first foray into Minecraft modding.