Started by
Olimus192
on
Topic category: Help with MCreator software
Hii - so I'm trying to detect the NBT values of entities. In this case, I'm trying to detect if a Creeper's "powered" tag is set to 1b (true) to see if it's charged or not, but whenever I use the "get data logic NBT tag" block, it doesn't seem to be able to tell whether the Creeper's powered logic tag is true or not. I've tried everything I can think of to get it working but so far, no luck - I've even checked out forums, tutorials, etc.
Am I doing something wrong, or is it not possible to detect vanilla NBT tags like this?
You'll probably have to use a command to set a scoreboard value to whether the creeper is charged or not, and then MCreator can detect the value from there.