mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r9
This commit is contained in:
parent
a86389d2b2
commit
5e0994fa29
3 changed files with 22 additions and 2 deletions
|
@ -18,7 +18,7 @@ buildscript {
|
||||||
apply plugin: 'forge'
|
apply plugin: 'forge'
|
||||||
apply plugin: 'maven'
|
apply plugin: 'maven'
|
||||||
|
|
||||||
version = "1.7.10-r8"
|
version = "1.7.10-r9"
|
||||||
group = "ellpeck.actuallyadditions"
|
group = "ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,23 @@
|
||||||
|
# 1.7.10-r9
|
||||||
|
- Added Explosion Lens
|
||||||
|
- Added Lens of Certain Death
|
||||||
|
- Lenses now render on the Atomic Reconstructor
|
||||||
|
- Rotten Flesh -> Leather in Atomic Reconstructor
|
||||||
|
- Added Colorable Drills
|
||||||
|
- Added Green Dye made from fern/grass in a Crusher
|
||||||
|
- DUH DUH DUH DUUUH
|
||||||
|
- Made Laser Relays smaller and gave them a proper bounding box (stop moaning, jackie!)
|
||||||
|
- Removed unnecessary things from the OreDict that were added just for crafting recipes
|
||||||
|
- Fixed booklet stand not working on servers (Kind of defeated its purpose. Maybe I should've tested it before.)
|
||||||
|
- Made booklet stand actually be wooden (Harvestable with axe & wood sounds)
|
||||||
|
- Fixed a bug where sometimes NEI would crash when looking at recipes before opening the booklet for the first time in a world
|
||||||
|
- Fix some bugs with the NEI Integration of the Booklet
|
||||||
|
- Added page display to the NEI Integration of the Booklet
|
||||||
|
- Fixed bug with Villager trade handler (how did that even happen in the first place?)
|
||||||
|
- Reorganized the booklet a bit
|
||||||
|
- Removed lots of config options (yes, really.)
|
||||||
|
- Greenhouse Glass Performance improvement
|
||||||
|
|
||||||
# 1.7.10-r8
|
# 1.7.10-r8
|
||||||
- Added Lens Mechanic for the Reconstructor
|
- Added Lens Mechanic for the Reconstructor
|
||||||
- Added Color Cycling Recipes for wool, stained clay and stained glass for the Reconstructor
|
- Added Color Cycling Recipes for wool, stained clay and stained glass for the Reconstructor
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.7.10-r8
|
1.7.10-r9
|
Loading…
Reference in a new issue