mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r8!
This commit is contained in:
parent
29476bce61
commit
a00f76772c
4 changed files with 18 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-r7"
|
version = "1.7.10-r8"
|
||||||
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-r7";
|
public static final String VERSION = "1.7.10-r8";
|
||||||
|
|
||||||
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,18 @@
|
||||||
|
# 1.7.10-r8
|
||||||
|
- Added Lens Mechanic for the Reconstructor
|
||||||
|
- Added Color Cycling Recipes for wool, stained clay and stained glass for the Reconstructor
|
||||||
|
- Added Booklet Stand
|
||||||
|
- Made Drill fire block breaking event
|
||||||
|
- Fix some blocks not working with the Drill
|
||||||
|
- Fixed a bug where items would be deleted when exiting the booklet sometimes
|
||||||
|
- Fixed Solar Panel working even though blocked
|
||||||
|
- Made text for bugged items less dumb
|
||||||
|
- Removed german lang file as it's neither getting used nor updated
|
||||||
|
##### (If you want to localize ActAdd in any language yourself, just make a pull request!)
|
||||||
|
- Fix Reconstructor not using the right amount of energy for items
|
||||||
|
- Made Update Checker show after a certain amount of time
|
||||||
|
- Made Drill harvest slowly instead of not at all when out of energy
|
||||||
|
|
||||||
# 1.7.10-r7
|
# 1.7.10-r7
|
||||||
- Made the Atomic Reconstructor save its power
|
- Made the Atomic Reconstructor save its power
|
||||||
- Added Automation Tutorial for Atomic Reconstructor
|
- Added Automation Tutorial for Atomic Reconstructor
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.7.10-r7
|
1.7.10-r8
|
Loading…
Reference in a new issue