mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-25 08:28:34 +01:00
r70!
This commit is contained in:
parent
add64ce9ea
commit
a76000d635
3 changed files with 22 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-r69"
|
version = "1.10.2-r70"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
# 1.10.2-r70
|
||||||
|
* Added the handheld filler, an item that can fill big areas with blocks
|
||||||
|
* Added the lens of the killer that will drop XP and player-kill items when killing mobs
|
||||||
|
* Re-added the villager that sells jam
|
||||||
|
* Made oil stuff generate a *lot* more RF
|
||||||
|
* Made the Item Repairer a lot more expensive and slow
|
||||||
|
* Made the Reconstructor reconstruct even if it can't reconstruct the entire stack. Reconstruct reconstruct reconstruct reconstruct
|
||||||
|
* Made Laser Relays a bit less performance intensive again
|
||||||
|
* Made the magnet ring's range a bit bigger
|
||||||
|
* Made Reconstructor recipes show how much additional power they need
|
||||||
|
* Make Crystals generate in lush caves
|
||||||
|
* Made the booklet always show the search bar
|
||||||
|
* Add some more checks to the farmer so that it only plants what can be planted
|
||||||
|
* Rewrote the book tutorial page and added introductory bookmarks
|
||||||
|
* Move the Booklet GUI up a bit to make bookmarks not be off screen
|
||||||
|
* Added some more ores to the mining lens list
|
||||||
|
* Tweaked some dungeon loot amounts
|
||||||
|
* Make the AIOT able to make both farmland and paths
|
||||||
|
* Redid config texts (Joshwoo70)
|
||||||
|
|
||||||
# 1.10.2-r69
|
# 1.10.2-r69
|
||||||
* Added the Mining lens, a lens that will convert stone and netherrack blocks to random ores
|
* Added the Mining lens, a lens that will convert stone and netherrack blocks to random ores
|
||||||
* Added the Farmer, a block that can farm crops like wheat or canola
|
* Added the Farmer, a block that can farm crops like wheat or canola
|
||||||
|
|
|
@ -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=69
|
1.10.2=70
|
Loading…
Reference in a new issue