Skip to content

Commit

Permalink
1.19.4 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Khar committed Mar 17, 2023
1 parent 8d4589f commit 2047e3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.12-SNAPSHOT'
id 'fabric-loom' version '1.1-SNAPSHOT'
id 'maven-publish'
}

Expand Down Expand Up @@ -34,7 +34,8 @@ dependencies {
// Permissions API
include(modImplementation("me.lucko:fabric-permissions-api:${project.permissions_version}"))
// Language API
include(modImplementation("fr.catcore:server-translations-api:${project.server_translations_version}"))
// include(modImplementation("fr.catcore:server-translations-api:${project.server_translations_version}"))
include(modImplementation("com.github.NucleoidMC:Server-Translations:${project.server_translations_version}"))

// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them.
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
org.gradle.jvmargs=-Xmx1G

# Fabric Properties
minecraft_version=1.19.3
yarn_mappings=1.19.3+build.2
loader_version=0.14.11
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.1
loader_version=0.14.17

#Fabric api
fabric_version=0.68.1+1.19.3
fabric_version=0.76.0+1.19.4

# Mod Properties
mod_version = 1.19.3-2.4.2
mod_version = 1.19.4-2.5.0
maven_group = com.aqupd
archives_base_name = hat-command

server_translations_version = 1.4.19+1.19.3
server_translations_version = ecadd8e673
permissions_version = 0.1-SNAPSHOT

0 comments on commit 2047e3d

Please sign in to comment.