There's also a 16x16 yellow png file called "test" within the same directory.
With the pack on, I created the following item:
As expected, the properties file matched the coal item.
But, I then tried creating a new item:
Although the regex is perfectly valid and should work, this new piece of coal does not get the yellow texture.
Note: although the lore text is rendered purple & italicized, the actual NBT data is void of any formatting codes
Meaning Minecraft just renders unformatted lore text as purple & italicized and shouldn't affect the test.
It would appear that beginning anchors (^) in regex do not work with CIT.
I was having trouble getting a bit of regex to work in my pack, so I created a test to pinpoint the issue.
The test pack I created has the following properties file: test.properties
There's also a 16x16 yellow png file called "test" within the same directory.
With the pack on, I created the following item: As expected, the properties file matched the coal item.
But, I then tried creating a new item: Although the regex is perfectly valid and should work, this new piece of coal does not get the yellow texture.
Note: although the lore text is rendered purple & italicized, the actual NBT data is void of any formatting codes Meaning Minecraft just renders unformatted lore text as purple & italicized and shouldn't affect the test.