mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r62.
I'm sorry. °~°
This commit is contained in:
parent
39baccc762
commit
ca9442e081
3 changed files with 7 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-r61"
|
version = "1.10.2-r62"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
# 1.10.2-r62
|
||||||
|
* Fixed a MASSIVE derpup breaking basically all of the things that ever existed ever. _Dang, I was hoping I could get a version out without needing a fix a day after for once. Whatevs. ¯\_(ツ)_/¯_
|
||||||
|
* Implemented new system of detemining the type of laser relay connection. There might be a bit of lag occuring when you join a world for the first time with this version.
|
||||||
|
* Added an extra check to block placing mechanisms so that they don't crash with weird semi-fluids
|
||||||
|
|
||||||
# 1.10.2-r61
|
# 1.10.2-r61
|
||||||
* Made machines split their energy/fluids when putting them into other blocks
|
* Made machines split their energy/fluids when putting them into other blocks
|
||||||
* Removed worm's bounding box as it was showing up on some HUD mods
|
* Removed worm's bounding box as it was showing up on some HUD mods
|
||||||
|
|
|
@ -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=61
|
1.10.2=62
|
Loading…
Reference in a new issue