All Projects → NightKosh → Sophisticated-wolves

NightKosh / Sophisticated-wolves

Licence: LGPL-3.0, GPL-3.0 licenses found Licenses found LGPL-3.0 COPYING.LESSER GPL-3.0 COPYING
sophisticated-wolves.nightkosh.com/

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Sophisticated-wolves

Emc
The EMC Framework (Easy Minecraft Client) - An easy to use Minecraft modding framework
Stars: ✭ 21 (+61.54%)
Mutual labels:  forge, mod
Gamesense Client
Minecraft 1.12.2 Utility Mod for Anarchy and Crystal PvP
Stars: ✭ 73 (+461.54%)
Mutual labels:  forge, mod
Equivalent Exchange
Stars: ✭ 37 (+184.62%)
Mutual labels:  forge, mod
Magistics
Logistical magic!
Stars: ✭ 16 (+23.08%)
Mutual labels:  forge, mod
Scannable
One scanner to find them, and with eye candy bind them.
Stars: ✭ 15 (+15.38%)
Mutual labels:  forge, mod
Macrokey
A mod that allows you to bind keys
Stars: ✭ 8 (-38.46%)
Mutual labels:  forge, mod
Tis 3d
TIS-100 inspired low-tech computing in Minecraft.
Stars: ✭ 64 (+392.31%)
Mutual labels:  forge, mod
Gdlauncher
GDLauncher is a simple, yet powerful Minecraft custom launcher with a strong focus on the user experience
Stars: ✭ 386 (+2869.23%)
Mutual labels:  forge, mod
Minebot
Minebot
Stars: ✭ 119 (+815.38%)
Mutual labels:  forge, mod
Chisels And Bits
A Minecraft mod about chiseling and designing custom blocks in game.
Stars: ✭ 119 (+815.38%)
Mutual labels:  forge, mod
Equivalent Exchange 3
Stars: ✭ 727 (+5492.31%)
Mutual labels:  forge, mod
Crafttweaker
Tweak your minecraft experience
Stars: ✭ 146 (+1023.08%)
Mutual labels:  forge, mod
Minecraftforge
Modifications to the Minecraft base files to assist in compatibility between mods.
Stars: ✭ 5,127 (+39338.46%)
Mutual labels:  forge, mod
Realistictorches
A Minecraft mod that increases the difficulty of the early game by adding realism mechanics to torches.
Stars: ✭ 15 (+15.38%)
Mutual labels:  forge, mod
Justenoughitems
Item and Recipe viewing mod for Minecraft
Stars: ✭ 418 (+3115.38%)
Mutual labels:  forge, mod
Opencomputers
Home of the OpenComputers mod for Minecraft.
Stars: ✭ 1,104 (+8392.31%)
Mutual labels:  forge, mod
Allomancy
Brandon Sanderson's Allomancy, now in Minecraft
Stars: ✭ 18 (+38.46%)
Mutual labels:  forge, mod
Minecolonies
Minecolonies minecraft mod
Stars: ✭ 303 (+2230.77%)
Mutual labels:  forge, mod
Buildcraft
BuildCraft
Stars: ✭ 1,218 (+9269.23%)
Mutual labels:  forge, mod
Bewitchment
Mod inspired by Witchery
Stars: ✭ 128 (+884.62%)
Mutual labels:  forge, mod

Sophisticated Wolves Curseforge Curseforge

What is Sophisticated Wolves? It's a mod that aims to improve wolves in the games through a series of gameplay tweaks, AI improvements, and added features. The focus is not to have overpowered items or crazy abilities, but rather balanced additions that make sense in the world of MC. Essentially, wolves should be able to better respond to your actions and take care of themselves, so you don't have to consider them a liability when mining, exploring or fighting.

This is an updated and reworked version of metroidfood's "Sophisticated Wolves" mod.

Minecraft versions

"Master branch" contains mod sources for the latest version of the Minecraft I'm working on. Any previous versions contains in an own branches.

API

Sophisticated wolves API

Requirements

  1. Forge (check "build.gradle" file to know required forge version)
    • Latest versions of Forge requires Gradle 2.0 or higher(I used Gradle 7.5.1)
  2. "Master branch" version of mod requires jdk 1.17(do not forget to enable support of apropriate java version in your IDE)

Dependencies.

Be careful some of these API may not be updated yet, or may be broken!

  1. Sophisticated wolves API (will be loaded as git submodule)

Get started

  1. Clone mod repository
  2. Download forge and copy "gradlew.bat", "gradlew" files and "gradle" directory to mod folder(and any other files which may requires)
  3. Download mod's API
    • Download submodules
      • Run next commands from mod folder:
        git submodule init
        git submodule update
      
    • Download other API's manually and place them into "src/main/java" folder
  4. Run "./gradlew setupDecompWorkspace idea" from mod folder
  5. Import mod to your ide as "new Gradle project"

Gradle commands

  1. Download the MDK from forge for eclipse:
        gradlew genEclipseRuns
    
    for IntelliJ IDEA:
        gradlew genIntellijRuns
    
  2. Running client
        gradlew runClient
    
  3. Running Server
        gradlew runServer
    
  4. Build mod as .jar file
        gradlew build
    

For more information, look at "minecraft forge" README.txt file (it's not included to this repository) or this link

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