mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r33!
This commit is contained in:
parent
67147df4cb
commit
f34ed513fa
4 changed files with 18 additions and 3 deletions
|
@ -12,7 +12,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||||
|
|
||||||
version = "1.9-r32"
|
version = "1.9-r33"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ public class ActuallyAdditionsAPI{
|
||||||
|
|
||||||
public static final String MOD_ID = "actuallyadditions";
|
public static final String MOD_ID = "actuallyadditions";
|
||||||
public static final String API_ID = MOD_ID+"api";
|
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
|
* Use this to handle things that aren't based in the API itself
|
||||||
|
|
|
@ -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
|
# 1.9-r32
|
||||||
* Added Spawner Changer
|
* Added Spawner Changer
|
||||||
* Added Spawner Shards
|
* Added Spawner Shards
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
1.7.10=21
|
1.7.10=21
|
||||||
1.8.9=26
|
1.8.9=26
|
||||||
1.9=32
|
1.9=33
|
Loading…
Reference in a new issue