Changes between Version 24 and Version 25 of CustomBlocks
- Timestamp:
- 07/24/22 21:54:38 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CustomBlocks
v24 v25 47 47 ||= Field =||= Mandatory =||= Type =||= Description =|| 48 48 || `name` || * || String || The namespace and name of the block separated by a colon ("ID" or "resource location") || 49 || `discriminator` || || String || An optional discriminator to discriminate multiple rows with the same `name` 50 || `properties` || || String || A comma-separated list of the names and types of all the properties this block can have. See below for details||49 || `discriminator` || || String || An optional discriminator to discriminate multiple rows with the same `name`. See [#Discriminator below] for details || 50 || `properties` || || String || A comma-separated list of the names and types of all the properties this block can have. See [#Properties below] for details || 51 51 || `opacity` || * || Integer || The opacity of the block (how much light it blocks), from 0 (fully transparent) to 15 (fully opaque) || 52 52 || `receivesLight` || * || Boolean || Whether the block should be lit itself, despite being fully opaque (e.g. stair blocks, slabs, etc.). Only applies to fully opaque blocks; should be set to `false` for other blocks || 53 || `insubstantial` || * || Boolean || Whether the block should be considered insubstantial. See below for details||53 || `insubstantial` || * || Boolean || Whether the block should be considered insubstantial. See [#Insubstantialblocks below] for details || 54 54 || `resource` || * || Boolean || Whether the block should be considered an ore or resource. These are replaced with `minecraft:stone` by the "remove resources" Merge option || 55 55 || `tileEntity` || * || Boolean || Whether the block is a tile/block entity ||