mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r51~
This commit is contained in:
parent
76ef35da2e
commit
60266c0505
3 changed files with 13 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
||||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||||
apply plugin: 'idea'
|
apply plugin: 'idea'
|
||||||
|
|
||||||
version = "1.10.2-r50"
|
version = "1.10.2-r51"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,14 @@
|
||||||
|
# 1.10.2-r51
|
||||||
|
* Made TiCon Rapier be able to be repaired in the Item Repairer
|
||||||
|
* Added Player Probe
|
||||||
|
* Renamed Mashed Food to bio mash
|
||||||
|
* Made the booklet search bar search a whole item's tooltip and not just the name
|
||||||
|
* Added different Energy Laser Relays for different amounts of power transfer
|
||||||
|
* Added Tiny Torch
|
||||||
|
* Booklet now states that the drill needs previous tiers of upgrades
|
||||||
|
* Made drill coloring not use all of the nbt, meaning you can color a drill without the upgrades being gone
|
||||||
|
* Made ActAdd tools work in hopefully most automatic farms etc.
|
||||||
|
|
||||||
# 1.10.2-r50
|
# 1.10.2-r50
|
||||||
* Changed the name of the coffee machine to coffee maker because that's apparently a more proper name
|
* Changed the name of the coffee machine to coffee maker because that's apparently a more proper name
|
||||||
* Fixed the drill sometimes acting up on redstone and glowstone
|
* Fixed the drill sometimes acting up on redstone and glowstone
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
1.9=33
|
1.9=33
|
||||||
1.9.4=45
|
1.9.4=45
|
||||||
1.10=46
|
1.10=46
|
||||||
1.10.2=50
|
1.10.2=51
|
Loading…
Reference in a new issue