This website requires JavaScript.
Explore
Help
Sign In
fujin
/
Applied-Energistics-2
Watch
1
Star
0
Fork
0
You've already forked Applied-Energistics-2
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
77bb28ded62bc157bf18ca5e50f653152cb90d8f
Applied-Energistics-2
/
src
/
main
/
java
/
appeng
/
block
/
crafting
T
History
Sebastian Hartte
c1483d87c7
Fixes
#2549
: A block being rendered in the translucent layer will cause the item renderer to completely disable depth-writing causing silly looking models when held in hand.
2016-11-04 11:51:24 +01:00
..
BlockCraftingMonitor.java
Fixes
#2398
by switching to use of the auto rotation
2016-10-02 13:31:37 +02:00
BlockCraftingStorage.java
Major Refactoring of Bootstrap Code (
#75
)
2016-08-26 12:42:21 +02:00
BlockCraftingUnit.java
Organise imports
2016-09-17 17:05:07 +02:00
BlockMolecularAssembler.java
Fixes
#2549
: A block being rendered in the translucent layer will cause the item renderer to completely disable depth-writing causing silly looking models when held in hand.
2016-11-04 11:51:24 +01:00
ItemCraftingStorage.java
Replaced all instances of Guava's Optional type with Java 8's Optional type, as discussed in
#81
. (
#90
)
2016-08-26 12:42:21 +02:00