mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r3!
This commit is contained in:
parent
646cb663ff
commit
adddbfd2a0
4 changed files with 13 additions and 3 deletions
|
@ -18,7 +18,7 @@ buildscript {
|
||||||
apply plugin: 'forge'
|
apply plugin: 'forge'
|
||||||
apply plugin: 'maven'
|
apply plugin: 'maven'
|
||||||
|
|
||||||
version = "1.7.10-r2"
|
version = "1.7.10-r3"
|
||||||
group = "ellpeck.actuallyadditions"
|
group = "ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ import java.util.Locale;
|
||||||
|
|
||||||
public class ModUtil{
|
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 MOD_ID = "ActuallyAdditions";
|
||||||
public static final String NAME = "Actually Additions";
|
public static final String NAME = "Actually Additions";
|
||||||
|
|
|
@ -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
|
# 1.7.10-r2
|
||||||
- Fix a Crash on Server with the Laser Relay
|
- Fix a Crash on Server with the Laser Relay
|
||||||
- Gave the Laser Relay an Energy Transfer Cap
|
- Gave the Laser Relay an Energy Transfer Cap
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.7.10-r2
|
1.7.10-r3
|
Loading…
Reference in a new issue