소스 검색

Added Carrot on a Stick, and Flint & Steel to repair.vanilla.yml

GJ 11 년 전
부모
커밋
1b92131ce9
2개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Changelog.txt
  2. 9 0
      src/main/resources/repair.vanilla.yml

+ 2 - 0
Changelog.txt

@@ -8,6 +8,7 @@ Key:
   - Removal
   - Removal
 
 
 Version 1.4.07-dev
 Version 1.4.07-dev
+ + Added Carrot on a Stick, Bucket, and Flint & Steel to repair.vanilla.yml
  + Added horses to the "Shake" ability
  + Added horses to the "Shake" ability
  + Added ability to summon horses via "Call of the Wild" using apples
  + Added ability to summon horses via "Call of the Wild" using apples
  + Added XP gain to Taming for horses
  + Added XP gain to Taming for horses
@@ -37,6 +38,7 @@ Version 1.4.07-dev
  = Fixed a bug where squid were not awarding XP.
  = Fixed a bug where squid were not awarding XP.
  = Fixed a bug where Combat XP was granted within 5 seconds for respawned players
  = Fixed a bug where Combat XP was granted within 5 seconds for respawned players
  = Fixed a bug where wrong feedback messages were being send when using a command on an offline player
  = Fixed a bug where wrong feedback messages were being send when using a command on an offline player
+ ! Changed default XP multiplier for repairing shears
  ! Changed format of treasures.yml. **YOU WILL NEED TO UPDATE YOUR FILE TO THE NEW FORMAT**
  ! Changed format of treasures.yml. **YOU WILL NEED TO UPDATE YOUR FILE TO THE NEW FORMAT**
  ! Changed format of repair.vanilla.yml. **YOU WILL NEED TO UPDATE YOUR FILE TO THE NEW FORMAT**
  ! Changed format of repair.vanilla.yml. **YOU WILL NEED TO UPDATE YOUR FILE TO THE NEW FORMAT**
  ! Witches no longer drop water bottles from Shake, since they no longer drop them in Vanilla.
  ! Witches no longer drop water bottles from Shake, since they no longer drop them in Vanilla.

+ 9 - 0
src/main/resources/repair.vanilla.yml

@@ -100,8 +100,14 @@ Repairables:
         MinimumLevel: 0
         MinimumLevel: 0
         XpMultiplier: .5
         XpMultiplier: .5
     SHEARS:
     SHEARS:
+        MinimumLevel: 0
+        XpMultiplier: .5
+    BUCKET:
         MinimumLevel: 0
         MinimumLevel: 0
         XpMultiplier: 1
         XpMultiplier: 1
+    FLINT_AND_STEEL:
+        MinimumLevel: 0
+        XpMultiplier: .3
     # Armor
     # Armor
     IRON_HELMET:
     IRON_HELMET:
         MinimumLevel: 0
         MinimumLevel: 0
@@ -203,5 +209,8 @@ Repairables:
         MinimumLevel: 0
         MinimumLevel: 0
         XpMultiplier: .5
         XpMultiplier: .5
     BOW:
     BOW:
+        MinimumLevel: 0
+        XpMultiplier: .5
+    CARROT_STICK:
         MinimumLevel: 0
         MinimumLevel: 0
         XpMultiplier: .5
         XpMultiplier: .5