I think it'd be really cool if Minecraft command language was more similar to an actual computer language. It'd give those who are going into computer engineering an easier time translating the language to whatever they're learning. For example, the execute command:
execute as @p:
if entity @s[nbt={Health:2.0b}]:
run effect give @p minecraft:instant_health
else as @p if @s[nbt={Health:5.0b}]:
run effect give @p minecraft:regeneration
Not sure if this could be possible with other commands, but if this was with at least the execute command, it would be extremely cool.
Please sign in to leave a comment.
0 Comments