Add new 'raw' ores to experience values and bonus drops

This commit is contained in:
nossr50 2021-06-03 14:34:36 -07:00
parent 97cfb1cfc7
commit 619eec7667
3 changed files with 15 additions and 1 deletions

View File

@ -8,6 +8,7 @@ Version 2.1.197
Added Axolotl to experience.yml Added Axolotl to experience.yml
Added Glow_Squid to experience.yml Added Glow_Squid to experience.yml
Updated Super Breaker to recognize the new mining blocks Updated Super Breaker to recognize the new mining blocks
Added Calcite to experience.yml for Mining Added Calcite to experience.yml for Mining
Added Smooth Basalt to experience.yml for Mining Added Smooth Basalt to experience.yml for Mining
Added Block_Of_Amethyst to experience.yml for Mining Added Block_Of_Amethyst to experience.yml for Mining
@ -18,6 +19,7 @@ Version 2.1.197
Added Amethyst Cluster to experience.yml for Mining Added Amethyst Cluster to experience.yml for Mining
Added Deepslate to experience.yml for Mining Added Deepslate to experience.yml for Mining
Added Cobbled Deepslate to experience.yml for Mining Added Cobbled Deepslate to experience.yml for Mining
Added Amethyst Shard to Bonus Drops for Mining in config.yml Added Amethyst Shard to Bonus Drops for Mining in config.yml
Added Calcite to Bonus Drops for Mining in config.yml Added Calcite to Bonus Drops for Mining in config.yml
Added Smooth Basalt to Bonus Drops for Mining in config.yml Added Smooth Basalt to Bonus Drops for Mining in config.yml
@ -29,7 +31,14 @@ Version 2.1.197
Added Amethyst Cluster to Bonus Drops for Mining in config.yml Added Amethyst Cluster to Bonus Drops for Mining in config.yml
Added Deepslate to Bonus Drops for Mining in config.yml Added Deepslate to Bonus Drops for Mining in config.yml
Added Cobbled Deepslate to Bonus Drops for Mining in config.yml Added Cobbled Deepslate to Bonus Drops for Mining in config.yml
Added Raw Iron to Bonus Drops for Mining in config.yml
Added Raw Gold to Bonus Drops for Mining in config.yml
Added Raw Copper to Bonus Drops for Mining in config.yml
Added Cobbled Deepslate to experience.yml for Smelting Added Cobbled Deepslate to experience.yml for Smelting
Added Raw Copper to experience.yml for Smelting
Added Raw Iron to experience.yml for Smelting
Added Raw Gold to experience.yml for Smelting
NOTES: NOTES:
You shouldn't need to edit your configs for this update, your configs should update automatically. You shouldn't need to edit your configs for this update, your configs should update automatically.

View File

@ -568,6 +568,9 @@ Bonus_Drops:
Sandstone: true Sandstone: true
Stone: true Stone: true
Cobblestone: true Cobblestone: true
Raw_Copper: true
Raw_Iron: true
Raw_Gold: true
Woodcutting: Woodcutting:
Crimson_Hyphae: true Crimson_Hyphae: true
Warped_Hyphae: true Warped_Hyphae: true
@ -601,7 +604,6 @@ Bonus_Drops:
Quartz: true Quartz: true
Redstone: true Redstone: true
Deepslate: true Deepslate: true
Cobbled_Deepslate: true
# #
# Settings for commands # Settings for commands

View File

@ -473,12 +473,15 @@ Experience_Values:
String: 1.8 String: 1.8
Other: 1.5 Other: 1.5
Smelting: Smelting:
Raw_Copper: 75
Ancient_Debris: 200 Ancient_Debris: 200
Coal_Ore: 10 Coal_Ore: 10
Diamond_Ore: 75 Diamond_Ore: 75
Emerald_Ore: 100 Emerald_Ore: 100
Gold_Ore: 35 Gold_Ore: 35
Raw_Gold: 35
Iron_Ore: 25 Iron_Ore: 25
Raw_Iron: 25
Lapis_Ore: 40 Lapis_Ore: 40
Nether_Quartz_Ore: 25 Nether_Quartz_Ore: 25
Redstone_Ore: 15 Redstone_Ore: 15