Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 1.17 KB

adv.rst

File metadata and controls

34 lines (23 loc) · 1.17 KB

Advancements

Advancements are rewards earned when you do certain actions during your Minecraft game. They can help you progress in the game, giving you goals, quests, and sometimes with a small reward at stake. Advancements also replace the achievements, which were removed in Minecraft version 1.12. This library offers you to retrieve some details about these new advancements, such as their place in the general tree structure, or the way to get them. It's up to you how to use this information wisely!

And like the other objects, the advancements come from the site fr-minecraft.net. Most of the texts are therefore in French.

The class

When you search with the :func:`~frmc_lib.search_adv` function, you get an :class:`~frmc_lib.Advancement` object that summarizes all the characteristics of the advancement. The details of this class are explained here:

.. autoclass:: frmc_lib.Advancement
        :members:

How to search

using main()

.. autofunction:: frmc_lib.main
        :noindex:

using search_item()

.. autofunction:: frmc_lib.search_item
        :noindex: