mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-26 02:19:21 +00:00
rod
This commit is contained in:
@@ -113,6 +113,8 @@ public class BaitEditor implements ItemPage {
|
||||
items.add(new ItemFlagItem(this));
|
||||
items.add(new Head64Item(this));
|
||||
items.add(new NBTItem(this));
|
||||
items.add(new EnchantmentItem(this));
|
||||
items.add(new StoredEnchantmentItem(this));
|
||||
return items;
|
||||
}
|
||||
|
||||
|
||||
@@ -113,6 +113,8 @@ public class HookEditor implements ItemPage {
|
||||
items.add(new ItemFlagItem(this));
|
||||
items.add(new Head64Item(this));
|
||||
items.add(new NBTItem(this));
|
||||
items.add(new EnchantmentItem(this));
|
||||
items.add(new StoredEnchantmentItem(this));
|
||||
return items;
|
||||
}
|
||||
|
||||
|
||||
@@ -111,6 +111,7 @@ public class RodEditor implements ItemPage {
|
||||
items.add(new RandomDurabilityItem(this));
|
||||
items.add(new ItemFlagItem(this));
|
||||
items.add(new NBTItem(this));
|
||||
items.add(new EnchantmentItem(this));
|
||||
return items;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user