Changes between Version 37 and Version 38 of CustomBlocks
- Timestamp:
- 05/28/24 16:06:41 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CustomBlocks
v37 v38 121 121 (`opacity` is `15`) and not insubstantial (`insubstantial` is `false`). 122 122 123 == Horizontal orientation scheme == 124 125 This describes how to horizontally rotate and/or mirror blocks to which that applies. !WorldPainter normally auto-detects these based on the properties that are present: 126 127 ||= Name =||= Description =|| 128 || `none` || The block cannot be rotated or mirrored || 129 || `axis` || `axis` property containing `x`, `y` or `z` || 130 || `cardinal_directions` || `north`, `east`, `south` _and_ `west` properties, each containing some arbitrary value 131 123 132 == Example == 124 133