Skip to content
This repository was archived by the owner on Dec 29, 2023. It is now read-only.

Commit 9f1b785

Browse files
committed
Add com.flowpowered.flow-nbt library (fix SWM patch)
1 parent b873ecc commit 9f1b785

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
From fccbc4bf263b936b47b449670827ea43ad776d77 Mon Sep 17 00:00:00 2001
2+
From: Peridot <[email protected]>
3+
Date: Thu, 22 Sep 2022 20:57:03 +0200
4+
Subject: [PATCH] Add com.flowpowered.flow-nbt library (fix SWM patch)
5+
6+
7+
diff --git a/build.gradle b/build.gradle
8+
index fb69e8155..bd42eafb7 100644
9+
--- a/build.gradle
10+
+++ b/build.gradle
11+
@@ -31,7 +31,10 @@ dependencies {
12+
implementation 'com.eatthepath:fast-uuid:0.2.0' // Nacho - Use jchambers' FAST UUID method
13+
implementation 'com.github.matejtymes:javafixes:1.3.7.1' // WindSpigot
14+
implementation 'com.github.ben-manes.caffeine:caffeine:2.9.3' // Titanium - use caffeine instead of guava cache
15+
- compileOnly 'com.mojang:datafixerupper:1.0.20' // Titanium - Native SWM support
16+
+ // Titanium start - Native SWM support
17+
+ implementation 'com.flowpowered:flow-nbt:2.0.0'
18+
+ compileOnly 'com.mojang:datafixerupper:1.0.20'
19+
+ // Titanium end
20+
// Titanium libraries end
21+
22+
testImplementation 'junit:junit:4.13.2' // Titanium - Updated junit to 4.13.2
23+
--
24+
2.36.0.windows.1
25+

0 commit comments

Comments
 (0)