feat: 1.19.4 support

disguise seems broken for others as of late, and I can't seem to figure out the root cause.
This commit is contained in:
ineanto 2023-03-28 20:48:09 +02:00
parent 45bca01366
commit 32e8bb0bcf
5 changed files with 215 additions and 1 deletions

5
dist/pom.xml vendored
View file

@ -106,5 +106,10 @@
<artifactId>v1_19_R2</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>net.artelnatif</groupId>
<artifactId>v1_19_R3</artifactId>
<version>${project.parent.version}</version>
</dependency>
</dependencies>
</project>