From 92a62a461642f32c9f1c397d4f402fb76d585984 Mon Sep 17 00:00:00 2001 From: Xikaro <0regon.end@gmail.com> Date: Thu, 11 Jan 2024 23:54:09 +0500 Subject: [PATCH] Update embeddium++.toml --- config/embeddium++.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config/embeddium++.toml b/config/embeddium++.toml index 076612d14..c7ccf9e93 100644 --- a/config/embeddium++.toml +++ b/config/embeddium++.toml @@ -49,7 +49,7 @@ #Value is squared, default was 64^2 (or 64x64) #Range: > 0 cullingDistanceX = 4096 - #List of all entities to be ignored by distance culling + #List of all Entities to be ignored by distance culling #Uses ResourceLocation to identify it #Example 1: "minecraft:bat" - Ignores bats only #Example 2: "alexsmobs:*" - ignores all entities for alexmobs mod @@ -67,6 +67,11 @@ #Value is squared, default was 64^2 (or 64x64) #Range: > 0 cullingDistanceX = 4096 + #List of all Block Entities to be ignored by distance culling + #Uses ResourceLocation to identify it + #Example 1: "minecraft:chest" - Ignores chests only + #Example 2: "ae2:*" - ignores all Block entities from Applied Energetics 2 + whitelist = [] #Configure vertical max distance before cull Block entities #Value is raw #Range: 0 ~ 512