forked from simplysimon0/JEIIntegration
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to Minecraft 1.12.2 (14.23.0.2512) using mappings from 2017/09/18. - ADDED: New tooltip type nbt. Adds an NBT tooltip - ADDED: pack.mcmeta file (pack version 3 for 1.11 and above) - UPDATED: Lowercased language files - UPDATED: JEI dependency - UPDATED: Upgraded the Gradle Wrapper to 4.2 - UPDATED: Updated README.md (Discord badge and Discord section advertising the SnowShock server). - UPDATED: Fixed a typo with metadata tooltip in Config class.
- Loading branch information
1 parent
f6f262c
commit 5505726
Showing
11 changed files
with
85 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# Base Information | ||
mc_version=1.12.1 | ||
forge_version=14.22.0.2452 | ||
mcp_mappings=snapshot_20170624 | ||
mc_version=1.12.2 | ||
forge_version=14.23.0.2512 | ||
mcp_mappings=snapshot_20170918 | ||
curse_project_id=265917 | ||
repo=SnowShock35/JEIIntegration | ||
|
||
# Version | ||
version_major=1 | ||
version_minor=4 | ||
version_patch=2 | ||
version_minor=5 | ||
version_patch=0 | ||
|
||
# Dependencies | ||
version_jei=4.7.5.+ | ||
version_jei=4.8.0.+ |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Thu Jul 20 20:27:34 BST 2017 | ||
#Sat Oct 14 17:17:16 BST 2017 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2-all.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"pack": { | ||
"pack_format": 3, | ||
"description": "JEI Integration Resource Pack" | ||
} | ||
} |