Git Product home page Git Product logo

betteranimalsplus's Introduction

Better Animals Plus

CurseForge CurseForge Discord

Better Animals Plus is a Minecraft mod created by Cybercat5555 and its_meow. It adds not only animals but a variety of content, from blocks to armor. Better Animals Plus seeks to bring new life and creatures to your worlds, all with a unique flair and aesthetic compared to other mods of the same category.

Visit our website for more information.

For planned features and development, join our Discord or check out our Trello.

Installation

  1. Download the relevant Minecraft Forge installer for your desired Minecraft version.
  2. Download the latest mod version for your desired Minecraft version (1.12.2-x, 1.14.4-x, etc.)
  3. Run the downloaded Minecraft Forge installer.
  4. Select Install client (if not already selected).
  5. Select your .minecraft folder if it is not the default one.
  6. Press OK.
  7. Wait for Forge to finish installing.
  8. Navigate to the selected .minecraft folder in your file explorer or terminal. On Windows, press WinKey+R and type in the box %appdata%/.minecraft and press OK.
  9. If there is not a mods folder, create one.
  10. Place the downloaded mod version in the mods folder.
  11. Open the Minecraft Launcher.
  12. Find the automatically created forge profile. (Menu to the left of play button)
    1. If there is not one, go to Installations.
    2. Press New.
    3. Name your new profile.
    4. Under Version, select the newly installed Forge (likely near the bottom release x.x.x-forgex.x.x-x.x.x)
    5. Press Create
    6. Select the profile in Play.
  13. Press play!

Adding as a dependency

Define betteranimalsplus_version in gradle.properties, or hardcode the version instead.

Only versions 9.0.1 and above are available on maven.

repositories {
    maven {
        url = "https://maven.itsmeow.dev/"
    }
}
dependencies {
    // ForgeGradle 3 (1.13+)
    compileOnly fg.deobf("dev.itsmeow.betteranimalsplus:betteranimalsplus:${project.betteranimalsplus_version}")
    // ForgeGradle 2.x (1.12)
    deobfCompile "dev.itsmeow.betteranimalsplus:betteranimalsplus:${project.betteranimalsplus_version}"
}

Building your own versions

  1. Clone the repository or download it as a zip and extract it to a folder
  2. Navigate to the folder using command prompt, powershell, or a terminal via cd (destination folder)
  3. On command prompt: gradlew build. On a terminal or powershell: ./gradlew build. On linux distributions you may need to execute sudo chmod 777 gradlew in order to grant execution permissions on gradlew.
  4. Wait for the build to complete
  5. Outputs are placed in build/libs. Use the non sources jar and place it in your mods folder.

betteranimalsplus's People

Contributors

itsmeow avatar ri5ux avatar smollet777 avatar partonetrain avatar williambl avatar aemande123 avatar alexaldr avatar ekrempel avatar neerwan avatar odinsragnarok avatar pandory-network avatar slabruyere avatar vanja-san avatar vaelzan avatar ipopstop avatar f2p26 avatar

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.