Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
update to 1.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gbl committed Nov 5, 2020
1 parent cdbd41d commit 3d3ca56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Versionfiles
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

ext.Versions = new Properties()
Versions.load(file("Versionfiles/mcversion-1.16.2.properties").newReader())
Versions.load(file("Versionfiles/mcversion-1.16.4.properties").newReader())

archivesBaseName = "advancementinfo"
ext.projectVersion = "1.2"
Expand Down Expand Up @@ -44,8 +44,6 @@ dependencies {
modCompile "net.fabricmc:fabric-loader:${Versions['loader_version']}"
modCompile "net.fabricmc.fabric-api:fabric-api:${Versions['fabric_version']}"
modCompile "io.github.prospector:modmenu:${Versions['modmenu_version']}"
modCompile "de.guntram.mcmod:GBfabrictools:${Versions['gbfabrictools_version']}"
include "de.guntram.mcmod:GBfabrictools:${Versions['gbfabrictools_version']}"
}
// Loom will automatically attach sourcesJar to a RemapSourcesJar task and to the "build" task
// if it is present.
Expand Down

0 comments on commit 3d3ca56

Please sign in to comment.