-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathThe Hatch.dfmod.json
More file actions
19 lines (19 loc) · 862 Bytes
/
The Hatch.dfmod.json
File metadata and controls
19 lines (19 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"ModTitle": "The Hatch",
"ModVersion": "0.1.2",
"ModAuthor": "PRAEst76",
"ContactInfo": "Discord: praest76#8883",
"DFUnity_Version": "0.14.4",
"ModDescription": "A simple mod to add a placeable hatch to traverse to another room or floor level.",
"GUID": "7f150753-ed0f-43ba-9cd7-36d2d5a7d482",
"Files": [
"Assets/Game/Mods/The-Hatch/Models/41410/41410.blend",
"Assets/Game/Mods/The-Hatch/Models/41411/41411.blend",
"Assets/Game/Mods/The-Hatch/Scripts/DaggerfallHatch.cs",
"Assets/Game/Mods/The-Hatch/Scripts/TheHatchLoader.cs",
"Assets/Game/Mods/The-Hatch/Textures/TEXTURE.000_74.png",
"Assets/Game/Mods/The-Hatch/Textures/TEXTURE.000_44.png",
"Assets/Game/Mods/The-Hatch/Textures/TEXTURE.094_1.png",
"Assets/Game/Mods/The-Hatch/Textures/TEXTURE.074_0.png"
]
}