Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/1.12.1-dev' into 1.…
Browse files Browse the repository at this point in the history
…12.1-master
  • Loading branch information
whichonespink44 committed Sep 13, 2017
2 parents c7b2b12 + eb2f761 commit cb33739
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
mod_id=passableleaves
mod_name=Passable Leaves
mod_desc=Minecraft core mod that makes leaves passable.
mod_version=6.1.0.0
mc_version=1.12
mod_version=6.2.0.0
mc_version=1.12.1
mod_url=https://github.com/Team-RTG/PassableLeaves
mod_author="Team RTG"
mod_creds=Based on code donated by HellFirePvP for the Appalachia mod.
mod_logo=assets/passableleaves/logo.png
mcf_version=14.21.0.2322
mcf_minver=14.21.0.2322
mcf_version=14.22.1.2478
mcf_minver=14.22.1.2478
mcf_maxver=
# mcf_suffix is the branch suffix (without '-') on the Forge version when it's not the default branch in the Forge repo
# This may be the same as mc_version, eg Non-default: 1.9.4-12.18.2.2099-1.9.4, Default: 1.9.4-12.18.2.2099
mcf_suffix=
mcp_mappings=snapshot_20170614
mcp_mappings=snapshot_20170913
run_dir=run
package_base=org.teamrtg
2 changes: 1 addition & 1 deletion src/main/java/passableleaves/reference/ModInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class ModInfo
public static final String MOD_ID = "passableleaves";
public static final String MOD_NAME = "Passable Leaves";
public static final String MOD_VERSION = "@MOD_VERSION@";
public static final String MC_VERSION = "1.12";
public static final String MC_VERSION = "1.12.1";
public static final String MCF_MINVER = "0.0-MCF+MINVER";
public static final String MCF_MAXVER = "9001.0-MCF+MAXVER";
public static final String CONFIG_DIRECTORY = "PassableLeaves";
Expand Down

0 comments on commit cb33739

Please sign in to comment.