[MineTweaker][HELP Request] Colored Names

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

CastielAngelow

New Member
Jul 29, 2019
5
0
1
Hello there, I have simple, but maybe not that simple question.
I would like to know, how can I add color to names through MineTweaker?
I assume it is quite possible, because I tried do it through this > § < mark and it almost worked.
But, not at all, because there was shown other mark, in game.
Here is my script. Note that this is just tinkering around with MT possibilities and learning how their script works...
var hammer = <exnihilo:hammer_diamond>;
var namedHammer = hammer.withTag({display: {Name: "§aCrying Hammer"}});
var dia = <minecraft:diamond>;
var stick = <minecraft:stick>;
recipes.addShaped(namedHammer,[[null,dia,dia],[null,stick,dia],[stick,null,null]]);
and here is pretty cool shown how it looks like in game :)
UNuvVII.png
 
  • Like
Reactions: AlCapella