DragonAPI icon indicating copy to clipboard operation
DragonAPI copied to clipboard

The library that RotaryCraft and my other Minecraft mods use, to centralize and simplify functions.

Results 4 DragonAPI issues
Sort by recently updated
recently updated
newest added

SpongePowered Mixins runs `getClassBytes` during the coremod setup in the LaunchWrapper to detect mixin injection targets, before Minecraft or FML gets properly initialized. This causes the `cpw.mods.fml.common.Loader.isModLoaded(modName)` method to throw...

Use the Framez for MC 1.7.10 API. Fixes https://github.com/ReikaKalseki/Reika_Mods_Issues/issues/1956

Fixed when an empty FoundPath was created by passing null to the constructor, getting the path would cause a NullReferenceError. This only actually caused an issue when called by some...