Skip to content

Commit

Permalink
Use an older datafixerupper for compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Apr 24, 2024
1 parent 2483f9b commit 3722256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion item-nbt-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>com.mojang</groupId>
<artifactId>datafixerupper</artifactId>
<version>7.0.14</version>
<version>4.0.26</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion item-nbt-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>com.mojang</groupId>
<artifactId>datafixerupper</artifactId>
<version>7.0.14</version>
<version>4.0.26</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 3722256

Please sign in to comment.