mirror of
https://github.com/xSquishyLiam/mc-GeyserModelEnginePackGenerator-extension.git
synced 2026-01-06 15:41:43 +00:00
huh
This commit is contained in:
19
pom.xml
19
pom.xml
@@ -35,6 +35,10 @@
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>jitpack.io</id>
|
||||
<url>https://jitpack.io</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
@@ -62,5 +66,20 @@
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/libs/geyserutils-geyser-1.0-SNAPSHOT.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.rochblondiaux</groupId>
|
||||
<artifactId>blockbenchmodelreader</artifactId>
|
||||
<version>1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.GeyserMC.PackConverter</groupId>
|
||||
<artifactId>bedrock-pack-schema</artifactId>
|
||||
<version>3d8150474d</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.GeyserMC.PackConverter</groupId>
|
||||
<artifactId>pack-schema-api</artifactId>
|
||||
<version>3d8150474d</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
Reference in New Issue
Block a user