Skip to main content

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.jpeg

https://github.com/Imanity-Software/documentation/assets/36093806/5da087c0-e32c-45f1-a3f8-bedc3bf97edd


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 Tile Culling from SpigotMC, BuiltByBit, or Polymart. You can leave a review on the product page and get a free addon of your choice!

review.jpg


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.


Configuration

tile-culling default-XXX.yml - 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