Skip to content

Commit

Permalink
Merge pull request #91 from CleverNucleus/1.19.2/dev
Browse files Browse the repository at this point in the history
Reverted fabric loader version
  • Loading branch information
CleverNucleus authored Jun 11, 2023
2 parents 39a526e + 8f32d16 commit cf26571
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
16 changes: 2 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
### Changelog

This is primarily a bug-fixing and optimisation update.
-Reverted back to Fabric Loader `0.14.10` as config dependencies built using newer versions seem to not work in the dev environment.

*Changed the way `/reload` works to refresh attributes:

- No longer saves the `updateFlag` to the level's nbt data.
- No longer injects the `updateFlag` into vanilla packets.
- Instead, we only use the `updateFlag` in runtime - not saving it at all, anywhere.

*Fixed [#80](https://github.com/CleverNucleus/data-attributes/issues/80): attribute tracking is handled differently now.

*Likely fixed an incompatibility between Data Attributes and ReplayMod: we no longer mess around with world properties at all.

**May* have fixed long-standing issues [24](https://github.com/CleverNucleus/data-attributes/issues/24) and [10](https://github.com/CleverNucleus/data-attributes/issues/10): almost all networking has been removed - now we only send/receive two custom packets in the whole mod: on game join and when `/reload` is executed.

*Various performance improvements.
This change does not impact end-users (who can continue to use this on more recent loader releases), only developers.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ org.gradle.jvmargs=-Xmx1G

minecraft_version=1.19.2
yarn_mappings=1.19.2+build.28
loader_version=0.14.18
loader_version=0.14.10

mod_version=1.4.5+1.19.2
mod_version=1.4.6+1.19.2
maven_group=com.github.clevernucleus
archives_base_name=dataattributes

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dataattributes.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.18",
"fabricloader": ">=0.14.10",
"fabric-api": ">=0.76.0",
"minecraft": "1.19.2",
"java": ">=17"
Expand Down

0 comments on commit cf26571

Please sign in to comment.