Update to SPT 3.7.1

This commit is contained in:
LimboFPS 2023-10-09 19:00:23 -04:00
parent ebba822c39
commit 54249526b6
4 changed files with 24 additions and 2 deletions

View File

@ -35,6 +35,28 @@
"packages/com.unity.postproessing/postprocessing/postprocessresources.bundle"
]
},
{
"key": "assets/content/items/mods/scopes/scope_all_sig_sauer_echo1_thermal_reflex_sight_1_2x_30hz.bundle",
"dependencyKeys": [
"shaders",
"cubemap",
"assets/systems/effects/nightvision.bundle",
"assets/systems/effects/nightvision/mask_nv_textures",
"assets/commonassets/physics/physicsmaterials.bundle",
"packages/com.unity.postproessing/postprocessing/postprocessresources.bundle"
]
},
{
"key": "assets/content/items/mods/scopes/scope_base_armasight_zeus_pro_640_2_16x50_30hz.bundle",
"dependencyKeys": [
"shaders",
"cubemap",
"assets/systems/effects/nightvision.bundle",
"assets/systems/effects/nightvision/mask_nv_textures",
"assets/commonassets/physics/physicsmaterials.bundle",
"packages/com.unity.postproessing/postprocessing/postprocessresources.bundle"
]
},
{
"key": "assets/content/items/mods/tactical/tactical_mp155_kalashnikov_ultima_camera_thermal.bundle",
"dependencyKeys": [

View File

@ -1,10 +1,10 @@
{
"name": "ClearVision",
"version": "2.0.2",
"version": "2.0.3",
"author": "LimboFPS",
"license": "CC BY-NC 4.0",
"main": "src/mod.js",
"akiVersion": "~3.6.1",
"akiVersion": "~3.7.1",
"isBundleMod": true,
"scripts": {
"setup": "npm i",