Skip to content

Commit

Permalink
updated to 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Aug 15, 2017
1 parent c49ebc3 commit b86b74a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion Versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
"1.10.2-latest": "1.0.1",
"1.10.2-recommended": "1.0.1",
"1.12-latest": "1.0.2",
"1.12-recommended": "1.0.2"
"1.12-recommended": "1.0.2",
"1.12.1-latest": "1.0.3",
"1.12.1-recommended": "1.0.3"
},
"1.12.1": {
"1.0.3": "* updated to 1.12.1!"
},
"1.12": {
"1.0.2": "* ported to 1.12!\n* cobwebs can catch fire (configurable)\n* consuming torches defaults to off\n* added decorative cobwebs"
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
mc_version = 1.12
mod_version = 1.0.2
mc_version = 1.12.1
mod_version = 1.0.3
mod_name = realistic-cobwebs
base_package = mod.upcraftlp.cobwebs
forge_version = 14.21.1.2420
forge_mappings = snapshot_20170722
forge_version = 14.22.0.2456
forge_mappings = snapshot_20170815
jvm_version = 1.8

#jei:
jei_version = 4.7.2.77
jei_version = 4.7.5.87

2 changes: 1 addition & 1 deletion src/main/java/mod/upcraftlp/cobwebs/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class Reference {
public static final String MOD_ID = "cobwebs";
public static final String MODNAME = "Realistic Cobwebs Mod";
public static final String VERSION = "@VERSION@";
public static final String MCVERSIONS = "[1.12,)";
public static final String MCVERSIONS = "[1.12,1.13)";
public static final String UPDATE_JSON = "https://raw.githubusercontent.com/UpcraftLP/Realistic-Cobwebs/master/Versions.json";

@Config(modid = MOD_ID)
Expand Down

0 comments on commit b86b74a

Please sign in to comment.