updated project to newest minestom commit

This commit is contained in:
2025-03-02 23:26:58 +01:00
parent e0ee1e66c9
commit 8fdd0487bf
7 changed files with 68 additions and 49 deletions

View File

@ -10,8 +10,6 @@ group 'eu.mhsl.minenet'
version '1.0-SNAPSHOT'
repositories {
//maven 'https://repo.unnamed.team/repository/unnamed-public/'
mavenCentral()
google()
@ -46,7 +44,7 @@ dependencies {
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
//https://jitpack.io/#Minestom/Minestom
implementation 'net.minestom:minestom-snapshots:d707b0674f'
implementation 'net.minestom:minestom-snapshots:fd51c8d17a'
//Tools
implementation 'de.articdive:jnoise:3.0.2'
@ -55,11 +53,11 @@ dependencies {
implementation 'org.spongepowered:configurate-yaml:4.1.2'
implementation 'com.sparkjava:spark-core:2.9.4'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.google.guava:guava:32.0.0-android'
implementation 'com.google.guava:guava:32.0.1-android'
//PvP
implementation 'com.github.TogAr2:MinestomPvP:04180ddf9a'
implementation 'io.github.TogAr2:MinestomPvP:04180ddf9a'
// Hephaestus engine
implementation("team.unnamed:hephaestus-api:0.2.1-SNAPSHOT")