mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r2
This commit is contained in:
parent
ae584fce2f
commit
9b536fc3d5
4 changed files with 11 additions and 4 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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
|
|
@ -1 +1 @@
|
|||
1.7.10-r1
|
||||
1.7.10-r2
|
Loading…
Reference in a new issue