- Notifications
You must be signed in to change notification settings - Fork236
Source code for Forestry (Minecraft mod).
License
Unknown, Unknown licenses found
Licenses found
ForestryMC/ForestryMC
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Forestry is a modification for the game Minecraft and known primarily for its farms and bees.
For those interested in developement, you can also visit #forestry-dev.
The localization files reside in their own repository. It is pulled in automatically.
You may want to adjust the "./gradle.properties" file to set your mc account as needed.
To setup, open a command line and run "gradlew setupDecompWorkspace". Then run the following depending on your IDE:
Eclipse: "gradlew eclipse"IntelliJ IDEA: "gradlew idea genIntellijRuns"
To package, open a command line and type "gradlew build".
For mod authors: the Forestry maven is located athttp://maven.ic2.player.to/net/sengir/forestry/
Beware of ugly code.
Bugfixes are generally welcome. If you want to contribute something which changes game mechanics, please talk to someone with commit privileges first. Nothing is more frustrating than putting a lot of work and effort into a new game mechanic and then having the PR rejected because it doesn’t fit gameplay-wise.
If you submit a PR you must accept theContributor License Agreement. There is no way around that, since otherwise changing the license later - even to something more permissive! - , becomes close to impossible.
Forestry is (c) 2011 - 2014 SirSengir and licensed under LGPL v3. See the LICENSE.txt for all the gory details or go tohttp://www.gnu.org/licenses/lgpl-3.0.txt for more information. Forestry also contains code contributed by CovertJaguar, Player, MysteriousAges, Binnie, RichardG, cpw and others.
About
Source code for Forestry (Minecraft mod).