mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
1.16 Support part 1
This commit is contained in:
parent
31a98791f3
commit
efea1c5d33
@ -1,3 +1,37 @@
|
|||||||
|
Version 2.1.119
|
||||||
|
1.16 Support
|
||||||
|
Added 'Ancient_Debris' with a value of 7777 to mining experience tables in experience.yml
|
||||||
|
Added 'Netherite_Scrap' to bonus drops for Mining in config.yml
|
||||||
|
Added 'Ancient_Debris' to bonus drops for Mining in config.yml
|
||||||
|
Added 'Basalt' with a value of 40 to mining experience tables in experience.yml
|
||||||
|
Added 'Crimson_Fungus' with a value of 50 to herbalism experience tables in experience.yml
|
||||||
|
Added 'Crimson_Fungus' to bonus drops for Herbalism in config.yml
|
||||||
|
Added 'Warped_Fungus' with a value of 50 to herbalism experience tables in experience.yml
|
||||||
|
Added 'Warped_Fungus' to bonus drops for Herbalism in config.yml
|
||||||
|
Added 'Warped_Nylium' with a value of 5 to mining experience tables in experience.yml
|
||||||
|
Added 'Warped_Nylium' to bonus drops for Mining in config.yml
|
||||||
|
Added 'Crimson_Nylium' with a value of 5 to mining experience tables in experience.yml
|
||||||
|
Added 'Crimson_Nylium' to bonus drops for Mining in config.yml
|
||||||
|
Added 'Crimson_Stem' with a value of 35 to woodcutting experience tables in experience.yml
|
||||||
|
Added 'Crimson_Roots' with a value of 35 to woodcutting experience tables in experience.yml
|
||||||
|
Added 'Warped_Stem' with a value of 35 to woodcutting experience tables in experience.yml
|
||||||
|
Added 'Warped_Roots' with a value of 35 to woodcutting experience tables in experience.yml
|
||||||
|
Added 'Ancient_Debris' with a value of 200 to smelting experience tables in experience.yml
|
||||||
|
Added 'Crimson_Stem' to bonus drops for Woodcutting in config.yml
|
||||||
|
Added 'Warped_Stem' to bonus drops for Woodcutting in config.yml
|
||||||
|
Added 'Nether_Sprouts' with a value of 10 to Herbalism experience tables in experience.yml
|
||||||
|
Added 'Shroomlight' with a value of 100 to Woodcutting experience tables in experience.yml
|
||||||
|
Added 'Shroomlight' to bonus drops for Woodcutting in config.yml
|
||||||
|
Added 'Soul_Soil' with a value of 50 to Excavation experience tables in experience.yml
|
||||||
|
Added 'Nether_Wart_Block' with a value of 20 to Woodcutting experience tables in experience.yml
|
||||||
|
Added 'Nether_Wart_Block' with a value of 20 to Herbalism experience tables in experience.yml
|
||||||
|
Added 'Warped_Wart_Block' with a value of 20 to Woodcutting experience tables in experience.yml
|
||||||
|
Added 'Warped_Wart_Block' with a value of 20 to Herbalism experience tables in experience.yml
|
||||||
|
Added 'Weeping_Vines' with a value of 10 to Herbalism experience tables in experience.yml
|
||||||
|
All excavation drops that can drop from soul_sand now also drop from soul_soil (edited treasures.yml)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Version 2.1.118
|
Version 2.1.118
|
||||||
Fixed another dupe bug
|
Fixed another dupe bug
|
||||||
Blast Mining no longer reduces debris from explosions due to some issues with the Bukkit API
|
Blast Mining no longer reduces debris from explosions due to some issues with the Bukkit API
|
||||||
|
@ -427,6 +427,8 @@ Skills:
|
|||||||
###
|
###
|
||||||
Bonus_Drops:
|
Bonus_Drops:
|
||||||
Herbalism:
|
Herbalism:
|
||||||
|
Crimson_Fungus: true
|
||||||
|
Warped_Fungus: true
|
||||||
Chorus_Fruit: true
|
Chorus_Fruit: true
|
||||||
Chorus_Plant: true
|
Chorus_Plant: true
|
||||||
Beetroots: true
|
Beetroots: true
|
||||||
@ -464,6 +466,10 @@ Bonus_Drops:
|
|||||||
Peony: true
|
Peony: true
|
||||||
Lily_Of_The_Valley: true
|
Lily_Of_The_Valley: true
|
||||||
Mining:
|
Mining:
|
||||||
|
Warped_Nylium: true
|
||||||
|
Crimson_Nylium: true
|
||||||
|
Ancient_Debris: true
|
||||||
|
Netherite_Scrap: true
|
||||||
Andesite: true
|
Andesite: true
|
||||||
Diorite: true
|
Diorite: true
|
||||||
Granite: true
|
Granite: true
|
||||||
@ -492,6 +498,11 @@ Bonus_Drops:
|
|||||||
Stone: true
|
Stone: true
|
||||||
Cobblestone: true
|
Cobblestone: true
|
||||||
Woodcutting:
|
Woodcutting:
|
||||||
|
Shroomlight: true
|
||||||
|
Crimson_Stem: true
|
||||||
|
Warped_Stem: true
|
||||||
|
Crimson_Roots: true
|
||||||
|
Warped_Roots: true
|
||||||
Acacia_Wood: true
|
Acacia_Wood: true
|
||||||
Acacia_Log: true
|
Acacia_Log: true
|
||||||
Birch_Wood: true
|
Birch_Wood: true
|
||||||
|
@ -247,7 +247,15 @@ Experience_Values:
|
|||||||
Snow: 20
|
Snow: 20
|
||||||
Snow_Block: 40
|
Snow_Block: 40
|
||||||
Soul_Sand: 40
|
Soul_Sand: 40
|
||||||
|
Soul_Soil: 40
|
||||||
Woodcutting:
|
Woodcutting:
|
||||||
|
Nether_Wart_Block: 20
|
||||||
|
Warped_Wart_Block: 20
|
||||||
|
Shroomlight: 100
|
||||||
|
Crimson_Stem: 35
|
||||||
|
Warped_Stem: 35
|
||||||
|
Crimson_Roots: 35
|
||||||
|
Warped_Roots: 35
|
||||||
Oak_Log: 70
|
Oak_Log: 70
|
||||||
Spruce_Log: 80
|
Spruce_Log: 80
|
||||||
Birch_Log: 90
|
Birch_Log: 90
|
||||||
@ -276,6 +284,11 @@ Experience_Values:
|
|||||||
Brown_Mushroom_Block: 70
|
Brown_Mushroom_Block: 70
|
||||||
Mushroom_Stem: 80
|
Mushroom_Stem: 80
|
||||||
Herbalism:
|
Herbalism:
|
||||||
|
Nether_Wart_Block: 20
|
||||||
|
Warped_Wart_Block: 20
|
||||||
|
Nether_Sprouts: 10
|
||||||
|
Crimson_Fungus: 50
|
||||||
|
Warped_Fungus: 50
|
||||||
Bee_Nest: 200
|
Bee_Nest: 200
|
||||||
Sweet_Berry_Bush: 50
|
Sweet_Berry_Bush: 50
|
||||||
Seagrass: 10
|
Seagrass: 10
|
||||||
@ -344,6 +357,7 @@ Experience_Values:
|
|||||||
Tall_Grass: 50
|
Tall_Grass: 50
|
||||||
Large_Fern: 50
|
Large_Fern: 50
|
||||||
Vine: 10
|
Vine: 10
|
||||||
|
Weeping_Vines: 10
|
||||||
Lily_Pad: 100
|
Lily_Pad: 100
|
||||||
White_Tulip: 150
|
White_Tulip: 150
|
||||||
Dandelion: 100
|
Dandelion: 100
|
||||||
@ -352,7 +366,11 @@ Experience_Values:
|
|||||||
Lily_Of_The_Valley: 150
|
Lily_Of_The_Valley: 150
|
||||||
Wither_Rose: 500
|
Wither_Rose: 500
|
||||||
Mining:
|
Mining:
|
||||||
|
Warped_Nylium: 5
|
||||||
|
Crimson_Nylium: 5
|
||||||
|
Ancient_Debris: 7777
|
||||||
Magma_Block: 30
|
Magma_Block: 30
|
||||||
|
Basalt: 40
|
||||||
Tube_Coral_Block: 75
|
Tube_Coral_Block: 75
|
||||||
Brain_Coral_Block: 80
|
Brain_Coral_Block: 80
|
||||||
Bubble_Coral_Block: 70
|
Bubble_Coral_Block: 70
|
||||||
@ -421,6 +439,7 @@ Experience_Values:
|
|||||||
String: 1.8
|
String: 1.8
|
||||||
Other: 1.5
|
Other: 1.5
|
||||||
Smelting:
|
Smelting:
|
||||||
|
Ancient_Debris: 200
|
||||||
Coal_Ore: 10
|
Coal_Ore: 10
|
||||||
Diamond_Ore: 75
|
Diamond_Ore: 75
|
||||||
Emerald_Ore: 100
|
Emerald_Ore: 100
|
||||||
|
@ -451,7 +451,7 @@ Excavation:
|
|||||||
XP: 3000
|
XP: 3000
|
||||||
Drop_Chance: 0.05
|
Drop_Chance: 0.05
|
||||||
Drop_Level: 75
|
Drop_Level: 75
|
||||||
Drops_From: [Dirt, Coarse_Dirt, Podzol, Grass_Block, Sand, Red_Sand, Gravel, Clay, Mycelium, Soul_Sand]
|
Drops_From: [Dirt, Coarse_Dirt, Podzol, Grass_Block, Sand, Red_Sand, Gravel, Clay, Mycelium, Soul_Sand, Soul_Soil]
|
||||||
GUNPOWDER:
|
GUNPOWDER:
|
||||||
Amount: 1
|
Amount: 1
|
||||||
XP: 30
|
XP: 30
|
||||||
@ -541,19 +541,19 @@ Excavation:
|
|||||||
XP: 3000
|
XP: 3000
|
||||||
Drop_Chance: 0.05
|
Drop_Chance: 0.05
|
||||||
Drop_Level: 25
|
Drop_Level: 25
|
||||||
Drops_From: [Dirt, Coarse_Dirt, Podzol, Grass_Block, Sand, Red_Sand, Gravel, Clay, Mycelium, Soul_Sand]
|
Drops_From: [Dirt, Coarse_Dirt, Podzol, Grass_Block, Sand, Red_Sand, Gravel, Clay, Mycelium, Soul_Sand, Soul_Soil]
|
||||||
MUSIC_DISC_CAT:
|
MUSIC_DISC_CAT:
|
||||||
Amount: 1
|
Amount: 1
|
||||||
XP: 3000
|
XP: 3000
|
||||||
Drop_Chance: 0.05
|
Drop_Chance: 0.05
|
||||||
Drop_Level: 25
|
Drop_Level: 25
|
||||||
Drops_From: [Dirt, Coarse_Dirt, Podzol, Grass_Block, Sand, Red_Sand, Gravel, Clay, Mycelium, Soul_Sand]
|
Drops_From: [Dirt, Coarse_Dirt, Podzol, Grass_Block, Sand, Red_Sand, Gravel, Clay, Mycelium, Soul_Sand, Soul_Soil]
|
||||||
DIAMOND:
|
DIAMOND:
|
||||||
Amount: 1
|
Amount: 1
|
||||||
XP: 1000
|
XP: 1000
|
||||||
Drop_Chance: 0.13
|
Drop_Chance: 0.13
|
||||||
Drop_Level: 35
|
Drop_Level: 35
|
||||||
Drops_From: [Dirt, Coarse_Dirt, Podzol, Grass_Block, Sand, Red_Sand, Gravel, Clay, Mycelium, Soul_Sand]
|
Drops_From: [Dirt, Coarse_Dirt, Podzol, Grass_Block, Sand, Red_Sand, Gravel, Clay, Mycelium, Soul_Sand, Soul_Soil]
|
||||||
COCOA_BEANS:
|
COCOA_BEANS:
|
||||||
Amount: 1
|
Amount: 1
|
||||||
XP: 100
|
XP: 100
|
||||||
@ -565,13 +565,13 @@ Excavation:
|
|||||||
XP: 100
|
XP: 100
|
||||||
Drop_Chance: 0.5
|
Drop_Chance: 0.5
|
||||||
Drop_Level: 85
|
Drop_Level: 85
|
||||||
Drops_From: [Dirt, Coarse_Dirt, Podzol, Grass_Block, Sand, Red_Sand, Gravel, Mycelium, Soul_Sand]
|
Drops_From: [Dirt, Coarse_Dirt, Podzol, Grass_Block, Sand, Red_Sand, Gravel, Mycelium, Soul_Sand, Soul_Soil]
|
||||||
NAME_TAG:
|
NAME_TAG:
|
||||||
Amount: 1
|
Amount: 1
|
||||||
XP: 3000
|
XP: 3000
|
||||||
Drop_Chance: 0.05
|
Drop_Chance: 0.05
|
||||||
Drop_Level: 25
|
Drop_Level: 25
|
||||||
Drops_From: [Dirt, Coarse_Dirt, Podzol, Grass_Block, Sand, Red_Sand, Gravel, Clay, Mycelium, Soul_Sand]
|
Drops_From: [Dirt, Coarse_Dirt, Podzol, Grass_Block, Sand, Red_Sand, Gravel, Clay, Mycelium, Soul_Sand, Soul_Soil]
|
||||||
#
|
#
|
||||||
# Settings for Hylian Luck
|
# Settings for Hylian Luck
|
||||||
# If you are in retro mode, Drop_Level is multiplied by 10.
|
# If you are in retro mode, Drop_Level is multiplied by 10.
|
||||||
|
Loading…
Reference in New Issue
Block a user