Skip to content

Commit

Permalink
update to 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
OverlordsIII committed Mar 25, 2023
1 parent 36b06d7 commit cad2f70
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 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.0-SNAPSHOT'
id 'maven-publish'
}

Expand Down Expand Up @@ -41,7 +41,7 @@ dependencies {
}
include "me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}"

modImplementation("com.terraformersmc:modmenu:${project.modmenu_version}") {
modImplementation("com.terraformersmc:modmenu:${project.mod_menu_version}") {
exclude module: 'fabric-api' // includes bad Fabric API
}

Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ org.gradle.jvmargs = -Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.19.3
yarn_mappings=1.19.3+build.3
loader_version=0.14.11
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.1
loader_version=0.14.18

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

#Other Dependencies
modmenu_version=5.0.2
cloth_config_version=9.0.94
mod_menu_version=6.1.0-rc.4
cloth_config_version=10.0.96

# Mod Properties
mod_version = 2.3.0
maven_group = io.github.overlordsiii
archives_base_name = npc-variety-1.19.3
archives_base_name = npc-variety-1.19.4

# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
Expand Down

0 comments on commit cad2f70

Please sign in to comment.