Started by
gamingvader
on
Topic category: Help with Minecraft modding (Java Edition)
Hi, I'm trying to do a command with a string but when i go in and test if the command was executed it wasn't it still shows its value as 1.0.
Topic category: Help with Minecraft modding (Java Edition)
Hi, I'm trying to do a command with a string but when i go in and test if the command was executed it wasn't it still shows its value as 1.0.
Make sure both procedures are getting called, in the right order, on the same entity.
Also, check to see if normal commands work, such as "/execute as @e at @s run tp @s ~ ~100 ~".