Starting out as a mod for Minecraft 1.5, Crafting Dead has been around for many years now. It was built on F3RULLO's Gun Mod, one of the first gun mods on the Minecraft scene and has been growing ever since, constantly being enhanced with more content and features.
Crafting Dead adds in a multitude of zombies and guns, along with cosmetics and medical supplies. The guns are fully customisable with attachments and paints; they are competitive ready with accurate hit detection, latency compensation and recoil. Medical supplies include first aid kits, adrenaline and bandages enabling you to quickly escape, attack and recover from combat situations.
Pull requests are always welcome, however please adhere to the following guidlines:
- Use the Google style guide
- Add
@Override
annotations where appropriate to make overrides explicitly clear - Rename semi-obfuscated variables (e.g. p_77624_1_) to meaningful names
- Turn on compiler warnings; resolve all of them (raw types, resource leaks, unused imports, unused variables etc.)
- Always use
this
keyword to make code as clear/readable as possible and to avoid ambiguous naming conflicts (which can go without notice) - Always use curly braces
{}
around if statements to make them clearer and easily expandable, e.g.
if(foo) {
bar();
}
instead of
if(foo)
bar();
Crafting Dead is licensed under GPL v3.0, see LICENSE.txt for more information. You may use Crafting Dead in modpacks, reviews or any other medium as long as you obide by the terms of the license. Commercial use of the mod must be authorised by the senior leadership team.
Please contact brad@nexusnode.com if you'd like authorisation.
- Sm0keySa1m0n
- Arzio
- F3RULLO14