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...
and here is pretty cool shown how it looks like in game 
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]]);
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]]);