init
This commit is contained in:
commit
a956daf8e2
2351 changed files with 163047 additions and 0 deletions
36
config/entityculling.json
Normal file
36
config/entityculling.json
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"configVersion": 6,
|
||||
"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",
|
||||
"mts:builder_existing",
|
||||
"mts:builder_rendering",
|
||||
"mts:builder_seat"
|
||||
],
|
||||
"disableF3": false,
|
||||
"skipEntityCulling": false,
|
||||
"skipBlockEntityCulling": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue