From 17c10d87711b3e587c5fb2fb55cdc4eb8a61b75a Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Tue, 28 Apr 2015 13:25:17 +0100 Subject: - Fixed some grammatical errors in the guide. - Made the Smelter basin and bucket look metallic - Made the Jeweler's Crafting Table texture to have a wooden top and stone legs - Updated forge to version 10.13.3.1395 - Changed the Jeweler's Crafting Recipe to use stone instead of cobblestone - Fixed Fossils and Archeology from crashing - Added a mcmod.info and a logo to it --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 981629d..1709d69 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ sourceCompatibility = JavaVersion.VERSION_1_7 targetCompatibility = JavaVersion.VERSION_1_7 minecraft { - version = "1.7.10-10.13.0.1208" + version = "1.7.10-10.13.3.1395-1710ls" assetDir = "eclipse/assets" } -- cgit v1.2.3