mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 18:24:43 +02:00
Adding more 1.17 support
This commit is contained in:
@ -400,6 +400,8 @@ public class MaterialMapStore {
|
||||
intendedToolPickAxe.add("large_amethyst_bud");
|
||||
intendedToolPickAxe.add("amethyst_cluster");
|
||||
intendedToolPickAxe.add("budding_amethyst");
|
||||
intendedToolPickAxe.add("deepslate");
|
||||
intendedToolPickAxe.add("cobbled_deepslate");
|
||||
|
||||
}
|
||||
|
||||
|
@ -513,6 +513,17 @@ Bonus_Drops:
|
||||
Peony: true
|
||||
Lily_Of_The_Valley: true
|
||||
Mining:
|
||||
Calcite: true
|
||||
Smooth_Basalt: true
|
||||
Block_Of_Amethyst: true
|
||||
Budding_Amethyst: true
|
||||
Small_Amethyst_Bud: true
|
||||
Medium_Amethyst_Bud: true
|
||||
Large_Amethyst_Bud: true
|
||||
Amethyst_Cluster: true
|
||||
Amethyst_Shard: true
|
||||
Deepslate: true
|
||||
Cobbled_Deepslate: true
|
||||
Gilded_Blackstone: true
|
||||
Crying_Obsidian: true
|
||||
Nether_Bricks: true
|
||||
@ -589,6 +600,8 @@ Bonus_Drops:
|
||||
Nether_Quartz: true
|
||||
Quartz: true
|
||||
Redstone: true
|
||||
Deepslate: true
|
||||
Cobbled_Deepslate: true
|
||||
|
||||
#
|
||||
# Settings for commands
|
||||
|
@ -380,6 +380,8 @@ Experience_Values:
|
||||
Lily_Of_The_Valley: 150
|
||||
Wither_Rose: 500
|
||||
Mining:
|
||||
Deepslate: 30
|
||||
Cobbled_Deepslate: 15
|
||||
Calcite: 400
|
||||
Smooth_Basalt: 300
|
||||
Block_Of_Amethyst: 500
|
||||
@ -481,6 +483,7 @@ Experience_Values:
|
||||
Nether_Quartz_Ore: 25
|
||||
Redstone_Ore: 15
|
||||
Nether_Gold_Ore: 35
|
||||
Cobbled_Deepslate: 5
|
||||
Taming:
|
||||
Animal_Taming:
|
||||
Llama: 1200
|
||||
|
Reference in New Issue
Block a user