This commit is contained in:
Ellpeck 2016-08-03 20:02:11 +02:00
parent 4ceccc3f5a
commit f330657cf7
3 changed files with 24 additions and 9 deletions

View file

@ -14,7 +14,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge'
apply plugin: 'idea'
version = "1.10.2-r56"
version = "1.10.2-r57"
group = "de.ellpeck.actuallyadditions"
archivesBaseName = "ActuallyAdditions"
@ -94,13 +94,6 @@ task sourcesJar(type: Jar) {
classifier = 'sources'
}
artifacts {
archives apiJar
archives javadocJar
archives sourcesJar
archives deobfJar
}
apply plugin: 'maven-publish'
publishing {

View file

@ -1,3 +1,25 @@
# 1.10.2-r57
##### This update introduces a new mechanic called the Empowerer. Most of the mid- to endgame crafting recipes have been changed to use items created via the Empowerer. Because of this mechanic being very new, there might be a couple of bugs. Please report them to the issue tracker accordingly.
* Added Empowerer
* Added Bag and Void Bag
* Fixed Display Stand's bounding box
* Added a character limit to the NBT display of the advanced tooltip, changeable in the config
* Added Creative Tab search bar
* Made the Reconstructor book entry show every crystal recipe seperately
* Fixed wild rice popping off of water when updated
* Added an info for the priority system to the Item Laser Relay booklet entry
* Fixed Water Bowls sometimes doing their action twice
* Made the Update Checker not break when on an unstable build
* Made booklet save its data via identifiers instead of number ids. This should mean that saved pages don't get offset anymore when adding new items
* Fix ActAdd now being incompatible with Tesla because of modid casing
* Hopefully finally fix spawners resetting from time to time when used with a Spawner Changer
* Made the Drill's 5x5 mode mine one block higher
* Added charcoal block to Ore Dictionary
* Add some more null checks to the drill's block harvesting to prevent crashes with weird blocks
* Changed the description of the introduction video page a bit
* Adder super hard crafting recipes mode
* [API] Lots of changes, check the Github commit history for more info
# 1.10.2-r56
* Made batteries have an output mode activated by sneak-right-clicking them
* Added Oredictionary-based checking to ESDs, Advanced Item Relays and Ranged Collectors

View file

@ -3,4 +3,4 @@
1.9=33
1.9.4=45
1.10=46
1.10.2=56
1.10.2=57