Skip to content

Commit

Permalink
Create project banner
Browse files Browse the repository at this point in the history
  • Loading branch information
matshou committed May 19, 2020
2 parents 7102ad5 + 300c3e9 commit 278b542
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
# CocoLib

[![JitPack](https://jitpack.io/v/yooksi/CocoLib.svg)](https://jitpack.io/#yooksi/CocoLib) [![License](https://img.shields.io/github/license/yooksi/CocoLib)](https://www.gnu.org/licenses/) [![Discord](https://img.shields.io/discord/710517912485494794)](https://discord.gg/dKY9xW)
<p align="center">
<a href="https://gitmoji.carloscuesta.me">
<img src="./assets/banner_white.png">
</a>
</p>
<p align="center">
<a href="https://jitpack.io/#yooksi/cocolib">
<img src="https://jitpack.io/v/yooksi/CocoLib.svg">
</a>
<a href="https://www.gnu.org/licenses/">
<img src="https://img.shields.io/github/license/yooksi/CocoLib">
</a>
<a href="https://discord.gg/dKY9xW">
<img src="https://img.shields.io/discord/710517912485494794">
</a>
</p>

## About

CocoLib is a Minecraft modding library for Forge that introduces simple and clean solutions to complex problems developers usually encounter when creating Minecraft mods.

## Motivation

Creating mods for Minecraft can prove to be a challenging and at times frustrating experience. Developers are required to have a good understanding of both Java and Forge when implementing more complex mod ideas. In addition to this, working on multiple projects that are trying to implement similar concepts or using similar method to accomplish tasks requires a fair amount of code duplication.

CocoLib does a lot of this for you by providing simple and efficient ways of solving many problems without having to spend an unreasonable amount of time researching implementation practices and resort to code duplication. It tries to do this while maintaining best Java and Forge practices.
Expand Down Expand Up @@ -100,4 +113,4 @@ Majority of Minecraft mod tests are integration tests and unfortunately Forge do

This library is licensed under [General Public License v3.0](https://www.gnu.org/licenses).

Software that depends on, is built upon or derived from this library is conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved.
Software that depends on, is built upon or derived from this library is conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved.
Binary file added assets/banner_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/banner_warm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 278b542

Please sign in to comment.