Files
VoxelForge/VoxelForge.uplugin
T

25 lines
520 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "VoxelForge",
"Description": "A voxel terrain generation plugin - built from scratch to learn",
"Category": "Procedural Generation",
"CreatedBy": "You",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "VoxelForge",
"Type": "Runtime",
"LoadingPhase": "Default"
}
]
}