Incorrect Position of Thaumcraft Aspects on NEI Aspect Combination page
ALongStringOfNumbers opened this issue ยท 3 comments
In Gregtech: New Horizons, version 2.1.0.6 with NEI updated to the latest version off of the jenkins, based on commit ae1d0d9
The Aspects shown on the Aspect combining NEI page are not scaled to the length of the entire NEI page, and in addition can render incorrectly, some times even off of the NEI page.
The following images are from looking at the usages of Terra
Aspect from NEI:
Page 1:
I would expect the aspects to scale all the way down the NEI page, if possible, instead of being divided into multiple pages. In addition, for the aspect combinations to render on the page, instead of off of the page or colliding with other GUI elements.
@Override
public int recipiesPerPage() {
return 5;
}
In the https://github.com/GTNewHorizons/TCNEIAdditions/blob/master/src/main/java/ru/timeconqueror/tcneiadditions/nei/AspectCombinationHandler.java file. Any reason not to change it?