mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Add Piglin Brute XP
This commit is contained in:
parent
6d6efa3442
commit
420477149e
@ -2,6 +2,7 @@ Version 2.1.131
|
|||||||
|
|
||||||
New permission node 'mcmmo.ability.repair.netheriterepair' which is included in the mcmmo.defaults permission package
|
New permission node 'mcmmo.ability.repair.netheriterepair' which is included in the mcmmo.defaults permission package
|
||||||
New permission node 'mcmmo.ability.salvage.netheritesalvage' which is included in the mcmmo.defaults permission package
|
New permission node 'mcmmo.ability.salvage.netheritesalvage' which is included in the mcmmo.defaults permission package
|
||||||
|
Changed Salvage maximum quantity values to 4 for all Netherite armor
|
||||||
mcMMO will set the default salvage quantities for netherite armor to 4 once and then never again (see notes)
|
mcMMO will set the default salvage quantities for netherite armor to 4 once and then never again (see notes)
|
||||||
|
|
||||||
Added Basalt to Bonus Drops for Mining in config.yml (see notes)
|
Added Basalt to Bonus Drops for Mining in config.yml (see notes)
|
||||||
@ -30,16 +31,17 @@ Version 2.1.131
|
|||||||
|
|
||||||
Added Red Nether Bricks to Experience tables for Mining in experience.yml (see notes)
|
Added Red Nether Bricks to Experience tables for Mining in experience.yml (see notes)
|
||||||
Added Netherite to Experience tables for Repair in experience.yml (see notes)
|
Added Netherite to Experience tables for Repair in experience.yml (see notes)
|
||||||
Changed Salvage maximum quantity values to 4 for all Netherite gear
|
Added Piglin Brute to Experience tables for all combat skills in experience.yml
|
||||||
|
|
||||||
|
|
||||||
Netherite now requires 100 Salvage skill (by default configs) in order to salvage
|
Netherite now requires 100 Salvage skill (by default configs) in order to salvage
|
||||||
|
|
||||||
NOTES:
|
NOTES:
|
||||||
|
|
||||||
|
You should not need to edit your configs to receive any changes in this patch, simply starting your server is enough.
|
||||||
Default salvage quantities for netherite armor were above 4 in some cases which was not intended, mcMMO will run some code to correct this once and then it will not edit the file again.
|
Default salvage quantities for netherite armor were above 4 in some cases which was not intended, mcMMO will run some code to correct this once and then it will not edit the file again.
|
||||||
Repair and Salvage are going to get some tweaks regarding Netherite gear really soon.
|
Repair and Salvage are going to get some tweaks regarding Netherite gear really soon.
|
||||||
This update adds quite a few missing entries for bonus drops, without these entries double drops on these items/blocks will not happen.
|
This update adds quite a few missing entries for bonus drops, without these entries double drops on these items/blocks will not happen.
|
||||||
You should not need to edit your configs to receive these changes.
|
|
||||||
|
|
||||||
|
|
||||||
Version 2.1.130
|
Version 2.1.130
|
||||||
|
@ -542,6 +542,7 @@ Experience_Values:
|
|||||||
Wandering_trader: 1.0
|
Wandering_trader: 1.0
|
||||||
Bee: 1.5
|
Bee: 1.5
|
||||||
Piglin: 2.0
|
Piglin: 2.0
|
||||||
|
Piglin_Brute: 4.5
|
||||||
Hoglin: 4.0
|
Hoglin: 4.0
|
||||||
Zombie_Pigman: 3.0
|
Zombie_Pigman: 3.0
|
||||||
Zombified_Piglin: 3.0
|
Zombified_Piglin: 3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user