diff --git a/NewHorizons/External/PropModule.cs b/NewHorizons/External/PropModule.cs index ca037ae5..0f66b2c7 100644 --- a/NewHorizons/External/PropModule.cs +++ b/NewHorizons/External/PropModule.cs @@ -33,8 +33,8 @@ namespace NewHorizons.External public class DetailInfo { public string path; - public string objFilePath; - public string mtlFilePath; + public string objFilePath; //obsolete DO NOT DOCUMENT + public string mtlFilePath; //obsolete public string assetBundle; public MVector3 position; public MVector3 rotation; diff --git a/NewHorizons/schema.json b/NewHorizons/schema.json index 218d000a..e5ff31b8 100644 --- a/NewHorizons/schema.json +++ b/NewHorizons/schema.json @@ -607,14 +607,6 @@ "type": "string", "description": "Relative filepath to an asset-bundle" }, - "objFilePath": { - "type": "string", - "description": "Relative filepath to the obj file" - }, - "mtlFilePath": { - "type": "string", - "description": "Relative filepath to the mtl file of the obj file" - }, "position": { "$ref": "#/$defs/vector3" },