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:
nemba246 2018-08-30 19:37:01 -07:00 committed by t00thpick1
parent 2f2a80e1ce
commit 6619ca1d22

View File

@ -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