Terra (Fabric/Forge/Paper)

Terra (Fabric/Forge/Paper)

74.2k Downloads

Double cant be converted to string

Xogue opened this issue ยท 1 comments

commented

inside a custom config pack.yml, the "version" option cannot be a "double"

version: 0.1 -- Doesn't work, as a double cannot apparently be cast into a string. (at least it didnt work for me. I didnt do any extra testing)
version: 0.1.0 -- Does work. not seen as a double.

commented

If you want a string value, surround it with quote marks.

YAML Syntax