Git Product home page Git Product logo

elenaidodge2.1's Introduction

Elenai Dodge 2.1

Elenai Dodge 2.1 is a fork of Elenai Dodge 2.0, a dodging mod that serves as an API for all ElenaiDev's future projects.

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.1 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.

You now have access to Elenai Dodge 2.1's API and code! The API is pretty self explanatory but if you need any help, feel free to private message me here!

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.