promotional bannermobile promotional banner
premium banner
It is the API of the Archaeological Research series of mods

Description

It is the API of the Archaeological Research series of mods

 

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.