Skip to content

IanMcNelly/LifeAquatic

 
 

Repository files navigation

Life Aquatic

Build Status ![Latest Release](https://img.shields.io/github/release/aergonaut/LifeAquatic.svg?label=latest release)

Life Aquatic is a Minecraft mod that adds various gameplay elements focused around underwater and aquatic play.

This is still under heavy development and this is my first foray into mod development. Definitely not ready to be used on a server unless you are willing to accept the risks!

Features wishlist:

  • underwater villages
  • underwater villagers (merpeople)
  • aquatic passive mobs (whales, seals, electric eels)
  • aquatic hostile mobs (sharks, flesh-eating jellyfish)
  • aquatic bosses (Kraken, Leviathan)

Contributing

This mod is open source! If you have an idea for a feature you would like to see, please feel free to submit a pull request!

  1. Fork the repo
  2. Create a branch
  3. Push your branch to GitHub
  4. Open a Pull Request!

Dev environment setup

Run the setup script in script/setup. This will initialize the Git submodules, download the deobfuscated Minecraft source, and setup IntelliJ project files for you.

If you want to use Eclipse, you can run ./gradlew eclipse after running the setup script to generate the Eclipse project files.

"select an mcp conf dir for the deobfuscator"

If you see this window, navigate to $HOME/.gradle/caches/minecraft/net/minecraftforge/forge/$FORGE_VERSION/unpacked/conf

Depending on the circumstances, you may not be able to select the .gradle directory because it is hidden. If that is the case, type the absolute path into the path selection box.

Click Select to save the setting. You shouldn't be prompted to select this again.

This is raised by CodeChickenCore, which is the support library for NEI.

Style

Coding style is enforced by ScalaStyle. ScalaStyle is run against every commit as part of each build.

To check style yourself, run ./gradlew scalaStye.

License

The MIT License (MIT)

Copyright (c) 2015 Chris Fung

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Fun with underwater adventure!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 99.2%
  • Shell 0.8%