summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index e059293..1e7ebbf 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -9,7 +9,7 @@ use std::io::{Error, ErrorKind};
9pub use apis::*; 9pub use apis::*;
10pub use commands::*; 10pub use commands::*;
11 11
12#[derive(Debug, Clone)] 12#[derive(Debug, Clone, PartialEq, Eq)]
13pub enum Modloader { 13pub enum Modloader {
14 Fabric, 14 Fabric,
15 Forge 15 Forge