Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teammetallurgy/aquaculture
Aquaculture is an expansion of Minecraft's base fishing system. It allows you to catch a variety of new fish with a brand new series of rods and tools
https://github.com/teammetallurgy/aquaculture
aquaculture forge minecraft minecraft-forge minecraft-mod mod
Last synced: about 1 month ago
JSON representation
Aquaculture is an expansion of Minecraft's base fishing system. It allows you to catch a variety of new fish with a brand new series of rods and tools
- Host: GitHub
- URL: https://github.com/teammetallurgy/aquaculture
- Owner: TeamMetallurgy
- Fork: true (RebelKeithy/Aquaculture)
- Created: 2014-02-15T01:37:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T10:14:00.000Z (about 2 months ago)
- Last Synced: 2024-09-30T09:01:18.656Z (about 1 month ago)
- Topics: aquaculture, forge, minecraft, minecraft-forge, minecraft-mod, mod
- Language: Java
- Homepage:
- Size: 2.64 MB
- Stars: 68
- Watchers: 12
- Forks: 70
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Aquaculture 2](https://minecraft.curseforge.com/projects/aquaculture)
An enhancement of Minecraft’s piscatorial system. The catch is always a surprise. Each biome harbors countless fish that are exclusive to its environment, and a plethora of new loot items await you as you cast your line.
How to get Aquaculture through maven
---
Add to your build.gradle:
```gradle
repositories {
maven {
// url of the maven that hosts Aquacultures files
url "http://girafi.dk/maven/"
}
}dependencies {
// compile against Aquaculture
compile fg.deobf("com.teammetallurgy.aquaculture:aquaculture2_${mc_version}:${mc_version}-${aquaculture_version}")
}
````${mc_version}` & `${aquaculture_version}` can be found [here](http://girafi.dk/maven/com/teammetallurgy/aquaculture/), check the file name of the version you want.