VoxelPlugin
VoxelPlugin copied to clipboard
Feature Request: Array parameters / locals
Please make array variables that can be accessed by index. I currently am working on a complex set of if statements to determine which biome I'm in based on an index (and which is likely to grow unsustainably as I add more biomes), which wouldn't be necessary if I could just get a value of biome[index].