Use item name in default events.yml, update lang phrase

This commit is contained in:
HappyPikachu 2015-02-04 11:57:12 -05:00
parent db3d21afbc
commit b8b954cc37
2 changed files with 2 additions and 2 deletions

View File

@ -293,7 +293,7 @@ public class Lang {
langMap.put("stageEditorSetEnchantAmounts", "Set enchant amounts");
langMap.put("stageEditorSetMobAmounts", "Set mob amounts");
langMap.put("stageEditorSetEnchantments", "Set enchantments");
langMap.put("stageEditorSetItemNames", "Set item ids");
langMap.put("stageEditorSetItemNames", "Set item names");
langMap.put("stageEditorSetKillIds", "Set NPC IDs");
langMap.put("stageEditorSetMobTypes", "Set mob types");
langMap.put("stageEditorSetKillLocations", "Set kill locations");

View File

@ -19,4 +19,4 @@ events:
RodEvent:
message: "<green>Here you go!"
items:
- id-346:amount-1
- name-fishing_rod:amount-1