Skip to content

feat: copper tools and armor#89

Open
hapily04 wants to merge 1 commit into
TogAr2:masterfrom
skript-minestom:copper
Open

feat: copper tools and armor#89
hapily04 wants to merge 1 commit into
TogAr2:masterfrom
skript-minestom:copper

Conversation

@hapily04

Copy link
Copy Markdown
Contributor

resolves #87

STONE(1, 4.0F, 1.0F, Material.STONE_SWORD, Material.STONE_SHOVEL, Material.STONE_PICKAXE, Material.STONE_AXE, Material.STONE_HOE),
IRON(2, 6.0F, 2.0F, Material.IRON_SWORD, Material.IRON_SHOVEL, Material.IRON_PICKAXE, Material.IRON_AXE, Material.IRON_HOE),
DIAMOND(3, 8.0F, 3.0F, Material.DIAMOND_SWORD, Material.DIAMOND_SHOVEL, Material.DIAMOND_PICKAXE, Material.DIAMOND_AXE, Material.DIAMOND_HOE),
COPPER(2, 8.0F, 1.0F, Material.COPPER_SWORD, Material.COPPER_SHOVEL, Material.COPPER_PICKAXE, Material.COPPER_AXE, Material.COPPER_HOE),

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where are you getting 1 for the mining level?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

attackDamageBonus is the mining level (wiki also has it: https://minecraft.wiki/w/Copper_Pickaxe)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No copper tools or armor

2 participants