mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-25 14:46:46 +01:00
2.1.130
This commit is contained in:
parent
6b340838ee
commit
ed69f843aa
@ -2,7 +2,7 @@ Version 2.1.130
|
|||||||
Fixed a bug that prevented Repair from working on the new Netherite weapons/armors
|
Fixed a bug that prevented Repair from working on the new Netherite weapons/armors
|
||||||
Fixed a bug where Netherite gear used Gold Ingots to repair instead of Netherite Scraps (by default)
|
Fixed a bug where Netherite gear used Gold Ingots to repair instead of Netherite Scraps (by default)
|
||||||
mcMMO will now run a script to fix a misspelling of netherite in repair/salvage configs (script only runs once and then never again)
|
mcMMO will now run a script to fix a misspelling of netherite in repair/salvage configs (script only runs once and then never again)
|
||||||
mcMMO will produce a fake ItemDamageEvent before damaging axes in Tree Feller execution
|
mcMMO will produce a fake PlayerItemDamageEvent before damaging axes in Tree Feller execution
|
||||||
|
|
||||||
|
|
||||||
NOTES:
|
NOTES:
|
||||||
|
2
pom.xml
2
pom.xml
@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
||||||
<artifactId>mcMMO</artifactId>
|
<artifactId>mcMMO</artifactId>
|
||||||
<version>2.1.130-SNAPSHOT</version>
|
<version>2.1.130</version>
|
||||||
<name>mcMMO</name>
|
<name>mcMMO</name>
|
||||||
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
||||||
<scm>
|
<scm>
|
||||||
|
@ -221,6 +221,7 @@ public class WoodcuttingManager extends SkillManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Call PlayerItemDamageEvent first to make sure it's not cancelled
|
// Call PlayerItemDamageEvent first to make sure it's not cancelled
|
||||||
|
//TODO: Put this event stuff in handleDurabilityChange
|
||||||
final PlayerItemDamageEvent event = new PlayerItemDamageEvent(player, inHand, durabilityLoss);
|
final PlayerItemDamageEvent event = new PlayerItemDamageEvent(player, inHand, durabilityLoss);
|
||||||
Bukkit.getPluginManager().callEvent(event);
|
Bukkit.getPluginManager().callEvent(event);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user