minity-script / minity

Minity is a scripting language for Vanilla Minecraft
https://minity-script.github.io
GNU General Public License v3.0
23 stars 0 forks source link

Variables are integer only #20

Open AgainPsychoX opened 2 years ago

AgainPsychoX commented 2 years ago

Example

$mx = @s::Motion[0]

does

execute store result score --minecarts_nowadays-mx --minecarts_nowadays--vars run data get entity @s Motion[0] 1

so floating point information is lost,..

soshimee commented 2 years ago

I don't think this can be done, since scoreboards can only store integers.