=! in selector working with nbt
the =! is only intended to work with strings which is why stuff like
scores=!
don't work in selectors
since the value for nbt is not a string using the =! should not work yet
nbt=!{NoGravity:1b}
works fine in a selector
e.g.
/kill @e[scores=!{Joe=1..5}
]
errors
/kill @e[nbt=!
]
doesn't error
2018-04-03, 01:16 AM
2018-04-03, 04:50 AM
2018-04-03, 04:50 AM
0
1
-