promotional bannermobile promotional banner

Felling

Introduces a new enchantment: Felling. Axes with this enchantment will break entire trees at once.

File Details

Felling version 1.3.1 for Minecraft 1.12.x

  • R
  • Dec 3, 2017
  • 42.36 KB
  • 16.3K
  • 1.12.2+2

File Name

felling-1.3.1-1.12.2.jar

Supported Versions

  • 1.12.2
  • 1.12.1
  • 1.12

version 1.3.1

    - improve algorithm to use iteration instead of recursion
    - fix config errors
    - implement logging system
    - fix mod compatibility and general cleanup
    - add support for biomes o'plenty
    - rewrite block dropping and xp giving code
    - added setting for maximum blocks to break

version 1.3.0

    - create a new tier called felling 3 to include corners
    - completely refactor code in the felling subscriber (omg its so clean)
    - add support for IC2 rubber wood
    - properly send clientside settings to the server to respect whether
      the enchantment should be enabled when standing/sneaking
    - rework settings to clarify new serverside/clientside settings

version 1.2.3

    - fix serverside and clientside
    - add rarity setting

version 1.2

    - added enchantment book to creative
    - check for logWood in oredict instead
    - check for "axe" tool class, instead of tools that inherit ItemAxe
    - included basic configuration files
        - allow user to enable leaves in the algorithm
        - allow user to reduce the durability cost on tools
        - allow users to adjust the cost of leaves relative to logs

version 1.1

    - fixed a problem where it only checked for log1, meaning some trees wouldn't get cut
    - added a more advanced algorithm and Felling II that cuts in all directions
    - slightly more localization

version 1.0

    - basic enchantment with a simple upwards algorithm
    - basic localization