Files
ParchmentMC/patches/server/0004-Use-eden-api-and-ComponentLike-interfaces.patch
2021-05-02 01:08:57 -04:00

25 lines
796 B
Diff

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: lexikiq <noellekiq@gmail.com>
Date: Sun, 2 May 2021 01:04:00 -0400
Subject: [PATCH] Use eden-api and ComponentLike interfaces
diff --git a/pom.xml b/pom.xml
index 85bf0a229fa8c4e42744f438b71fda4cef67b4e0..20723c2bd92e9c3332d87d9ee01eadf01742f511 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,6 +38,13 @@
</dependencyManagement>
<dependencies>
+ <!-- Parchment start -->
+ <dependency>
+ <groupId>me.pugabyte</groupId>
+ <artifactId>eden-api</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </dependency>
+ <!-- Parchment end -->
<dependency>
<groupId>me.lexikiq</groupId>
<artifactId>parchment-api</artifactId>