In Java, you can add NBT data for a mob or player, like setting something on fire or detecting if something is hurt. I think this should be in Bedrock edition as well. It would allow Bedrock players to do many things in their world that otherwise wouldn't be possible. Maybe a modify data command could be added like in Java. This way map creators and Minecraft users who enjoy using commands could up their experience. It has been a while since commands have gotten an update and I think this is a great start. Keep reading for examples.
NBT Data Example:
On the end of a @_, you can add data such as [name=jeb_]. This would be how NBT tags could be added. Ex. A repeating command block with the command: kill @e[nbt=on_fire] could make it so any entity on fire would instantly be killed.
Data Modification Command Example:
Form: /datamodify target add/remove modification
Example: /datamodify @e[type=sheep] add minecraft:on_fire would set all sheep on fire.
Please sign in to leave a comment.
0 Comments