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
9e41d543f5952250b4438d5bc08163dc314c2eb3
Applied-Energistics-2
/
src
/
main
/
java
/
appeng
/
client
/
gui
T
History
Sebastian Hartte
319d92a371
Merge branch '8.0.x-1.16.1'
2020-08-29 22:18:12 +02:00
..
implementations
Fix search box interactions in the interface terminal.
2020-08-24 22:33:04 +02:00
widgets
Fixes
#4547
: Name clash between ITooltip#getWidth, ITooltip#getHeight and Vanilla Widget methods leads to missing methods at runtime, since the implementing methods will be remapped to SRG names, while referees of the interface will try to call the renamed methods by their name in the interface, leading to an AbstractMethodError. (
#4557
)
2020-08-05 16:33:44 +02:00
AEBaseMEScreen.java
Initial port to 1.16.2
2020-08-13 23:15:09 +02:00
AEBaseScreen.java
Initial port to 1.16.2
2020-08-13 23:14:49 +02:00
NumberEntryType.java
Formatting fixes
2020-07-19 23:50:47 +02:00
Size1Slot.java
Remove the use of SlotItemHandler since we are only faking an inventory-backed slot, (
#4654
)
2020-08-29 22:03:35 +02:00