glock stuff

This commit is contained in:
Sunskimmer822 2022-07-18 16:21:08 -07:00
parent 4e34ad8822
commit 90bd7fb6d9
2 changed files with 10 additions and 1 deletions

View File

@ -40,5 +40,6 @@
"item.shitmod.copper_shovel": "Copper Shovel",
"item.shitmod.copper_hoe": "Copper Hoe",
"itemGroup.shitmod.general": "Shitmod Misc",
"itemGroup.shitmod.tools": "Shitmod Tools"
"itemGroup.shitmod.tools": "Shitmod Tools",
"item.shitmod.glock": "Glock"
}

View File

@ -0,0 +1,8 @@
{
"glock": {
"subtitle": "subtitles.shitmod.glock",
"shitmod": [
"shitmod:glock"
]
}
}