-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
859d406
commit b24fadc
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
ChickenChunks | ||
============== | ||
THIS PROJECT IS RETIRED: See [here] for the current repo. | ||
|
||
As you all should know, the minecraft world is separated into chunks. 16x16 areas that are loaded depending on how close a player is to them. If you have machines or plants or anything that does something in a chunk that is not loaded because there are no players nearby nothing will happen. | ||
|
||
This mod adds a block called a chunkloader, when placed it will keep chunks around it loaded even if no players are nearby or even online. So now your plants can grow and your automatic quarries can run, even when you're not around. | ||
|
||
Current recommended and latest builds can be found at http://chickenbones.net/Pages/links.html | ||
|
||
Current maven: http://chickenbones.net/maven/ | ||
|
||
Join us on IRC: | ||
- Server: Esper.net | ||
- Channel: #ChickenBones | ||
|
||
|
||
[here]: <https://github.com/TheCBProject/ChickenChunks> |