Skip to main content

tile-culling.jpeg

Tile Culling

Tile culling is an PAID addon for RaytraceAntiXray that will cull the tiles that are not visible to the player. Anything such as chest, furnace, hopper, etc. can be culled.

tile-culling.gif


How does it work?

Tile culling is an extension on top of the obfuscation engine of the RaytraceAntiXray core. It adds additional tile entity packet handling to the engine, and culls the tiles that are not visible to the player. A lot of settings are shared with the core engine, such as the raytrace rate, max distance, tracePlacedBlock, etc.


Where to get it?

You can get the Tile Culling addon from our store. If you purchase from BuiltByBit, you can purchase the addon from the addon page in the resource.

Special Offer

If you purchase the RaytraceAntiXray from SpigotMC, BuiltByBit, or Polymart. You can leave a review on the product page and get a free addon of your choice!


Configuration

Default configuration file for TileCulling

default-overworld.yml
# This is the default config for the overworld,
# Should tile culling be enabled?
enabled: true
# The replacement block for the obfuscated blocks.
replacementBlock: AIR
# The blocks that should be added to tile culling raytracing.
tileEntities:
- BEACON
- BREWING_STAND
- CHEST
- COMMAND_BLOCK
- STRUCTURE_BLOCK
- COMPARATOR
- CONDUIT
- DAYLIGHT_DETECTOR
- DISPENSER
- DROPPER
- ENCHANTING_TABLE
- END_PORTAL_FRAME
- FURNACE
- LECTERN
- HOPPER
- JUKEBOX
- NOTE_BLOCK
- REPEATER
- TRAPPED_CHEST
- CRAFTING_TABLE
- BARREL
- BELL
- JIGSAW
- BEEHIVE
- SCULK_SENSOR
- CALIBRATED_SCULK_SENSOR
- SCULK_CATALYST
- SCULK_SHRIEKER
- CHISELED_BOOKSHELF
- DECORATED_POT
- SMOKER
- BLAST_FURNACE
- CRAFTER
- SPAWNER
- TRIAL_SPAWNER
- PISTON
- SHULKER_BOX
- SIGN
- BANNER
- HEAD
- BED
# The minimum block height for tile culling.
minBlockHeight: -64
# The maximum block height for tile culling.
maxBlockHeight: 320

Tile Entity Types

IDAdditional Description
BEACON
BREWING_STAND
CHEST
COMMAND_BLOCK
STRUCTURE_BLOCK
COMPARATOR
CONDUIT
DISPENSER
DROPPER
ENCHANTING_TABLE
END_PORTAL_FRAME
FURNACE
LECTERN
HOPPER
JUKEBOX
NOTE_BLOCK
REPEATER
TRAPPED_CHEST
CRAFTING_TABLE
BARREL
BELL
JIGSAW
BEEHIVE
SCULK_SENSOR
CALIBRATED_SCULK_SENSOR
SCULK_CATALYST
SCULK_SHRIEKER
CHISELED_BOOKSHELF
DECORATED_POT
SMOKER
BLAST_FURNACE
CRAFTER
SPAWNER
TRIAL_SPAWNER
PISTON
SHULKER_BOXThis will cover all shulker boxes colors.
SIGNThis will cover all sign types.
BANNERThis will cover all banner types.
HEADThis will cover all head types. (player, mob, etc.)
BEDThis will cover all bed colors.