Changes between Version 42 and Version 43 of CustomBlocks


Ignore:
Timestamp:
05/28/24 16:48:59 (4 months ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CustomBlocks

    v42 v43  
    129129|| `axis`                || `axis` property containing `x`, `y` or `z`                                                                                                                                                              ||
    130130|| `cardinal_directions` || `north`, `east`, `south` ''and'' `west` properties, each containing some arbitrary value                                                                                                                ||
    131 || `facing`              || `facing` property containing the cardinal direction `north`, `east`, `south` or `west`                                                                                                                  ||
    132 || `facing_asym`         || `facing` property containing the cardinal direction `north`, `east`, `south` or `west`. This variant is for blocks which are not symmetrical and uses rotation to implement mirroring. Not autodetected ||
     131|| `facing`              || `facing` property containing the cardinal direction `north`, `east`, `south` or `west`. This variant is for blocks that are symmetric along their north-south and/or east-west axes                     ||
     132|| `facing_asym`         || `facing` property containing the cardinal direction `north`, `east`, `south` or `west`. This variant is for blocks that are symmetric along their north-west to south-east diagonal. Not autodetected  ||
    133133|| `rotation`            || `rotation` property containing an integer from 0 to 15 (inclusive) where 0 is south, 4 is west, etc.                                                                                                    ||
    134134|| `shape`               || `shape` property containing `north_south`, `east_west`, etc. as used by Minecraft for rails                                                                                                             ||