DevOnTheRocks / RockyTweaks

A Minecraft Forge mod that adds additional functionality to other mods.
GNU General Public License v3.0
5 stars 2 forks source link

Color codes not supported? #26

Closed Zergmazter closed 4 years ago

Zergmazter commented 4 years ago

I tried to have an output with a colored "Lore", but the color code results in weird symbols added in front of my "Lore"

Anvil.addRecipe(<minecraft:iron_ingot>, <minecraft:iron_chestplate>, <minecraft:iron_chestplate>.withLore(["§6-With Gloves"]), 1);

Zergmazter commented 4 years ago

The §6 is replaced by some weird things in-game I cannot mimic with my keyboard. No color change.

Zergmazter commented 4 years ago

Never mind this is an issue with vanilla, not your mod.