Skip to content

Culling

enforcer574 edited this page Apr 9, 2017 · 2 revisions

Culling

WorldStream will cull, or filter out, certain blocks from output.

Unsupported blocks

The following blocks are not supported by WorldStream and will never be sent out:

  • Air (0)
  • Nether Portal (90)
  • End Portal (119, 209)
  • Command Blocks (137, 176, 177)
  • Banners (210, 211)

Culling "interior" blocks

Blocks that are covered on all six faces by solid blocks will be culled out unless cull-covered-blocks is set to false in the configuration file. A "solid" block is defined as any block that occupies the entire 1x1x1 block space and does not have a transparent texture.
More specifically, the following block IDs are considered non-solid (and will result in a block NOT being culled):
0, 6, 8, 9, 10, 11, 18, 20, 26, 27, 28, 30, 31, 32, 34, 37, 38, 39, 40, 44, 50, 51, 52, 53, 55, 59, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 75, 76, 77, 79, 81, 83, 85, 92, 93, 94, 95, 96, 101, 102, 104, 105, 106, 107, 108, 109, 111, 113, 114, 115, 116, 117, 118, 119, 120, 122, 126, 127, 128, 130, 131, 132, 134, 135, 136, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 154, 156, 157, 160, 161, 163, 164, 165, 166, 167, 171, 175, 176, 177, 178, 180, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 203, 205, 207

Clone this wiki locally