Upload of all files, starting point

This commit is contained in:
2026-06-09 20:21:29 +02:00
parent 93489b6c1a
commit f030eec08a
29 changed files with 11241 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"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"
}
]
}