SHsuperCM / CITResewn

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

"exists" syntax does not exist #453

Closed naetilus closed 1 month ago

naetilus commented 1 month ago

Line: components.minecraft\:written_book_content.generation=exists:false

Optifine behaviour: Checks if item has "generation" component, if it does not, selects the texture. CIT Resewn behaviour: Does not do anything/ shows vanilla texture

Expected behaviour: Optifine behaviour

SHsuperCM commented 1 month ago

Duplicate of #204