All Projects β†’ itsmeow β†’ Betteranimalsplus

itsmeow / Betteranimalsplus

Licence: other
A mod adding new animals to Minecraft

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Betteranimalsplus

Minecolonies
Minecolonies minecraft mod
Stars: ✭ 303 (+405%)
Mutual labels:  hacktoberfest, minecraft, forge
Worldedit
πŸ—ΊοΈ Minecraft map editor and mod
Stars: ✭ 2,288 (+3713.33%)
Mutual labels:  hacktoberfest, minecraft, forge
Crafttweaker
Tweak your minecraft experience
Stars: ✭ 146 (+143.33%)
Mutual labels:  hacktoberfest, minecraft, forge
Gdlauncher
GDLauncher is a simple, yet powerful Minecraft custom launcher with a strong focus on the user experience
Stars: ✭ 386 (+543.33%)
Mutual labels:  hacktoberfest, minecraft, forge
Minecraftdev
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
Stars: ✭ 645 (+975%)
Mutual labels:  minecraft, forge
Immersiveengineering
Wires, transformers, high voltage! Bzzzzt!
Stars: ✭ 548 (+813.33%)
Mutual labels:  hacktoberfest, minecraft
Applied Energistics 2
A Minecraft Mod about Matter, Energy and using them to conquer the world..
Stars: ✭ 827 (+1278.33%)
Mutual labels:  minecraft, forge
Craftstudioapi
The official CraftStudio API for Minecraft
Stars: ✭ 12 (-80%)
Mutual labels:  minecraft, forge
Viaversion
Allows the connection of newer clients to older server versions for Minecraft servers.
Stars: ✭ 463 (+671.67%)
Mutual labels:  hacktoberfest, minecraft
Magistics
Logistical magic!
Stars: ✭ 16 (-73.33%)
Mutual labels:  minecraft, forge
Almura
The official mod of the Almura Client and Server.
Stars: ✭ 14 (-76.67%)
Mutual labels:  minecraft, forge
Tuinity
Stars: ✭ 531 (+785%)
Mutual labels:  hacktoberfest, minecraft
Minecraftforge
Modifications to the Minecraft base files to assist in compatibility between mods.
Stars: ✭ 5,127 (+8445%)
Mutual labels:  minecraft, forge
Equivalent Exchange 3
Stars: ✭ 727 (+1111.67%)
Mutual labels:  minecraft, forge
Mohist
Minecraft Forge Hybrid server implementing the Paper/Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+
Stars: ✭ 489 (+715%)
Mutual labels:  minecraft, forge
Macrokey
A mod that allows you to bind keys
Stars: ✭ 8 (-86.67%)
Mutual labels:  minecraft, forge
Equivalent Exchange
Stars: ✭ 37 (-38.33%)
Mutual labels:  minecraft, forge
Emc
The EMC Framework (Easy Minecraft Client) - An easy to use Minecraft modding framework
Stars: ✭ 21 (-65%)
Mutual labels:  minecraft, forge
Forgemodbuilder
Build, setup, update and refresh your modding environment!
Stars: ✭ 37 (-38.33%)
Mutual labels:  minecraft, forge
Webdisplays
WebDisplays mod for Minecraft 1.12.2
Stars: ✭ 58 (-3.33%)
Mutual labels:  minecraft, forge

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].