news

news includes functions to retrieve news about Minecraft using the official API from Mojang

Warning

The format of the data returned by this API may change at any time

get_minecraft_news() MinecraftNews

Returns general news about Minecraft

Return type:

MinecraftNews

get_java_patch_notes() JavaPatchNotes

Returns the patch notes for Minecraft Java Edition

Return type:

JavaPatchNotes

View the source code of this module