Explorar o código

Add missing 's' to Nether_Bricks

nossr50 %!s(int64=6) %!d(string=hai) anos
pai
achega
732e29f0a5
Modificáronse 2 ficheiros con 11 adicións e 1 borrados
  1. 10 0
      Changelog.txt
  2. 1 1
      src/main/resources/experience.yml

+ 10 - 0
Changelog.txt

@@ -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
 Version 2.1.95
     Added missing Chorus_Fruit & Chorus_Plant entries to Herbalism's Bonus Drops in config.yml (See notes)
     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
     Limit Break now does dramatically less damage to players with lower grades of armor

+ 1 - 1
src/main/resources/experience.yml

@@ -360,7 +360,7 @@ Experience_Values:
         Diamond_Ore: 2400
         Diamond_Ore: 2400
         Emerald_Ore: 1000
         Emerald_Ore: 1000
         End_Bricks: 50
         End_Bricks: 50
-        Nether_Brick: 50
+        Nether_Bricks: 50
         End_Stone: 15
         End_Stone: 15
         Glowstone: 15
         Glowstone: 15
         Gold_Ore: 1300
         Gold_Ore: 1300