Skip to content

Commit

Permalink
Wrong fabric versions for java
Browse files Browse the repository at this point in the history
  • Loading branch information
Elikill58 committed Jun 18, 2024
1 parent 66f06dc commit 1351de3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

plugins {
id 'fabric-loom' version '1.7-SNAPSHOT'
id 'fabric-loom' version '1.6-SNAPSHOT'
id 'io.github.goooler.shadow'
}

Expand Down
6 changes: 3 additions & 3 deletions fabric/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.6
yarn_mappings=1.20.6+build.3
minecraft_version=1.20
yarn_mappings=1.20+build.1
loader_version=0.15.11

# Fabric API
fabric_version=0.100.2+1.20.6
fabric_version=0.83.0+1.20

0 comments on commit 1351de3

Please sign in to comment.