All versions in gradle.properties have been updated to the latest versions for 1.21 pre-release 4.
As the constructor of Identifier is now private, every new Identifier call has been replaced with Identifier.of.
Usage of the deprecated constants in NbtType have been replaced with the vanilla constants in the NbtElement class.
Mod is able to build fine and from a little bit of testing everything seems to work okay. Locked containers seem to transfer over correctly.
Draft PR will be turned into a PR when 1.21 releases on Thursday.
The following changes have been made:
gradle.properties
have been updated to the latest versions for 1.21 pre-release 4.Identifier
is now private, everynew Identifier
call has been replaced withIdentifier.of
.NbtType
have been replaced with the vanilla constants in theNbtElement
class.Mod is able to build fine and from a little bit of testing everything seems to work okay. Locked containers seem to transfer over correctly. Draft PR will be turned into a PR when 1.21 releases on Thursday.