Skip to content

Commit

Permalink
dependency.required isn't supported by the loader anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Jan 14, 2025
1 parent 7ada3e4 commit 04a6f16
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/project/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,12 +419,6 @@ export interface LegacyDependency extends Dependency {
* @pattern [a-z0-9\-_]+\.[a-z0-9\-_]+
*/
id: string,
/**
* Whether the dependency is required in order to load this mod
* @deprecated
* @deprecationMessage Use the "importance" property instead
*/
required?: boolean,
}
/**
* @deprecated
Expand Down

0 comments on commit 04a6f16

Please sign in to comment.