Skip to content

Commit

Permalink
Fix a really stupid cause for a crash, make Tinkers dependency slight…
Browse files Browse the repository at this point in the history
…ly less strict
  • Loading branch information
KnightMiner committed May 29, 2017
1 parent 2a9ba68 commit ea76975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mod_version=1.2.1
mod_version=1.2.1b
minecraft_version=1.11.2
forge_version=13.20.0.2282
mappings=snapshot_20170401
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/knightminer/ceramics/Ceramics.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
import net.minecraftforge.oredict.ShapedOreRecipe;
import net.minecraftforge.oredict.ShapelessOreRecipe;

@Mod(modid = Ceramics.modID, version = Ceramics.version, name = Ceramics.name, dependencies = "after:tconstruct[1.11.2-2.7.0.26,);" )
@Mod(modid = Ceramics.modID, version = Ceramics.version, name = Ceramics.name, dependencies = "after:tconstruct@[1.11.2-2.7.0,);" )
public class Ceramics {
public static final String name = "Ceramics";
public static final String modID = "ceramics";
Expand Down

0 comments on commit ea76975

Please sign in to comment.