How to create an enchantement which mines 5x5?

Started by Dirrabloom on

Topic category: Help with modding (Java Edition)

Last seen on 15:42, 15. Nov 2022
Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to create an enchantement which mines 5x5?

With the "Mining hammer (all directions)" template I created a enchantement called hammering, and when you mine it breaks 3x3 blocks. Now I want to create hammering II, which mines 5x5, but i don't know how.

Last seen on 17:59, 7. Jan 2024
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Change the already existing…
Fri, 11/04/2022 - 15:37

Change the already existing template. (change x to <ench level>, change -x to 0 - <ench level>, change y to <ench level>, change -y to 0 - <ench level>)