mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 07:06:45 +01:00
Added the "wait" music disc to the default fishing treasures
This commit is contained in:
parent
7c579a1040
commit
e0180881e2
@ -28,6 +28,7 @@ Version 1.4.00-dev
|
|||||||
+ Added /mcpurge functionality for Flatfile users
|
+ Added /mcpurge functionality for Flatfile users
|
||||||
+ Added basic support for Mo' Creatures (and other entity mods) - specify mob info in entities.yml
|
+ Added basic support for Mo' Creatures (and other entity mods) - specify mob info in entities.yml
|
||||||
+ Added Shears, Buckets, Fishing Rods, Flint & Steel, Carrot Sticks, and Bows to the list of items that can be Salvaged
|
+ Added Shears, Buckets, Fishing Rods, Flint & Steel, Carrot Sticks, and Bows to the list of items that can be Salvaged
|
||||||
|
+ Added the "wait" music disc to the default fishing treasures
|
||||||
= Fixed multiple commands not working properly on offline players
|
= Fixed multiple commands not working properly on offline players
|
||||||
= Fixed /mmoedit not giving feedback when modifying another players stats
|
= Fixed /mmoedit not giving feedback when modifying another players stats
|
||||||
= Fixed the guide usage string showing up every time /skillname was called
|
= Fixed the guide usage string showing up every time /skillname was called
|
||||||
|
@ -46,6 +46,7 @@ Fishing:
|
|||||||
- Record_9
|
- Record_9
|
||||||
- Record_10
|
- Record_10
|
||||||
- Record_11
|
- Record_11
|
||||||
|
- Record_12
|
||||||
- Diamond_Sword
|
- Diamond_Sword
|
||||||
- Diamond_Shovel
|
- Diamond_Shovel
|
||||||
- Diamond_Pickaxe
|
- Diamond_Pickaxe
|
||||||
@ -827,6 +828,16 @@ Treasures:
|
|||||||
Max_Level: -1
|
Max_Level: -1
|
||||||
Drops_From:
|
Drops_From:
|
||||||
Fishing: true
|
Fishing: true
|
||||||
|
Record_12:
|
||||||
|
ID: 2267
|
||||||
|
Data: 0
|
||||||
|
Amount: 1
|
||||||
|
XP: 200
|
||||||
|
Drop_Chance: 35.0
|
||||||
|
Drop_Level: 600
|
||||||
|
Max_Level: -1
|
||||||
|
Drops_From:
|
||||||
|
Fishing: true
|
||||||
Ghast_Tear:
|
Ghast_Tear:
|
||||||
ID: 370
|
ID: 370
|
||||||
Data: 0
|
Data: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user