-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmod.txt
21 lines (20 loc) · 949 Bytes
/
mod.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name" : "Make Shotguns Great Again",
"description" : "unfuck shotguns, also revert drf",
"author" : "smiley's friend",
"contact" : "smfr#4414",
"version" : "1.2.1",
"blt_version" : 2,
"updates" : [{
"identifier" : "msga",
"host" : { "meta" : "https://raw.githubusercontent.com/mrcreepysos/msga/main/meta.json" }
}],
"hooks": [
{"hook_id": "lib/units/weapons/raycastweaponbase", "script_path": "lua/raycastweaponbase.lua"},
{"hook_id": "lib/units/weapons/newraycastweaponbase", "script_path": "lua/newraycastweaponbase.lua"},
{"hook_id": "lib/units/weapons/shotgun/shotgunbase", "script_path": "lua/shotgunbase.lua"},
{"hook_id": "lib/tweak_data/weapontweakdata", "script_path": "lua/weapontweakdata.lua"},
{"hook_id": "lib/tweak_data/firetweakdata", "script_path": "lua/firetweakdata.lua"},
{"hook_id": "lib/tweak_data/weaponfactorytweakdata", "script_path": "lua/weaponfactorytweakdata.lua"}
]
}