SHsuperCM / CITResewn

Fabric implementation of mcpatcher's cit
MIT License
166 stars 89 forks source link

many enchantments not work #221

Closed niemogewejsc closed 1 year ago

niemogewejsc commented 1 year ago

(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"

SHsuperCM commented 1 year ago

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.