Support Request: Meta data values

  • Hello!
    I am writing a custom block config file for Tectonicus and I'm stuck with some block ids. I could not find any reference for meta values so I grabbed JD-GUI and looked inside jar though I am total noob at Java.
    I need help with values for stopped/working machines, cables, colored foam walls and rubber wood, please. Also it will be nice if someone tells me the correct color for rubber tree leaves.
    You can see something is wrong with wood here:



    See config under the spoiler:

  • From Items.java on the API:


    Code
    Rubber wood block, meta reflects the state, meta in ItemStack set to 0, ore dictionary: woodRubber (with meta 0), null with enableWorldGenTreeRubber=false
    dropped (as an item)  -> metadata 0
    block, no resin spot  -> metadata 0 or 1
    block, wet resin spot -> metadata 2-5 (according to the side)
    block, dry resin spot -> metadata 8-11 (wet state + 6)