-
Notifications
You must be signed in to change notification settings - Fork 0
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
6354994
commit 39e2dbb
Showing
1 changed file
with
17 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,17 @@ | ||
# Release 0.1.2 | ||
|
||
If you're new to the pack, be sure to check out the introduction in the 0.1.0 changelog! | ||
|
||
### Other Changes | ||
- Prevent AE2 crystal seeds from floating | ||
- Disable NEI scrollwheel handling to prevent double scrolling | ||
- Disable Railcraft residual heat block | ||
|
||
### Known Issues | ||
- ChromatiCraft cave crystal rendering is bugged due to interactions with FalseTweaks. | ||
- Minecraft 1.7.10 does not have multi-threaded worldgen, so it will lag during exploration due to cascading worldgen. | ||
- You may want to pregen the world for server use, with the following commands: | ||
- Only run pregen when no players are online: `/pregen utils setPlayerLimit 1` | ||
- Generate 200 chunk radius from 0,0 in the Overworld: `/pregen gen startradius square 0 0 200` | ||
- Generate 100 chunk radius from 0,0 in the Nether: `/pregen gen startradius square 0 0 100 -1` | ||
- Questlines are very minimal at the moment. |