Minecraft mod that overhauls the End dimension, and makes it much harder, but also more exciting! https://hee.chylex.com/
Go to file
chylex d962137c81 Add a WIP unit test class for Stack 2017-02-03 10:06:34 +01:00
gradle/wrapper Push gradle wrapper for convenience 2015-11-24 01:06:47 +01:00
libs Update Java Checker lib to 2.0 2016-01-13 19:11:23 +01:00
music Fix music resource domain, add pack detection to Music Disks 2015-12-30 04:03:05 +01:00
src Add a WIP unit test class for Stack 2017-02-03 10:06:34 +01:00
..BUILD.bat Improve the build script to allow restarting 2016-01-07 12:30:53 +01:00
..SETUP.bat Add batch files for gradle stuff because I'm a lazy bastard 2016-01-05 22:15:14 +01:00
.gitignore Update build.gradle Forge version and runDir 2016-07-18 17:56:14 +02:00
.pmd Update PMD settings 2015-12-25 17:17:31 +01:00
.pmd4 Update PMD settings 2015-12-25 17:17:31 +01:00
Downloads.txt Release 1.8.6 2016-07-18 19:12:16 +02:00
README.md Fix README information about the master branch 2015-11-02 16:10:09 +01:00
UpdateNotificationData.txt Push 1.8 update 2015-04-02 17:46:53 +02:00
UpdateNotificationDataV2.txt Release 1.8.6 2016-07-18 19:12:16 +02:00
VersionHistory.txt Release 1.8.6 2016-07-18 19:12:16 +02:00
build.gradle Update build.gradle Forge version and runDir 2016-07-18 17:56:14 +02:00
gradlew Push gradle wrapper for convenience 2015-11-24 01:06:47 +01:00
gradlew.bat Push gradle wrapper for convenience 2015-11-24 01:06:47 +01:00

README.md

Hardcore Ender Expansion

Translating

DO NOT MODIFY THE LANGUAGE FILES, THEY WILL GET AUTOMATICALLY REPLACED BY THE TRANSLATION SYSTEM!

Use http://hee-translate.chylex.com/ for translations instead.

Source code and asset license

The project is under the All Rights Reserved license, which means that redistribution is forbidden. However, I do not want to be as restrictive, so here are some general rules, and some specific cases for what you may want to do with the source.

  1. Feel free to fork the project on GitHub. The repository must be publicly visible.
  2. You are allowed to study the source code and learn from it, but don't just copy large portions of it into your project.
  3. Official terms of use apply, thus you cannot redistribute any part of the mod or claim it as your own. Forking is the only exception to source & asset redistribution.

I want to use part of the mod in my own project

This rule only applies to the source code, assets are copyrighted and belong to their respective owners (music to qwertygiy, all other assets to me), and cannot be used in other projects without the owner's permission!

If you find a handy method or even an entire class (such as BlockReplaceHelper), I don't mind if you use it in your project (don't copy everything you see though, that's not how you learn to mod). Giving credit is only required if your project has publicly visible source, in that case use javadoc and link back to the original source.

I want to modify something in HEE

It would be best to contact me first, because not everything can be added into the mod and I wouldn't want you to waste your time with a PR that will not get accepted.

When modifying the files, please try to follow my code formatting style. I don't autoformat because Eclipse doesn't let me customize the style exactly the way I want it, and for that reason I also cannot give you any preference file you could import.

I'm also a huge derp and don't really get how most of this Git thing works. Don't do anything big because if there's any problem accepting a PR, it will most likely not be accepted.

I want to create an addon

Keep in mind that addons depend on the parent mod, but don't contain any part of it - otherwise it's a modification!

You are welcome to create and distribute any addon. If you let me know about it, I might add it to a list of supported addons too. :)

I want to create a modification

The terms say that you cannot redistribute the mod or modifications of the mod. You can play around with the code if you fork the project, but if you want to distribute it, you need my explicit permission. I haven't been in this situation yet, so if you create a modification, let me know and we'll figure something out.

Project setup guide

In order to setup your own workspace to play around with the source code, first clone this repository using your Git client (make sure to select the correct branch, they are named by Minecraft versions; master is always the latest work in progress version).

Once you cloned the repository, follow this tutorial on how to install Forge: http://www.minecraftforge.net/wiki/Installation/Source

When you download Forge, do not copy the src folder and build.gradle file, as those are provided by the mod's repository, otherwise your setup will not work.

Issue & task tracker

This project also contains an issue tracker for the mod, which you should use for ideas, questions and bug reports.

Always provide as much information and details as possible. If you're reporting a bug or a crash, always provide logs (both crash and client/server log) and conditions under which the bug or crash happened!

Resolved issues will have a resolution in square brackets, optionally with HEE version.

  • [DONE] Finished feature, enhancement or tweak.
  • [FIXED] Resolved bug or crash.
  • [INVALID] Not enough information to replicate the issue, or the issue is not caused by HEE.
  • [INTENDED] Described behavior is intended and correct.
  • [CANCELED] Canceled feature, enhancement or tweak.
  • [ANSWERED] Question answered.
  • [ACKNOWLEDGED] Feedback read and acknowledged.
  • [DUPLICATE] Reported issue is a duplicate and will be locked.

Visit the issue tracker here: https://github.com/chylex/Hardcore-Ender-Expansion/issues