Skip to content

Commit 985f3d7

Browse files
authored
Merge pull request #109 from gottsch/1.10.0
1.10.0
2 parents fccba22 + 3621bd1 commit 985f3d7

File tree

149 files changed

+5061
-1705
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+5061
-1705
lines changed

Treasure2-1.12.2/build.gradle

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,15 @@ dependencies {
6262
compile files('../../ModCommonLibs/libs/commons-cli-1.4.jar')
6363
//compile files(gottschcore_path)
6464
shadow files(gottschcore_path)
65+
compileOnly "vazkii.patchouli:Patchouli:${patchouli_version}"
6566
}
66-
67+
68+
repositories {
69+
maven {
70+
name = 'Patchouli'
71+
url = "https://maven.blamejared.com"
72+
}
73+
}
6774
processResources
6875
{
6976
// this will ensure that this task is redone when the versions change.

Treasure2-1.12.2/gradle.properties

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ package_group=someguyssoftware.treasure2
77
# user alpha, beta, or v (for version)
88
mod_version_type=v
99

10-
mod_version=1.9.0
10+
mod_version=1.10.0
1111

1212
#versions
1313
mc_version=1.12.2
1414
forge_version=14.23.5.2768
1515
mappings_version=snapshot_20171003
16-
gottschcore_version=1.11.0
16+
gottschcore_version=1.12.1
17+
patchouli_version=1.0-20.108
1718

1819
# paths
1920
dest_folder=E:/Minecraft/mods/1.12.2/
20-
dest_server_folder=F:/Minecraft Server/mods/
21+
dest_server_folder=F:/Minecraft Server/mods/

0 commit comments

Comments
 (0)