Changes between Version 26 and Version 27 of CustomBlocks
- Timestamp:
- 07/30/22 14:34:13 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CustomBlocks
v26 v27 60 60 || `vegetation` || * || Boolean || Whether the block is a plant, other than `treeRelated`. These are removed by the "remove vegetation" Merge option || 61 61 || `blockLight` || * || Integer || How much block light the block emits, from 0 - 15 || 62 || `natural` || * || Boolean || Whether the block should be considered natural as opposed to being man-made. Chunks with blocks that are _not_`natural` have the Read Only layer applied during Import ||62 || `natural` || * || Boolean || Whether the block should be considered natural as opposed to being man-made. Chunks with blocks that are ''not'' `natural` have the Read Only layer applied during Import || 63 63 || `watery` || * || Boolean || Whether the block is always flooded with water, regardless of its properties (e.g. water plants) || 64 64 || `colour` || || Hex || The colour in which the block should be rendered in the editor view, as a hexidecimal number in `aarrggbb` format, where `aa` should always be `ff` (opaque). When not specified, the block will be rendered in magenta ||