CIT Resewn

CIT Resewn

14M Downloads

many enchantments not work

niemogewejsc opened this issue ยท 1 comments

commented

(sorry for my bad english)
if I put many enchantments, the texture doesn't work and I get warns in the console about "Invalid path in datapack"
(work on optifine)
example:

   type=item
   items=netherite_sword
   texture=fire1
   nbt.Enchantments=regex:.*(?=.*fire_aspect)(?=.*looting)(?=.*sharpness).*
   enchantmentLevels=5
   weight=4

warn message: "Invalid path in datapack: minecraft:optifine/cit/netherite/sword/!firesharploot/fire1.properties, ignoring"

commented

The invalid path is because of the ! that's in the folder name. Fix the broken paths prior to making an issue.

I'd need the full logs to help further.