Skip to content

Commit

Permalink
Merge pull request #109 from gottsch/1.10.0
Browse files Browse the repository at this point in the history
1.10.0
  • Loading branch information
gottsch authored Mar 4, 2020
2 parents fccba22 + 3621bd1 commit 985f3d7
Show file tree
Hide file tree
Showing 149 changed files with 5,061 additions and 1,705 deletions.
9 changes: 8 additions & 1 deletion Treasure2-1.12.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,15 @@ dependencies {
compile files('../../ModCommonLibs/libs/commons-cli-1.4.jar')
//compile files(gottschcore_path)
shadow files(gottschcore_path)
compileOnly "vazkii.patchouli:Patchouli:${patchouli_version}"
}


repositories {
maven {
name = 'Patchouli'
url = "https://maven.blamejared.com"
}
}
processResources
{
// this will ensure that this task is redone when the versions change.
Expand Down
7 changes: 4 additions & 3 deletions Treasure2-1.12.2/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ package_group=someguyssoftware.treasure2
# user alpha, beta, or v (for version)
mod_version_type=v

mod_version=1.9.0
mod_version=1.10.0

#versions
mc_version=1.12.2
forge_version=14.23.5.2768
mappings_version=snapshot_20171003
gottschcore_version=1.11.0
gottschcore_version=1.12.1
patchouli_version=1.0-20.108

# paths
dest_folder=E:/Minecraft/mods/1.12.2/
dest_server_folder=F:/Minecraft Server/mods/
dest_server_folder=F:/Minecraft Server/mods/
Loading

0 comments on commit 985f3d7

Please sign in to comment.