Skip to content

Commit

Permalink
Update to 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthcomputer committed Mar 23, 2024
1 parent f7092d0 commit 576644c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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 '1.4-SNAPSHOT'
id 'fabric-loom' version '1.5-SNAPSHOT'
id 'maven-publish'
id 'com.modrinth.minotaur' version '2.+'
}
Expand Down Expand Up @@ -70,7 +70,7 @@ dependencies {

modImplementation "maven.modrinth:carpet:${project.carpet_version}"
// implementation "com.viaversion:viaversion:${project.viaversion_version}"
modImplementation "de.florianmichael:viafabricplus:${project.viafabricplus_version}"
modImplementation "de.florianmichael:ViaFabricPlus:${project.viafabricplus_version}"

// Fabric API. This is technically optional, but you probably want it anyway.
// modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
Expand Down
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.4
loader_version=0.15.2
fmj_mcversions=~1.20.2
modrinth_mcversions=1.20.2
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.7
fmj_mcversions=>=1.20.3 <=1.20.4
modrinth_mcversions=1.20.3,1.20.4

# Mod Properties
mod_version=1.2.1
maven_group=net.earthcomputer.viavanillaplus
archives_base_name=viavanillaplus

# Dependencies
carpet_version=1.4.121
fabric_version=0.90.4+1.20.2
viafabricplus_version=2.10.1
carpet_version=1.4.128
fabric_version=0.96.11+1.20.4
viafabricplus_version=3.1.1-SNAPSHOT
viaversion_version=4.9.3-SNAPSHOT

0 comments on commit 576644c

Please sign in to comment.