inital commit

This commit is contained in:
Freecorn1854 2024-12-27 14:42:22 -07:00
commit c21f4b7312
46 changed files with 1700 additions and 0 deletions

42
config/entityculling.json Normal file
View file

@ -0,0 +1,42 @@
{
"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",
"drg_flares:drg_flares"
],
"tracingDistance": 128,
"debugMode": false,
"sleepDelay": 10,
"hitboxLimit": 50,
"skipMarkerArmorStands": true,
"tickCulling": true,
"tickCullingWhitelist": [
"create:gantry_contraption",
"alexscaves:gum_worm",
"mts:builder_rendering",
"drg_flares:drg_flares",
"mts:builder_existing",
"create:contraption",
"create:stationary_contraption",
"drg_flares:drg_flare",
"minecraft:boat",
"mts:builder_seat",
"minecraft:firework_rocket",
"create:carriage_contraption",
"alexscaves:gum_worm_segment",
"avm_staff:campfire_flame"
],
"disableF3": false,
"skipEntityCulling": false,
"skipBlockEntityCulling": false
}