mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
r101!
This commit is contained in:
parent
bc91168990
commit
3a9cacf292
3 changed files with 17 additions and 2 deletions
|
@ -14,7 +14,7 @@ buildscript {
|
|||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
apply plugin: 'idea'
|
||||
|
||||
version = "1.11.2-r100"
|
||||
version = "1.11.2-r101"
|
||||
group = "de.ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
# 1.11.2-r101
|
||||
* Added Laser Relay Insibility Upgrade
|
||||
* Added Laser Relay Range Upgrade
|
||||
* Added Engineer's Goggles
|
||||
* Added Engineer's Infrared Goggles
|
||||
* Added Crystal Clusters
|
||||
* Made Smiley Clouds render Patreon reward floating items
|
||||
* Fixed pickup achievements not working
|
||||
* Fixed player data sometimes not updating properly
|
||||
* Fixed an exception in the booklet due to broken furnace recipes
|
||||
* Fixed a lot of typos in fr_FR.lang (MisterPeModder44)
|
||||
* Added a bunch of quotes to the booklet
|
||||
* Implemented charset carrying for most blocks
|
||||
* Added redstone mode to the ranged collector
|
||||
|
||||
# 1.11.2-r100
|
||||
#### I wanted to do something really cool for r100, but I didn't. So the best change in this version is that worms now go forwards again. So that's nice, I guess.
|
||||
* Implemented slotless item handler compatibility. If you use Colossal Chests, you should install Common Capabilities to make Actually Additions stuff work nicely with that.
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
1.10=46
|
||||
1.10.2=98
|
||||
1.11=92
|
||||
1.11.2=100
|
||||
1.11.2=101
|
Loading…
Reference in a new issue