diff options
| author | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-08-30 20:21:23 +0100 |
|---|---|---|
| committer | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-08-30 20:21:23 +0100 |
| commit | b1ee29a247058b5686ee13093c46659ac3f01685 (patch) | |
| tree | 43577d5ea8a8d823d94e07582545213d31d35cf4 | |
| parent | f6ae5fad892a5af6c72da4abc2b3df28fc00973d (diff) | |
Minor changes
| -rw-r--r-- | build.gradle | 3 | ||||
| -rw-r--r-- | changelog.txt | 17 |
2 files changed, 14 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle index b24ed16..c9f6adb 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ apply plugin: 'curseforge' project.ext {
massive = "1"
major = "1"
- minor = "2"
+ minor = "3"
mcVersion = "1.7.10"
ee3Version = "0.3.505"
alpacaVersion = "1.2"
@@ -104,6 +104,7 @@ curse { projectId = "229927" // my project url is http://minecraft.curseforge.com/mc-mods/229927-jewelrycraft-2
changelog = new File('changelog.txt').text
releaseType = "release"
+ displayName = "Jewelrycraft 2 v$project.version"
// the default obfuscated jar is uploaded by default
// artifact = project.file("build/libs/to/upload.jar")
diff --git a/changelog.txt b/changelog.txt index aae9b55..24e2b55 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,8 +1,15 @@ +Added:
+- All the structures should be able to spawn in other non-vanilla dimensions as well
+
Fixed:
-- A bug where the ritual would crash on a server
+- Crystals Position in inventory
+- Game no longer crashes when opening the book if curses are disabled
+- Midas touch no longer turns Golden Apples to "Golden Golden Apples"
+- Golden Objects should now display its info
Change:
-- Reduced spawnrate of structures
-- Curses starts from page 1, instead of 0
-- Structures will no longer spawn in a flat world
-- Secrety secret
\ No newline at end of file +- Increased the amount of curse points required to get to the next curse to 7000
+- Thieving gloves now have a higher chance of stealing from villagers (provided you are not being seen)
+
+Removed:
+- Herobrine
\ No newline at end of file |
