Changes between Version 40 and Version 41 of CustomBlocks


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

--

Legend:

Unmodified
Added
Removed
Modified
  • CustomBlocks

    v40 v41  
    141141This describes how to vertically mirror blocks to which that applies. !WorldPainter normally auto-detects this based on the properties that are present:
    142142
    143 ||= Name               =||= Description                                            =||
    144 || `none`               || The block cannot be vertically mirrored                  ||
    145 || `half`               || `half` property containing `top` or `bottom`             ||
    146 || `up`                 || `up` property containing `true` or `false`               ||
    147 || `type`               || `type` property containing `top` or `bottom`             ||
    148 || `up_down`            || `up` ''and' `down` property containing `true` or `false` ||
    149 || `vertical_direction` || `vertical_direction` property containing `up` or `down`  ||
     143||= Name               =||= Description                                             =||
     144|| `none`               || The block cannot be vertically mirrored                   ||
     145|| `half`               || `half` property containing `top` or `bottom`              ||
     146|| `up`                 || `up` property containing `true` or `false`                ||
     147|| `type`               || `type` property containing `top` or `bottom`              ||
     148|| `up_down`            || `up` ''and'' `down` property containing `true` or `false` ||
     149|| `vertical_direction` || `vertical_direction` property containing `up` or `down`   ||
    150150
    151151== Example ==