mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
r93!
This commit is contained in:
parent
0df090d53d
commit
dc96af3343
3 changed files with 16 additions and 2 deletions
|
@ -29,7 +29,7 @@ import java.util.List;
|
|||
public class TileEntityEmpowerer extends TileEntityInventoryBase{
|
||||
|
||||
public int processTime;
|
||||
public int recipeForRenderIndex;
|
||||
public int recipeForRenderIndex = -1;
|
||||
private int lastRecipe;
|
||||
|
||||
public TileEntityEmpowerer(){
|
||||
|
|
|
@ -1,3 +1,17 @@
|
|||
# 1.10.2-r93
|
||||
### This is a backport of some of the features present in the new 1.11 versions. So have fun with that. <3
|
||||
* Replace particles with laser renderers on multiple machines
|
||||
* Make the Leaf Blower work on all shearable things including BoP grass
|
||||
* Make the Reconstructor convert without needing blocks in its sight
|
||||
* Added comparator outputs to a bunch of things (check the book)
|
||||
* Added Elucent's nice Laser renderer
|
||||
* Add drops to event list instead of dropping directly
|
||||
* Fix disenchanting lens deleting books
|
||||
* Make Laser Relays ignore full containers
|
||||
* Tone down loot generation amounts a bit
|
||||
* Backport Traveller's sack item count tooltip (number5)
|
||||
* Removed the Item Distributor :(
|
||||
|
||||
# 1.11-r92
|
||||
* Added Battery Box to store power
|
||||
* Replace particles on Empowerer, Leaf Generator, Atomic Reconstructor and Miner with Laser Renderer
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
1.9=33
|
||||
1.9.4=45
|
||||
1.10=46
|
||||
1.10.2=90
|
||||
1.10.2=93
|
||||
1.11=92
|
Loading…
Reference in a new issue