This commit is contained in:
Ellpeck 2015-11-05 21:26:47 +01:00
parent 646cb663ff
commit adddbfd2a0
4 changed files with 13 additions and 3 deletions

View file

@ -18,7 +18,7 @@ buildscript {
apply plugin: 'forge'
apply plugin: 'maven'
version = "1.7.10-r2"
version = "1.7.10-r3"
group = "ellpeck.actuallyadditions"
archivesBaseName = "ActuallyAdditions"

View file

@ -17,7 +17,7 @@ import java.util.Locale;
public class ModUtil{
public static final String VERSION = "1.7.10-r2";
public static final String VERSION = "1.7.10-r3";
public static final String MOD_ID = "ActuallyAdditions";
public static final String NAME = "Actually Additions";

View file

@ -1,3 +1,13 @@
# 1.7.10-r3
- Fixed the Heat Collector not outputting power if its internal buffer is full
- Fixed Crash when the manual was open during a world crash or kick
- Removed seasonal booklet page changes
- Changed the way special overhead rendering for special people is handled (preparing for something coming up in the future!)
- Added Black Lotus that spawns in the world
- Added black dye that is craftable from the Black Lotus
- Fixed a potential bug with booklet crafting page crashing if a Crafting Recipe doesn't have inputs
- Added some more smiley clouds
# 1.7.10-r2
- Fix a Crash on Server with the Laser Relay
- Gave the Laser Relay an Energy Transfer Cap

View file

@ -1 +1 @@
1.7.10-r2
1.7.10-r3