Elenai Dodge 2 is a simple dodging mod!
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
.
For more information on the project, please refer to the Wiki.
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.
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
.
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.
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License