Skip to content

Commit

Permalink
Added a changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
B1n-ry committed Nov 5, 2023
1 parent a43d417 commit d4a2054
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d4a2054

Please sign in to comment.