Let's say that I have an item in one chest that has an NBT:{value1:"3", value2:"this", value3:10, value4:false} and I extract value3, which is an integer = 10. I then modify this value by adding +2, which results in an integer 12. This number is want to use as the value for a filter to find an...