mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06:45 +01:00
Fixed Deesplate Lapis Ore not being recognized
This commit is contained in:
parent
4819a45be9
commit
e3dfdfc6ee
@ -1,3 +1,5 @@
|
||||
Version 2.1.199
|
||||
Renamed Deepslate Lapis Lazuli Ore to Deepslate Lapis Ore in experience.yml and config.yml
|
||||
Version 2.1.198
|
||||
Fixed a bug where Smelting didn't work with the new 1.17 materials
|
||||
Updated dependency Adventure to 4.8.0 (thanks TheBusyBiscuit)
|
||||
|
@ -525,7 +525,7 @@ Bonus_Drops:
|
||||
Deepslate_Emerald_Ore: true
|
||||
Deepslate_Iron_Ore: true
|
||||
Deepslate_Gold_Ore: true
|
||||
Deepslate_Lapis_Lazuli_Ore: true
|
||||
Deepslate_Lapis_Ore: true
|
||||
Lapis_Lazuli_Ore: true
|
||||
Copper_Ore: true
|
||||
Calcite: true
|
||||
|
@ -436,7 +436,7 @@ Experience_Values:
|
||||
Deepslate_Iron_Ore: 1300
|
||||
Lapis_Ore: 800
|
||||
Lapis_Lazuli_Ore: 800
|
||||
Deepslate_Lapis_Lazuli_Ore: 1400
|
||||
Deepslate_Lapis_Ore: 1400
|
||||
Mossy_Cobblestone: 30
|
||||
Netherrack: 15
|
||||
Obsidian: 150
|
||||
|
Loading…
Reference in New Issue
Block a user