BeefCore

What is this?

BeefCore is the core library for my Minecraft mods. At the moment, it contains:

How do I use it?

At the moment, you don't! I only have one active mod, Big Reactors, and I always bundle the latest version of BeefCore into it, so you don't need to download or deal with multiple mods.

If you'd like to check out the code, though, be my guest.

If you're planning on using BeefCore in your own mod, please treat it as a fork! Change the package name to something other than "erogenousbeef.core" so that we don't have any conflicts should our mods be used together. In the future, I will distribute builds of BeefCore as a coremod, which you can then simply use as a dependency.

License

Licenses for Minecraft mods are silly. If you want to use my mods, do it, have fun. If you want to use, copy or fork my code, do it, have fun.

But, because some people insist, from LICENSE.txt:

The MIT License (MIT)

Copyright (c) 2013 "Erogenous Beef"

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.