This repository is based on Slayer5934's ChocoCraft3 repository.
Which was rewritten from scratch based on ChocoCraft 1 and 2.
The source code of this mod, which is located under src/main/java
, is licensed under the MIT license, see LICENSE-code.md
The assets in this mod are licensed under CC-BY-SA 4.0, see LICENSE-code.md
To comply with the CC-BY-SA 4.0 license of the assets the following adjustments were made:
- While porting Slayer5934's repository to 1.16.5 the
chocobo_stats.png
asset got slightly adjusted (A section got moved by a few pixels) otherwise it's identical.
- Clone this repository into a new folder using your IDE, a git gui or the git command line.
- In your IDE, import the
build.gradle
from the chococraft project - Generate the run configurations by running the following gradle task, depending on your IDE:
- Eclipse:
gradlew genEclipseRuns
- IntelliJ IDEA:
gradlew genIntellijRuns
- VSCode:
gradlew genVSCodeRuns
- Eclipse:
- EddieV for creating the first version of Chococraft for Minecraft 1.1
- ArnoSaxena for creating Chococraft 2 for Minecraft 1.4+. (Most of the Assets used in Chococraft 3 are done by him!)
- Clienthax for porting Chococraft 2 to Minecraft 1.7.10 and 1.8