SHsuperCM / CITResewn

Fabric implementation of mcpatcher's cit
MIT License
165 stars 91 forks source link

Add null checks to enchantment type #258

Closed dbrighthd closed 5 months ago

dbrighthd commented 1 year ago

fixes crashes with custom enchants. ( #253 ) this doesn't fix the issue of appliedContext being null when it shouldn't be, but it prevents the game from crashing.

SHsuperCM commented 5 months ago

Merging for now but it is very odd that appliedContext becomes null at all