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,
1465
+
name = "Fermento Armor Slot", category = PEST_FARMER,
1465
1466
min = 1, max = 18
1466
1467
)
1467
-
publicstaticintpestFarmingSet0Slot = 1;
1468
+
publicstaticintpestFarmingFermentoSlot = 1;
1468
1469
1469
1470
@Slider(
1470
-
name = "Pest Chance Armor Slot", category = PEST_FARMER,
1471
+
name = "Biohazard Armor Slot", category = PEST_FARMER,
1471
1472
min = 1, max = 18
1472
1473
)
1473
-
publicstaticintpestFarmingSet1Slot = 1;
1474
+
publicstaticintpestFarmingBiohazardSlot = 1;
1474
1475
1475
1476
@Slider(
1476
1477
name = "Pest Spawn Timer (In seconds)", category = PEST_FARMER,
@@ -1479,26 +1480,32 @@ public static void triggerManuallyPestsDestroyer() {
1479
1480
)
1480
1481
publicstaticintpestFarmingWaitTime = 255;
1481
1482
1483
+
@Switch(
1484
+
name = "Set Spawn After Armor Swap(Read Desc)", category = PEST_FARMER,
1485
+
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."
1486
+
)
1487
+
publicstaticbooleanpestFarmingSetSpawn = false;
1488
+
1482
1489
@Switch(
1483
1490
name = "Swap Equipments", category = PEST_FARMER
1484
1491
)
1485
1492
publicstaticbooleanpestFarmingSwapEq = false;
1486
1493
1487
1494
@Text(
1488
1495
name = "Farming Fortune Equipments", category = PEST_FARMER, size=2,
0 commit comments