Changes between Version 41 and Version 42 of CustomBlocks
- Timestamp:
- 05/28/24 16:24:26 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CustomBlocks
v41 v42 61 61 || `blockLight` || || Integer || 0 || How much block light the block emits, from 0 - 15 || 62 62 || `natural` || || Boolean || ^1^) || 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 || `watery` || || Boolean || false|| Whether the block is always flooded with water, regardless of its properties (e.g. water plants) ||63 || `watery` || || Boolean || `false` || Whether the block is always flooded with water, regardless of its properties (e.g. water plants) || 64 64 || `colour` || || Hex || Magenta || 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 || 65 65 || `horizontal_orientation_schemes` || || String || ^2^) || Overrides the detected horizontal orientation scheme(s). Can be `none` to indicate that the block cannot be rotated or mirrored horizontally, or a comma-separated list of valid horizontal orientation scheme names (see [#Horizontalorientationschemes below]) ||