This commit is contained in:
Ellpeck 2015-10-31 14:45:35 +01:00
parent ae584fce2f
commit 9b536fc3d5
4 changed files with 11 additions and 4 deletions

View file

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

View file

@ -15,7 +15,7 @@ import org.apache.logging.log4j.Logger;
public class ModUtil{
public static final String VERSION = "1.7.10-r1";
public static final String VERSION = "1.7.10-r2";
public static final String MOD_ID = "ActuallyAdditions";
public static final String NAME = "Actually Additions";

View file

@ -1,3 +1,10 @@
# 1.7.10-r2
- Fix a Crash on Server with the Laser Relay
- Gave the Laser Relay an Energy Transfer Cap
- Added Preview Pictures to the booklet (Thanks to KittyVanCat for help!)
- Fix Slabs
- Fixed Bug with Double Furnace and Double Crusher not crushing if both slots are filled (Thanks to KittyVanCat)
# 1.7.10-r1
- Finally out of beta! ~
- Added the Laser Relay, a block that works like a cable to transfer RF, only without the cable but with LAZORZ
@ -10,4 +17,4 @@
- New AIOT Textures
- AIOT Integration for SimpleOres 2
- Changed Ball Of Hair Name to "Ball Of Fur", added Booklet Page
- Added Iron Casing & Drill Core
- Added Iron Casing & Drill Coreg

View file

@ -1 +1 @@
1.7.10-r1
1.7.10-r2