https://github.com/imb11/wolvesofotherfurs
Fabric Minecraft Mod that overhauls wolves and the interaction with dogs.
https://github.com/imb11/wolvesofotherfurs
hacktoberfest modtoberfest
Last synced: 4 months ago
JSON representation
Fabric Minecraft Mod that overhauls wolves and the interaction with dogs.
- Host: GitHub
- URL: https://github.com/imb11/wolvesofotherfurs
- Owner: IMB11
- License: other
- Archived: true
- Created: 2022-07-31T22:58:28.000Z (almost 4 years ago)
- Default Branch: 1.20.4
- Last Pushed: 2024-02-04T20:10:03.000Z (over 2 years ago)
- Last Synced: 2025-02-11T18:56:40.145Z (over 1 year ago)
- Topics: hacktoberfest, modtoberfest
- Language: Java
- Homepage:
- Size: 2.78 MB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.curseforge.com/minecraft/mc-mods/mru)[](https://discord.gg/UzHtJKqHny)
## 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:
```shell
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`
```groovy
repositories {
maven "https://maven.mineblock11.dev/releases"
}
dependencies {
modImplementation "mine.block:woof:${woof_version}"
}
```
You can find the current `woof_version` [on the maven.](https://maven.mineblock11.dev/#/releases/mine/block/woof)