Skip to content

Harvest-Festival/Piscary

Repository files navigation

Discord   GitHub   Jenkins   Maven metadata URL   Curseforge

Piscary is the fishing element of the Harvest Festival Collection. It adds a bunch of new fish to catch in different biomes as well as entity versions for them all! Also included are the hatchery where you can duplicate your fish and the fish trap which will catch fish for you, although it must be seeded with bait!

More information about Piscary can be found at https://harvestfestivalwiki.com/Piscary

Adding Piscary to your buildscript

Add to your build.gradle:

repositories {
  maven {
    url 'https://maven.joshiejack.uk/'
  }
}

dependencies {
    compile fg.deobf("uk.joshiejack.penguinlib:Penguin-Lib:${minecraft_version}-${penguinlib_version}")
    compile fg.deobf("uk.joshiejack.piscary:Piscary:${minecraft_version}-${piscary_version}")
}

${$penguinlib_version} can be found here ${piscary_version} can be found here