diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index aecd5b70..b52e6823 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -783,14 +783,6 @@ "type": "string", "description": "Relative filepath to an asset-bundle to load the prefab defined in `path` from/" }, - "mtlFilePath": { - "type": "string", - "description": "[DEPRECATED] Path to the .mtl file to load a 3d model from" - }, - "objFilePath": { - "type": "string", - "description": "[DEPRECATED] Path to the .obj file to load a 3d model from" - }, "path": { "type": "string", "description": "Either the path in the scene hierarchy of the item to copy or the path to the object in the supplied asset bundle"