1
0
mirror of https://github.com/Zrips/Jobs.git synced 2025-01-20 07:01:22 +01:00

Lets recognize Crops for legacy settup

This commit is contained in:
Zrips 2018-10-14 12:34:26 +03:00
parent 6fd856a513
commit ac31db0927
2 changed files with 7 additions and 7 deletions

View File

@ -734,7 +734,7 @@ public class ItemManager {
CACTUS_GREEN(351, 2, 17296, "Cactus Green", ""),
CAKE(354, 0, 27048, "Cake", ""),
CARROT(391, 0, 22824, "Carrot", "Carrotitem"),
CARROTS(141, 0, 17258, "Carrots", "CARROT"),
CARROTS(141, 0, 17258, "Carrots"),
CARROT_ON_A_STICK(398, 0, 27809, "Carrot on a Stick", "carrotstick"),
CARVED_PUMPKIN(-1, -1, 25833, "Carved Pumpkin", ""),
CAULDRON(380, 0, 26531, "Cauldron", "CAULDRON_ITEM"),
@ -1220,7 +1220,7 @@ public class ItemManager {
POPPY(38, 0, 12851, "Poppy", ""),
PORKCHOP(319, 0, 30896, "Raw Porkchop", ""),
POTATO(392, 0, 21088, "Potato", "Potatoitem"),
POTATOES(142, 0, 10879, "Potatoes", "POTATO"),
POTATOES(142, 0, 10879, "Potatoes"),
// Potions
POTION(373, 0, 24020, "Potion", ""),
@ -1480,7 +1480,7 @@ public class ItemManager {
WATER(8, 0, 24998, "Flowing Water", "FLOWING_WATER"),
WATER_BUCKET(326, 0, 8802, "Water Bucket", ""),
WET_SPONGE(19, 1, 9043, "Wet Sponge", ""),
WHEAT(296, 0, 27709, "Wheat", ""),
WHEAT(296, 0, 27709, "Wheat"),
WHEAT_SEEDS(295, 0, 28742, "Wheat Seeds", "SEEDS"),
WHITE_BANNER(425, 15, 17562, "White Banner", ""),
WHITE_BED(355, 0, 8185, "White Bed", "Bed"),
@ -1562,7 +1562,7 @@ public class ItemManager {
// LEGACY_PURPUR_DOUBLE_SLAB(204, -1, -1, "LEGACY_PURPUR_DOUBLE_SLAB", ""),
// LEGACY_COMMAND_REPEATING(210, -1, -1, "LEGACY_COMMAND_REPEATING", ""),
// LEGACY_COMMAND_CHAIN(211, -1, -1, "LEGACY_COMMAND_CHAIN", ""),
LEGACY_WHEAT(59, -1, -1, "Wheat Block", "");
LEGACY_WHEAT(59, 0, -1, "Wheat Block", "Crops");
private int legacyId;
private int legacyData;

View File

@ -1287,15 +1287,15 @@ Jobs:
income: 1.5
points: 1.5
experience: 3.0
WHEAT-7:
CROPS-7:
income: 1.5
points: 1.5
experience: 3.0
CARROT-7:
CARROTS-7:
income: 1.0
points: 1.0
experience: 1.0
POTATO-7:
POTATOES-7:
income: 1.0
points: 1.0
experience: 1.0