Skip to content

Commit

Permalink
1.6.1 Update
Browse files Browse the repository at this point in the history
- Removed unused items in easy mode recipes
- Added copy NBT shaped recipe for normal and hard mode exchanger
upgrade recipes, so the data stored in the old exchanger gets migrated
over to the new one upon crafting
  • Loading branch information
Jacky1356400 committed Oct 28, 2017
1 parent 1822112 commit ddefb85
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 52 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
org.gradle.jvmargs=-Xmx4G
mc_version=1.11.2
forge_version=13.20.1.2513
mod_version=1.6
mod_version=1.6.1
mappings_version=snapshot_20170612
2 changes: 1 addition & 1 deletion src/main/java/me/jacky1356400/exchangers/Exchangers.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@Mod(modid = Exchangers.MODID, version = Exchangers.VERSION, name = Exchangers.MODNAME, dependencies = Exchangers.DEPENDS, guiFactory = Exchangers.GUIFACTORY, useMetadata = true)
public class Exchangers {

public static final String VERSION = "1.11.2-1.6";
public static final String VERSION = "1.11.2-1.6.1";
public static final String MODID = "exchangers";
public static final String MODNAME = "Exchangers";
public static final String DEPENDS
Expand Down
Loading

0 comments on commit ddefb85

Please sign in to comment.