mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
EndStone now gives the same XP as stone
Update your experience.yml
This commit is contained in:
parent
06a4f964e8
commit
63d3a328c4
@ -8,6 +8,7 @@ Key:
|
|||||||
- Removal
|
- Removal
|
||||||
|
|
||||||
Version 2.2.0
|
Version 2.2.0
|
||||||
|
Endstone now gives the same XP as Stone (update your experience.yml)
|
||||||
|
|
||||||
Version 2.1.9
|
Version 2.1.9
|
||||||
Fixed a bug where grabbing the version of WG would throw classnotdefined errors
|
Fixed a bug where grabbing the version of WG would throw classnotdefined errors
|
||||||
|
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.9</version>
|
<version>2.2.0-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>
|
||||||
|
@ -316,7 +316,7 @@ Experience:
|
|||||||
Emerald_Ore: 1000
|
Emerald_Ore: 1000
|
||||||
End_Bricks: 200
|
End_Bricks: 200
|
||||||
Nether_Brick: 50
|
Nether_Brick: 50
|
||||||
End_Stone: 150
|
End_Stone: 30
|
||||||
Glowstone: 30
|
Glowstone: 30
|
||||||
Gold_Ore: 350
|
Gold_Ore: 350
|
||||||
Terracotta: 30
|
Terracotta: 30
|
||||||
|
Loading…
Reference in New Issue
Block a user