You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
name = "Farming Armor Slot", category = PEST_FARMER,
1528
+
name = "Fermento Armor Slot", category = PEST_FARMER,
1528
1529
min = 1, max = 18
1529
1530
)
1530
-
publicstaticintpestFarmingSet0Slot = 1;
1531
+
publicstaticintpestFarmingFermentoSlot = 1;
1531
1532
1532
1533
@Slider(
1533
-
name = "Pest Chance Armor Slot", category = PEST_FARMER,
1534
+
name = "Biohazard Armor Slot", category = PEST_FARMER,
1534
1535
min = 1, max = 18
1535
1536
)
1536
-
publicstaticintpestFarmingSet1Slot = 1;
1537
+
publicstaticintpestFarmingBiohazardSlot = 1;
1537
1538
1538
1539
@Slider(
1539
1540
name = "Pest Spawn Timer (In seconds)", category = PEST_FARMER,
@@ -1542,26 +1543,32 @@ public static void triggerManuallyPestsDestroyer() {
1542
1543
)
1543
1544
publicstaticintpestFarmingWaitTime = 255;
1544
1545
1546
+
@Switch(
1547
+
name = "Set Spawn After Armor Swap(Read Desc)", category = PEST_FARMER,
1548
+
description = "Sets spawn after swapping armor. Sicne farmhelper does not have anything to farm shards, use this to kill manually while ensuring macro returns back to spawn automacially."
1549
+
)
1550
+
publicstaticbooleanpestFarmingSetSpawn = false;
1551
+
1545
1552
@Switch(
1546
1553
name = "Swap Equipments", category = PEST_FARMER
1547
1554
)
1548
1555
publicstaticbooleanpestFarmingSwapEq = false;
1549
1556
1550
1557
@Text(
1551
1558
name = "Farming Fortune Equipments", category = PEST_FARMER, size=2,
0 commit comments