Skip to content

1.20.1 fixes and backports#114

Open
unilock wants to merge 13 commits intoDraylar:1.20.1from
unilock:1.20.1
Open

1.20.1 fixes and backports#114
unilock wants to merge 13 commits intoDraylar:1.20.1from
unilock:1.20.1

Conversation

@unilock
Copy link

@unilock unilock commented Jun 12, 2024

This PR makes a number of changes:

  • Some things have been backported from the 1.20.2 branch:
    • A GitHub Actions workflow has been added
    • Contributors have been added to fabric.mod.json
    • Gradle, Loom, and dependencies have been updated
    • Codec<T>s are now used for LootConditions (wrapped in a universal JsonSerializer<T> at registration)
  • All images in the repository have been optimized, making the mod JAR a bit smaller
  • Fabric's Data Attachment API is now used for fireproof ItemEntity and FishingBobberEntity instances, which should fix [1.19.2] Items disappear due to invalid data #101
  • The AccessWidener has been removed, as miscellaneous code changes have made it no longer necessary
  • The mod's biome tags now (optionally) include Fabric's convention tags, which should improve compatibility with other mods that add biomes (as long as they add them to the appropriate tags)
  • The End Crate now has a loot table as a block, fixing Placed End Crate has no loot table [1.20.1] #110
  • Code has generally been cleaned up and updated across the board

Patbox and others added 13 commits June 12, 2024 08:54
^u^

Signed-off-by: unilock <unilock@fennet.rentals>
Signed-off-by: unilock <unilock@fennet.rentals>
- Update Gradle, Loom, dependencies
- Use Codecs for LootConditions
- Code cleanup

Signed-off-by: unilock <unilock@fennet.rentals>
Signed-off-by: unilock <unilock@fennet.rentals>
Fixes Draylar#101

Signed-off-by: unilock <unilock@fennet.rentals>
Signed-off-by: unilock <unilock@fennet.rentals>
Signed-off-by: unilock <unilock@fennet.rentals>
Signed-off-by: unilock <unilock@fennet.rentals>
Signed-off-by: unilock <unilock@fennet.rentals>
Signed-off-by: unilock <unilock@fennet.rentals>
Fixes Draylar#110

Signed-off-by: unilock <unilock@fennet.rentals>
Signed-off-by: unilock <unilock@fennet.rentals>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants