Skip to content

Commit

Permalink
Snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakambda committed Nov 4, 2024
1 parent ab392f0 commit 2eb778c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ bin/
.project

# minecraft
fabric/run
forge/run
neoforge/run
run/
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ org.gradle.daemon=false
modId=fallingtree
modName=FallingTree
includeFabric=true
includeForge=true
includeNeoForge=true
includeForge=false
includeNeoForge=false
# Repository
repoUser=Rakambda
repoName=FallingTree
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ gson-version = "2.11.0"
log4j2-version = "2.24.1"

# Minecraft / Loaders
minecraftVersion = "1.21.3"
fabric-loader-version = "0.16.7"
fabric-api-version = "0.106.1+1.21.3"
minecraftVersion = "24w44a"
fabric-loader-version = "0.16.9"
fabric-api-version = "0.107.0+1.21.4"
forge-version = "1.21.3-53.0.4"
neoforge-version = "21.3.0-beta"

Expand Down

0 comments on commit 2eb778c

Please sign in to comment.