mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-25 08:28:34 +01:00
r6!
This commit is contained in:
parent
ec1f746ca1
commit
77dd51838c
4 changed files with 15 additions and 3 deletions
|
@ -18,7 +18,7 @@ buildscript {
|
|||
apply plugin: 'forge'
|
||||
apply plugin: 'maven'
|
||||
|
||||
version = "1.7.10-r5"
|
||||
version = "1.7.10-r6"
|
||||
group = "ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ import java.util.Locale;
|
|||
|
||||
public class ModUtil{
|
||||
|
||||
public static final String VERSION = "1.7.10-r5";
|
||||
public static final String VERSION = "1.7.10-r6";
|
||||
|
||||
public static final String MOD_ID = "ActuallyAdditions";
|
||||
public static final String NAME = "Actually Additions";
|
||||
|
|
|
@ -330,7 +330,7 @@ tooltip.actuallyadditions.blockPhantomRange.desc=Range
|
|||
tooltip.actuallyadditions.laser.stored.desc=<Laser stored!>
|
||||
tooltip.actuallyadditions.laser.connected.desc=<Laser connected!>
|
||||
tooltip.actuallyadditions.laser.cantConnect.desc=Can't connect: The relays are either part of the same network, the stored relay doesn't exist anymore or it is too far away!
|
||||
tooltip.actuallyadditions.itemBooklet.desc=Or "Manual", if you will
|
||||
tooltip.actuallyadditions.itemBooklet.desc=Or "Booklet", if you will
|
||||
|
||||
#Gui Information
|
||||
info.actuallyadditions.gui.animals=Animals
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
# 1.7.10-r6
|
||||
- Added Atomic Reconstructor
|
||||
- Added Crystals replacing Items like Redstone & Iron Ingots in most crafting recipes
|
||||
- Seriously fixed Laser Relays disconnecting on their own now, promise! (THE DESPERATION..)
|
||||
- Fix memory leaks
|
||||
- Fixed Blocks having an Item Renderer in Inventory
|
||||
- Updated Smiley Clouds
|
||||
- New Cheeves! (More to come!)
|
||||
- Achievement Information for the booklet
|
||||
- Emerald & Purple Drill
|
||||
- Added Dungeon Loot
|
||||
|
||||
# 1.7.10-r5
|
||||
- Fixed some unnecessary performance use when transfering power with laser relays
|
||||
- Fixed Laser Relays disconnecting themselves when
|
||||
|
|
Loading…
Reference in a new issue