mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 07:06:45 +01:00
update excavation on experience.yml (#3551)
In 1.13, the name of the grass block changed from "grass" to "grass_block". This caused no experience to be given while using a shovel on grass. This change was part of something mojang called the flattening and could possibly be the cause of some other experience related issues. https://minecraft.gamepedia.com/1.13/Flattening
This commit is contained in:
parent
2f2a80e1ce
commit
6619ca1d22
@ -131,7 +131,7 @@ Experience:
|
|||||||
Dirt: 40
|
Dirt: 40
|
||||||
Coarse_Dirt: 40
|
Coarse_Dirt: 40
|
||||||
Podzol: 40
|
Podzol: 40
|
||||||
Grass: 40
|
Grass_Block: 40
|
||||||
Gravel: 40
|
Gravel: 40
|
||||||
Mycel: 40
|
Mycel: 40
|
||||||
Sand: 40
|
Sand: 40
|
||||||
|
Loading…
Reference in New Issue
Block a user