Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last month
Updated last month
It is the API of the Archaeological Research series of mods
- If you are interested in archaeology, you can check Archaeological Research.
For players
- It provides an archaeological system independent of Minecraft and adds a new setting for the brushing level (with an upper limit of Level IV) for brushes and brushable blocks.
- The brushing level (the level of the brush must be greater than or equal to the level of the brushable block) determines whether the player can successfully brush the block.
- The brushing progress (with a lower limit of I) corresponds to the brushing level (with an upper limit of IV). The higher the brushing level of the brush, the faster the brushing progress (ranging from 1 to 4).
For mod authors
- It provides custom blocks and custom brushes for testing.
- The custom brush is used to expand the judgment of the brushing level by overriding the additionalLevel method.
- Custom brushes and custom blocks (entities) need to inherit from the Base class for expansion.
- The custom brush is adapted to the Minecraft archaeological system.