mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r69!
This commit is contained in:
parent
2efcf0eddd
commit
7989b7953d
3 changed files with 11 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
|||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
apply plugin: 'idea'
|
||||
|
||||
version = "1.10.2-r68"
|
||||
version = "1.10.2-r69"
|
||||
group = "de.ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
# 1.10.2-r69
|
||||
* 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
|
||||
* Made some changes to the JEI integration visuals
|
||||
* Added a "what people think" page to the manual
|
||||
* Made tiny torches less useless by giving them a bit bigger of a range
|
||||
* Fixed the empowerer not allowing extractions
|
||||
* Added a method to the API to figure out which type a Laser Relay has
|
||||
|
||||
# 1.10.2-r68
|
||||
* Fixed the player interface not saving its data
|
||||
* Made the empowerer work with all of its recipes
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
1.9=33
|
||||
1.9.4=45
|
||||
1.10=46
|
||||
1.10.2=68
|
||||
1.10.2=69
|
Loading…
Reference in a new issue