Description
This Resourcepack adds the Enchantment numbers from 1 to 255 so if you give yourself a sharpness 255 sword, it dosen't say "Sharpness enchantment.level.255". It says "Sharpness CCLV" which is roman and stands for 255.
Guide for reading roman numerals:
I = 1
II = 2
V = 5
X = 10
L = 50
C = 100
When the lower number is first, it is subtracted. Otehrwise it is added
VI is 5;1 ; 5 + 1 = 6
IV is 1;5 ; 5 - 1 = 4
IC is impossible because you can't subtract more than 3 smaler than the number so you would need to write
XCIX which is 10;100;1;10 so 100 - 10 + 10 - 1 = 99
