Skip to content

Commit

Permalink
Update to 1.20.3-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
DrexHD committed Dec 1, 2023
1 parent 7b70227 commit 326bdcb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 17 deletions.
10 changes: 4 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.2-SNAPSHOT'
id 'fabric-loom' version '1.4-SNAPSHOT'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'maven-publish'
}
Expand Down Expand Up @@ -37,20 +37,18 @@ dependencies {
}
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

// Mixin Extras
include(implementation(annotationProcessor("com.github.llamalad7.mixinextras:mixinextras-fabric:${mixin_extras_version}")))

modImplementation include("me.lucko:fabric-permissions-api:${project.permission_api_version}")
modImplementation include("eu.pb4:placeholder-api:${project.placeholder_api_version}")
modImplementation include("eu.pb4:player-data-api:${project.player_data_api_version}")
modImplementation include("xyz.nucleoid:server-translations-api:${project.translations_version}")
implementation shadow("org.spongepowered:configurate-hocon:${project.configurate_hocon_version}")

// Mod compat

modCompileOnly "maven.modrinth:styled-chat:${project.styled_chat_version}"
modCompileOnly "com.github.BlueMap-Minecraft:BlueMapAPI:${project.bluemap_api_version}"
modCompileOnly "maven.modrinth:expanded-storage:${project.expanded_storage_version}"
modCompileOnly "us.dynmap:DynmapCoreAPI:${project.dynmap_api_version}"
compileOnly "com.github.BlueMap-Minecraft:BlueMapAPI:${project.bluemap_api_version}"
compileOnly "us.dynmap:DynmapCoreAPI:${project.dynmap_api_version}"
}

shadowJar {
Expand Down
15 changes: 7 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,21 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.2
loader_version=0.14.24
minecraft_version=1.20.3-rc1
loader_version=0.15.0
# Mod Properties
mod_version=1.5.0
maven_group=me.drex
archives_base_name=vanish
# Dependencies
fabric_version=0.91.1+1.20.2
mixin_extras_version=0.2.0
fabric_version=0.91.1+1.20.3
permission_api_version=0.3-SNAPSHOT
placeholder_api_version=2.2.0+1.20.2
player_data_api_version=0.3.0+1.20.2
translations_version=2.1.0+1.20.2-rc2
placeholder_api_version=2.3.0+1.20.3
player_data_api_version=0.4.0+1.20.3
translations_version=2.2.0+1.20.3-rc1
configurate_hocon_version=4.1.2
# Compat
expanded_storage_version=10.0.0-beta.1+fabric
expanded_storage_version=12.0.0-beta.2
bluemap_api_version=v2.5.1
styled_chat_version=2.3.0+1.20.2
dynmap_api_version=3.5
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"vanish.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.8",
"fabricloader": ">=0.15.0",
"fabric-api": "*",
"java": ">=17",
"minecraft": ">=1.20.2"
"minecraft": ">=1.20.3-rc.1"
},
"breaks": {
"vanish": "*",
Expand Down

0 comments on commit 326bdcb

Please sign in to comment.