Skip to content

Aquaculture is an expansion of Minecraft's base fishing system. It allows you to catch over 30 new fish with a brand new series of rods and tools

Notifications You must be signed in to change notification settings

Runi-c/Aquaculture

 
 

Repository files navigation

An expansion of Minecraft's fishing system. You never know what you'll catch. Every biome is home to tons of unique fish you can only catch in that biome, and there's a myriad of new loot items you can randomly catch while fishing.

How to get Aquaculture through maven

Add to your build.gradle:

repositories {
  maven {
    // url of the maven that hosts Aquacultures files
    url "http://girafi.dk/maven/"
  }
}

dependencies {
  // compile against Aquaculture
  deobfCompile "com.teammetallurgy.aquaculture:aquaculture_${mc_version}:${mc_version}-${aquaculture_version}"
}

${mc_version} & ${aquaculture_version} can be found here, check the file name of the version you want.

About

Aquaculture is an expansion of Minecraft's base fishing system. It allows you to catch over 30 new fish with a brand new series of rods and tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%