Modding Help Even and odd block X Y position

Discussion in 'Starbound Modding' started by NecroVacuum, Sep 2, 2022.

  1. NecroVacuum

    NecroVacuum Big Damn Hero

    Hi. Is there a way to do something like this:

    "matchAllPoints": [
    [[1, 0], "isEvenPosition"],
    [[0, -1], "isEvenPosition"]
    ],

    In general, I need some block texture that will only appear at an even or odd X Y position.
     

Share This Page