ElenaiDev / ElenaiDodge2.0

Other
8 stars 9 forks source link

Elenai Dodge 2

Elenai Dodge 2 is a simple dodging mod!

Installation

Simply drag and drop the mod downloaded from the files section here into your mods folder after installing Minecraft Forge. The mods folder is located at %appdata%/.minecraft/mods.

User Information

For more information on the project, please refer to the Wiki.

Developer Information

Adding support to Elenai Dodge 2 is easy. To import it, simply add this line to your build.gradle file's repositories.

repositories {
     maven { url "https://www.cursemaven.com" }
}

And this to your project's dependencies.

dependencies {
    compile fg.deobf("curse.maven:elenaidodge2-442962:FILE_VERSION") 
}

Where FILE_VERSION is the file ID of the version you want to use. You can find this by opening the URL of an Elenai Dodge 2 file download such as this one and looking at the url. The numbers at the end are the file ID.

Example

dependencies {
    minecraft 'net.minecraftforge:forge:1.16.4-35.1.37'
    compile fg.deobf("curse.maven:elenaidodge2-442962:3215435") 
}

Then simply run your gradle setup commands as normal, e.g. gradlew genEclipseRuns then gradlew eclipse.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License