SHsuperCM / CITResewn

Fabric implementation of mcpatcher's cit
MIT License
170 stars 92 forks source link

Question about naming bolded and colored items #503

Closed SnowyKab closed 1 week ago

SnowyKab commented 3 weeks ago

The question

I'm trying to make a resourcepack that gives custom models to certain items however i have an item with a bolded and hexcode colored name. If anyone can tell me how to find and write the name in my cit properties file it would be much appreciated. I've tried putting the nbt from the /data command in and it doesn't work still. this is what i put it [{"bold":true,"color":"#ff3000","text":"The Halburnt"}] Tyvm to whoever helps me with this problem

Checklist

SnowyKab commented 1 week ago

This was fixed. I realized that i was using item_names instead of custom_names. Tyvm