NightKosh / Advanced-Fishing

Home Page:https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/2927264

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced Fishing Curseforge Curseforge

This mod adds new 43 fishes, blaze fishing rod, luck potion recipe and overrides fishing mechanics. All of the new and vanilla fishes can be catched only in own types of biomes, dimensions and liquids.

advanced_fishing

Luck potion recipe

luck_potion

Crafting recipes

fish_recipes

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.

Requirements

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

Get started

  1. Clone mod repository
  2. Download forge and copy "gradlew.bat", "gradlew" files and "gradle" directory to mod folder
  3. Run "./gradlew setupDecompWorkspace idea"
  4. Import mod to your ide as "new Gradle project"