1.15 changes

This commit is contained in:
nossr50 2019-12-10 21:35:44 -08:00
parent 1c71f1daf5
commit af50699de1
3 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,9 @@
Version 2.1.111 Version 2.1.111
Further prevent nesting of bleed damage calls Further prevent nesting of bleed damage calls
Warn about reparable/salvage configs with missing sections Warn about reparable/salvage configs with missing sections
Added Bee combat experience modifier to experience.yml (Update your experience.yml file, see notes)
Breaking a Bee Nest will result in Herbalism XP (Update your experience.yml file, see notes)
Breeding bees will now result in Taming XP (Update your experience.yml file, see notes)
Version 2.1.110 Version 2.1.110
Fixed a dupe bug Fixed a dupe bug

View File

@ -167,7 +167,7 @@
<dependency> <dependency>
<groupId>org.spigotmc</groupId> <groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId> <artifactId>spigot-api</artifactId>
<version>1.14.4-R0.1-SNAPSHOT</version> <version>1.15-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -275,6 +275,7 @@ Experience_Values:
Brown_Mushroom_Block: 70 Brown_Mushroom_Block: 70
Mushroom_Stem: 80 Mushroom_Stem: 80
Herbalism: Herbalism:
Bee_Nest: 200
Sweet_Berry_Bush: 300 Sweet_Berry_Bush: 300
Seagrass: 10 Seagrass: 10
Tall_Seagrass: 10 Tall_Seagrass: 10
@ -441,6 +442,7 @@ Experience_Values:
Cat: 500 Cat: 500
Fox: 1000 Fox: 1000
Panda: 1000 Panda: 1000
Bee: 100
Combat: Combat:
Multiplier: Multiplier:
Animals: 1.0 Animals: 1.0
@ -502,4 +504,5 @@ Experience_Values:
Ravager: 4.0 Ravager: 4.0
Trader_Llama: 1.0 Trader_Llama: 1.0
Wandering_trader: 1.0 Wandering_trader: 1.0
Bee: 1.5