Fated Support Box handler.

This commit is contained in:
mobius
2015-01-27 18:24:57 +00:00
parent 66e6975de4
commit bc75c7e9fa
4 changed files with 143 additions and 0 deletions

View File

@ -168,6 +168,7 @@ import handlers.itemhandlers.EnchantAttribute;
import handlers.itemhandlers.EnchantScrolls;
import handlers.itemhandlers.EventItem;
import handlers.itemhandlers.ExtractableItems;
import handlers.itemhandlers.FatedSupportBox;
import handlers.itemhandlers.FishShots;
import handlers.itemhandlers.Harvester;
import handlers.itemhandlers.ItemAppearance;
@ -473,6 +474,7 @@ public class MasterHandler
EnchantScrolls.class,
EventItem.class,
ExtractableItems.class,
FatedSupportBox.class,
FishShots.class,
Harvester.class,
ItemAppearance.class,