Initial commit

This commit is contained in:
Jordon Brooks 2018-04-17 23:43:50 +01:00
commit ba14820cdd
94 changed files with 1123 additions and 0 deletions

35
Minecraft.uproject Normal file
View file

@ -0,0 +1,35 @@
{
"FileVersion": 3,
"EngineAssociation": "4.19",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "Minecraft",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine"
]
}
],
"Plugins": [
{
"Name": "OculusVR",
"Enabled": false
},
{
"Name": "SteamVR",
"Enabled": false
},
{
"Name": "PluginPlayground",
"Enabled": false
}
],
"TargetPlatforms": [
"AllDesktop",
"WindowsNoEditor",
"HTML5"
]
}