Unofficial tool to preview Terra's generation !
Terra repo : https://github.com/PolyhedralDev/Terra
Reminders :
The parser is not the exact same, you need to change if from (if(max(y-150, 0), some_math_1, some_math_2)) to (if(max(y-150, 0) > 0, some_math_1, some_math_2))
and priorities are not exactly the same, where this -(y / 62)^2 needs more parenthesis like -((y / 62)^2)
Controls :
Arrows : Control freecam
Right Click : Control freecam's camera
Shift : Fast Mode
