mirror of
https://github.com/chev2/gmod-addons.git
synced 2025-10-30 06:31:35 +00:00
Add addon.json to every addon
This commit is contained in:
parent
e304113d1d
commit
d7af6df94d
13 changed files with 78 additions and 0 deletions
6
addons/arabic_phone/addon.json
Normal file
6
addons/arabic_phone/addon.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"title": "Funny Arabic Nokia Phone",
|
||||
"type": "weapon",
|
||||
"tags": ["fun", "roleplay"],
|
||||
"ignore": []
|
||||
}
|
||||
6
addons/clear_voice_icon/addon.json
Normal file
6
addons/clear_voice_icon/addon.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"title": "Clear Voice Icon",
|
||||
"type": "effects",
|
||||
"tags": ["fun", "roleplay"],
|
||||
"ignore": []
|
||||
}
|
||||
6
addons/flying_nimbus/addon.json
Normal file
6
addons/flying_nimbus/addon.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"title": "Flying Nimbus [Dragon Ball]",
|
||||
"type": "weapon",
|
||||
"tags": ["fun", "cartoon"],
|
||||
"ignore": []
|
||||
}
|
||||
6
addons/funny_alien_dancing/addon.json
Normal file
6
addons/funny_alien_dancing/addon.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"title": "Funny Alien Dancing",
|
||||
"type": "model",
|
||||
"tags": ["fun", "realism"],
|
||||
"ignore": []
|
||||
}
|
||||
6
addons/gg_bathwater/addon.json
Normal file
6
addons/gg_bathwater/addon.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"title": "Bath Water SWEP",
|
||||
"type": "weapon",
|
||||
"tags": ["fun", "water"],
|
||||
"ignore": []
|
||||
}
|
||||
6
addons/llb_ball/addon.json
Normal file
6
addons/llb_ball/addon.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"title": "Lethal League Blaze - Baseball Entity",
|
||||
"type": "weapon",
|
||||
"tags": ["fun", "comic"],
|
||||
"ignore": []
|
||||
}
|
||||
6
addons/map_randomizer/addon.json
Normal file
6
addons/map_randomizer/addon.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"title": "Map Texture Randomizer/Error-er",
|
||||
"type": "map",
|
||||
"tags": ["scenic", "build"],
|
||||
"ignore": []
|
||||
}
|
||||
6
addons/no_viewmodel_sway/addon.json
Normal file
6
addons/no_viewmodel_sway/addon.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"title": "No Viewmodel Sway",
|
||||
"type": "model",
|
||||
"tags": ["fun", "build"],
|
||||
"ignore": []
|
||||
}
|
||||
6
addons/prop_yelling/addon.json
Normal file
6
addons/prop_yelling/addon.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"title": "Props Yell When They Spawn",
|
||||
"type": "effects",
|
||||
"tags": ["fun", "realism"],
|
||||
"ignore": []
|
||||
}
|
||||
6
addons/ror2_hud/addon.json
Normal file
6
addons/ror2_hud/addon.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"title": "Risk of Rain 2 HUD",
|
||||
"type": "effects",
|
||||
"tags": ["fun", "cartoon"],
|
||||
"ignore": []
|
||||
}
|
||||
6
addons/simple_bunnyhop/addon.json
Normal file
6
addons/simple_bunnyhop/addon.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"title": "Simple Bunnyhop Gamemode",
|
||||
"type": "gamemode",
|
||||
"tags": ["scenic", "build"],
|
||||
"ignore": []
|
||||
}
|
||||
6
addons/vector_loc/addon.json
Normal file
6
addons/vector_loc/addon.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"title": "Vector Locator Tool",
|
||||
"type": "tool",
|
||||
"tags": ["comic", "build"],
|
||||
"ignore": []
|
||||
}
|
||||
6
addons/vm_velocity/addon.json
Normal file
6
addons/vm_velocity/addon.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"title": "Viewmodel Vertical Velocity",
|
||||
"type": "model",
|
||||
"tags": ["fun", "realism"],
|
||||
"ignore": []
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue