From d4a2054045f11bf625246d77c35bd614466821fc Mon Sep 17 00:00:00 2001 From: B1n_ry Date: Sun, 5 Nov 2023 14:01:34 +0100 Subject: [PATCH] Added a changelog file --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ gradle.properties | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..222761fc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# You're in Grave Danger 2.0.0-beta.1 +**NOTE: This version is a rewrite of previous versions of the mod for minecraft 1.20 +and above. It will not be backwards compatible with previous versions of the mod.** + +Also note this is a beta release, and may contain bugs. If you encounter such +things, please report them on the mod's github. + +Every feature has been reimplemented from scratch. If there's something from +previous versions that didn't make the update, also let me know over on github. +I (the mod dev) have tried to remember everything, but might've still missed some stuff + +### Notable features +* Changed the config file. Both in structure, but also format. Should hopefully +be easier to traverse +* Although it's been in the mod previously, graves are optional. However, in +this version, the mod has been developed with this more in mind than previously. +This means that it is easier to use YiGD as a death handler mod, without graves, +than it has previously been. +* Added new respawn configurations. You can now respawn with custom potion effects, +you can configure respawn health, hunger, and more. +* Compatibility is now more configurable, where you can configure drop rules +from different mod inventories, and also toggle the compatibility implementations +from loading. +* Inventory NBT is no longer stored in the block entity itself. If you have previously +had trouble with this overloading chunks with NBT data, it should now be fixed. +All data is now stored in the backup file, which means if it's lost, the grave contents +will be too. \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 7ec05bb3..56f3aa21 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.parallel=true loader_version=0.14.21 # Mod Properties - mod_version = 2.0.0-alpha.6 + mod_version = 2.0.0-beta.1 maven_group = com.b1n_ry.yigd archives_base_name = youre-in-grave-danger