summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle2
-rw-r--r--src/main/changelog.txt3
2 files changed, 4 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 7266b98..796db6a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -72,7 +72,7 @@ processResources{
curse {
apiKey = System.getenv("onyxdarkknight_curse")
projectId = "229927" // my project url is http://minecraft.curseforge.com/mc-mods/229927-jewelrycraft-2
- changelog = new File('H:/Jewelrycraft/1.7.10/changelog.txt').text
+ changelog = new File('changelog.txt').text
releaseType = "release"
// the default obfuscated jar is uploaded by default
diff --git a/src/main/changelog.txt b/src/main/changelog.txt
new file mode 100644
index 0000000..9a15ae4
--- /dev/null
+++ b/src/main/changelog.txt
@@ -0,0 +1,3 @@
+- Added EE3 EMC values, thank you to MineMarteen for providing the ThirdPartyManager code :)
+- Working on making it possible to translate every part of the mod
+- Created an interface modders can use to make an item wearable in the jewelry inventory and have special effects \ No newline at end of file