Skip to content

Commit

Permalink
Updated deps, added descrption, closes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
BloodWorkXGaming committed Sep 15, 2018
1 parent 5b42b7d commit a52bcd0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ compileJava {
}

minecraft {
version = "1.12.2-14.23.3.2678"
version = "1.12.2-14.23.4.2759"
runDir = "run"

// the mappings can be changed at any time, and must be in the following format.
// snapshot_YYYYMMDD snapshot are built nightly.
// stable_# stables are built at the discretion of the MCP team.
// Use non-default mappings at your own risk. they may not always work.
// simply re-run your setup task after changing the mappings to update your workspace.
mappings = "snapshot_20180501"
mappings = "snapshot_20180710"
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
}

Expand Down Expand Up @@ -61,11 +61,11 @@ processResources {
// replace stuff in mcmod.info, nothing else
from(sourceSets.main.resources.srcDirs) {
include 'mcmod.info'

// replace version and mcversion
expand 'version':project.version, 'mcversion':project.minecraft.version
}

// copy everything else except the mcmod.info
from(sourceSets.main.resources.srcDirs) {
exclude 'mcmod.info'
Expand Down
Binary file not shown.
Binary file not shown.
3 changes: 2 additions & 1 deletion src/main/resources/assets/oeintegration/lang/en_us.lang
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ item.oeintegration.excavatemodifier.name=Excavate Modifier
# modifiers names
modifier.oreexcavate.name=Excavate
# desc
modifier.oreexcavate.desc=Allows this tool to be used with OreExcavation
modifier.oreexcavate.desc=Allows this tool to be used with OreExcavation
enchantment.oeintegration.oreexcavation.desc=Allows this tool to be used with OreExcavation

0 comments on commit a52bcd0

Please sign in to comment.