This commit is contained in:
Ellpeck 2016-05-14 15:54:57 +02:00
parent 67147df4cb
commit f34ed513fa
4 changed files with 18 additions and 3 deletions

View file

@ -12,7 +12,7 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle.forge'
version = "1.9-r32"
version = "1.9-r33"
group = "de.ellpeck.actuallyadditions"
archivesBaseName = "ActuallyAdditions"

View file

@ -28,7 +28,7 @@ public class ActuallyAdditionsAPI{
public static final String MOD_ID = "actuallyadditions";
public static final String API_ID = MOD_ID+"api";
public static final String API_VERSION = "11";
public static final String API_VERSION = "12";
/**
* Use this to handle things that aren't based in the API itself

View file

@ -1,3 +1,18 @@
# 1.9-r33
* Made Growth Ring performance better
* Centered page number in booklet
* Made placers be able to place anything again
* Made Item Laser Relays that have a whitelist have more priority than those who don't
* Fixed a massive console spam issue of Whitelisted Item Laser Relays trying to send client update packages FROM the client
* The laser relay has less particles again now
* Added custom banner patterns
* Added custom shield patterns
* Remove InvTweaks integration
* Added a smart whitelist button to the whitelisted laser relay that automatically adds items in adjacent inventories to the filter
* Lots of API restructuring
* Bump API Version to 12
* Put circles in front of the booklet entry buttons on the front page because it looks nice
# 1.9-r32
* Added Spawner Changer
* Added Spawner Shards

View file

@ -1,3 +1,3 @@
1.7.10=21
1.8.9=26
1.9=32
1.9=33