Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.73 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.73 KB

Information

Wolves Of Other Furs is a mod that reworks the interaction between you - the player -and wolves.

The mod adds variants of the vanilla wolves - found in their corresponding biomes. There are currently 10 variants in Wolves Of Other Furs currently, with more planned for future updates.

W.O.O.F also adds dog beds, and dog bowls. Crafting recipes can be found in the recipe book or Just Enough Items (or whatever you use). Leads are dyeable as well.

Here are some common variants, you should explore to find the others!

Screenshots

Compatability

Wolves Of Other Furs supports the following mods:

  • Oh The Biomes You'll Go!
  • Wolves With Armor
  • iChuns' Let Sleeping Dogs Lie

Building From Source

Clone the repo and run the following:

gradlew build

Output jars should be in ./build/libs/

Using The API

You can use Wolves Of Other Furs in your projects by adding the following to build.gradle

repositories {
    maven "https://maven.mineblock11.dev/releases"
}

dependencies {
    modImplementation "mine.block:woof:${woof_version}"
}

You can find the current woof_version on the maven.