This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/entityculling.json
2023-11-02 12:32:44 -05:00

26 lines
581 B
JSON

{
"configVersion": 5,
"renderNametagsThroughWalls": true,
"blockEntityWhitelist": [
"create:rope_pulley",
"minecraft:beacon",
"create:hose_pulley",
"betterend:eternal_pedestal",
"create:carriage_contraption"
],
"entityWhitelist": [
"botania:mana_burst",
"create:carriage_contraption"
],
"tracingDistance": 128,
"debugMode": false,
"sleepDelay": 10,
"hitboxLimit": 50,
"skipMarkerArmorStands": true,
"tickCulling": true,
"tickCullingWhitelist": [
"minecraft:boat",
"minecraft:firework_rocket"
],
"disableF3": false
}