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)
This PR makes a number of changes:
Codec<T>
s are now used forLootCondition
s (wrapped in a universalJsonSerializer<T>
at registration)ItemEntity
andFishingBobberEntity
instances, which should fix https://github.com/Draylar/go-fish/issues/101