gaycraft/config/entityculling.json

33 lines
790 B
JSON
Raw Permalink Normal View History

2023-10-31 16:05:57 +01:00
{
"configVersion": 5,
"renderNametagsThroughWalls": true,
"blockEntityWhitelist": [
"create:rope_pulley",
"botania:flame_ring",
"minecraft:beacon",
"create:hose_pulley",
"betterend:eternal_pedestal",
"botania:magic_missile",
"botania:falling_star"
],
"entityWhitelist": [
"botania:mana_burst"
],
"tracingDistance": 128,
"debugMode": false,
"sleepDelay": 10,
"hitboxLimit": 50,
"skipMarkerArmorStands": true,
"tickCulling": true,
"tickCullingWhitelist": [
"create:contraption",
"create:stationary_contraption",
"create:gantry_contraption",
"minecraft:boat",
"minecraft:firework_rocket",
"create:carriage_contraption"
],
"disableF3": false,
"skipEntityCulling": false,
"skipBlockEntityCulling": false
}