mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06:45 +01:00
Added Sculk blocks to Mining
This commit is contained in:
parent
c0e4d7a43d
commit
25d558a5fa
@ -1,3 +1,8 @@
|
|||||||
|
Version 2.1.216
|
||||||
|
Added Sculk_* blocks to Mining XP
|
||||||
|
|
||||||
|
NOTES:
|
||||||
|
The Sculk blocks don't quite fit perfectly as mining-related, especially since hoes are the fastest tool to use for them. Let me know what you think.
|
||||||
Version 2.1.215
|
Version 2.1.215
|
||||||
Unarmed bonuses apply to players who hurt an entity with empty fists in the last 60 seconds, these bonuses do not get applied if you are using another mcMMO tool/weapon/trident/etc (see notes)
|
Unarmed bonuses apply to players who hurt an entity with empty fists in the last 60 seconds, these bonuses do not get applied if you are using another mcMMO tool/weapon/trident/etc (see notes)
|
||||||
Fixed Coal Blocks and potentially other fuel sources not showing burning animation to players (see notes)
|
Fixed Coal Blocks and potentially other fuel sources not showing burning animation to players (see 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.215</version>
|
<version>2.1.216-SNAPSHOT</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>
|
||||||
|
@ -402,6 +402,11 @@ Experience_Values:
|
|||||||
Lily_Of_The_Valley: 150
|
Lily_Of_The_Valley: 150
|
||||||
Wither_Rose: 500
|
Wither_Rose: 500
|
||||||
Mining:
|
Mining:
|
||||||
|
Sculk: 4
|
||||||
|
Sculk_Vein: 3
|
||||||
|
Sculk_Sensor: 6
|
||||||
|
Sculk_Catalyst: 10
|
||||||
|
Sculk_Shrieker: 12
|
||||||
Reinforced_Deepslate: 500
|
Reinforced_Deepslate: 500
|
||||||
Tuff: 10
|
Tuff: 10
|
||||||
Copper_Ore: 1400
|
Copper_Ore: 1400
|
||||||
|
Loading…
Reference in New Issue
Block a user