We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc64337 commit 18ca5ebCopy full SHA for 18ca5eb
1 file changed
src/main/java/net/evmodder/evmod/onTick/TooltipMapLoreMetadata.java
@@ -94,6 +94,9 @@ private final String paletteSymbol(MapColorUtils.Palette palette){
94
final String pxOrPercent = data.numCarpet() < 10 ? data.numCarpet()+"px" : percentCarpet+"%";
95
lines.add(lines.removeLast().copy().append(" ("+pxOrPercent+" carpet)"));
96
}
97
+ else if(data.numCarpet() < numNonTransparentPx){
98
+ lines.add(lines.removeLast().copy().append(" (99%)"));
99
+ }
100
101
102
// if(showStaircased){// If material 1st then staircased, on same line
0 commit comments