GTNewHorizons / ThaumicHorizons

Authorized Continuation
GNU Lesser General Public License v3.0
7 stars 19 forks source link

remove broken unicode, replace with EnumChatFormatting; #24

Closed bombcar closed 2 years ago

bombcar commented 2 years ago

I think DARK_PURPLE is the normal Thaumcraft color

bombcar commented 2 years ago

Removed the extra "" and confirmed dark purple is the thaum color

bombcar commented 2 years ago

You don’t need “” between the styling.

without the + "" it explodes with:

ThaumicHorizons/build/sources/java/com/kentington/thaumichorizons/common/tiles/TileSoulBeacon.java:29: error: bad operand types for binary operator '+'
        p.addChatMessage((IChatComponent)new ChatComponentText(EnumChatFormatting.ITALIC + EnumChatFormatting.GRAY + StatCollector.translateToLocal("thaumichorizons.setBeacon")));