mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Add missing 's' to Nether_Bricks
This commit is contained in:
parent
cd0ed4b385
commit
732e29f0a5
@ -1,3 +1,13 @@
|
||||
Version 2.1.96
|
||||
Added the setting 'ExploitFix.PistonCheating' to experience.yml at the request of a user
|
||||
Added a missing 's' to Nether_Bricks (thanks Sikatsu) in experience.yml
|
||||
|
||||
NOTES:
|
||||
You shouldn't need to update you config entry for Nether_Bricks, I believe that file updates automatically (the old config system is a bit janky, some stuff updates, some other stuff doesn't.)
|
||||
PistonCheating prevents blocks from being marked "natural" once they've been moved, we've never had an option for this before.
|
||||
A discord user requested it, its a strange request but I added it anyways.
|
||||
Of course, it defaults to "true" which prevents cheating with pistons.
|
||||
|
||||
Version 2.1.95
|
||||
Added missing Chorus_Fruit & Chorus_Plant entries to Herbalism's Bonus Drops in config.yml (See notes)
|
||||
Limit Break now does dramatically less damage to players with lower grades of armor
|
||||
|
@ -360,7 +360,7 @@ Experience_Values:
|
||||
Diamond_Ore: 2400
|
||||
Emerald_Ore: 1000
|
||||
End_Bricks: 50
|
||||
Nether_Brick: 50
|
||||
Nether_Bricks: 50
|
||||
End_Stone: 15
|
||||
Glowstone: 15
|
||||
Gold_Ore: 1300
|
||||
|
Loading…
Reference in New Issue
Block a user