farming-weight 0.10.2 → 0.10.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/dist/constants/crops.d.ts +2 -0
  2. package/dist/constants/crops.js +19 -6
  3. package/dist/constants/crops.js.map +1 -1
  4. package/dist/constants/enchants.d.ts +2 -0
  5. package/dist/constants/enchants.js +1 -0
  6. package/dist/constants/enchants.js.map +1 -1
  7. package/dist/constants/garden.d.ts +42 -0
  8. package/dist/constants/garden.js +666 -0
  9. package/dist/constants/garden.js.map +1 -1
  10. package/dist/constants/itemids.d.ts +22 -0
  11. package/dist/constants/itemids.js +23 -0
  12. package/dist/constants/itemids.js.map +1 -0
  13. package/dist/constants/specialcrops.d.ts +8 -1
  14. package/dist/constants/specialcrops.js +7 -0
  15. package/dist/constants/specialcrops.js.map +1 -1
  16. package/dist/constants/upgrades.d.ts +28 -1
  17. package/dist/constants/upgrades.js +35 -25
  18. package/dist/constants/upgrades.js.map +1 -1
  19. package/dist/features/composter/composter.d.ts +7 -0
  20. package/dist/features/composter/composter.js +9 -0
  21. package/dist/features/composter/composter.js.map +1 -0
  22. package/dist/features/composter/index.d.ts +3 -0
  23. package/dist/features/composter/index.js +4 -0
  24. package/dist/features/composter/index.js.map +1 -0
  25. package/dist/features/composter/progress.d.ts +15 -0
  26. package/dist/features/composter/progress.js +62 -0
  27. package/dist/features/composter/progress.js.map +1 -0
  28. package/dist/features/composter/upgrades.d.ts +11 -0
  29. package/dist/features/composter/upgrades.js +1014 -0
  30. package/dist/features/composter/upgrades.js.map +1 -0
  31. package/dist/features/index.d.ts +1 -0
  32. package/dist/features/index.js +2 -0
  33. package/dist/features/index.js.map +1 -0
  34. package/dist/fortune/farmingpet.d.ts +1 -1
  35. package/dist/fortune/farmingpet.js +10 -8
  36. package/dist/fortune/farmingpet.js.map +1 -1
  37. package/dist/index.d.ts +2 -0
  38. package/dist/index.js +2 -0
  39. package/dist/index.js.map +1 -1
  40. package/dist/items/armor.js +3 -3
  41. package/dist/items/armor.js.map +1 -1
  42. package/dist/items/pets.d.ts +2 -1
  43. package/dist/items/pets.js +32 -0
  44. package/dist/items/pets.js.map +1 -1
  45. package/dist/player/player.js +7 -0
  46. package/dist/player/player.js.map +1 -1
  47. package/dist/upgrades/getsourceprogress.d.ts +2 -1
  48. package/dist/upgrades/getsourceprogress.js +56 -0
  49. package/dist/upgrades/getsourceprogress.js.map +1 -1
  50. package/dist/upgrades/sources/armorsetsources.js +2 -1
  51. package/dist/upgrades/sources/armorsetsources.js.map +1 -1
  52. package/dist/upgrades/sources/dynamicfortunesources.d.ts +45 -1
  53. package/dist/util/names.d.ts +5 -0
  54. package/dist/util/names.js +34 -0
  55. package/dist/util/names.js.map +1 -1
  56. package/package.json +1 -1
@@ -491,4 +491,670 @@ export const GARDEN_VISITORS = {
491
491
  wiki: 'https://wiki.hypixel.net/Zog',
492
492
  },
493
493
  };
494
+ export const mcVersions = ['1.8.9', '1.21'];
495
+ export const directions = ['North', 'South', 'East', 'West'];
496
+ export const farmingMethods = ['straight', 'running into wall', 'angled into wall'];
497
+ export var ResourceType;
498
+ (function (ResourceType) {
499
+ ResourceType[ResourceType["Thread"] = 0] = "Thread";
500
+ ResourceType[ResourceType["Video"] = 1] = "Video";
501
+ ResourceType[ResourceType["Schematic"] = 2] = "Schematic";
502
+ ResourceType[ResourceType["Garden"] = 3] = "Garden";
503
+ })(ResourceType || (ResourceType = {}));
504
+ const blackCatNote = 'Despite the name, this farm **does not** use a black cat pet anymore';
505
+ export const FARM_DESIGNS = {
506
+ idkdomPumpkin: {
507
+ name: 'IdkDom Melon/Pumpkin',
508
+ crops: [Crop.Melon, Crop.Pumpkin],
509
+ speed: {
510
+ '1.8.9': 155,
511
+ soulSand: false,
512
+ method: 'straight',
513
+ },
514
+ angle: {
515
+ yaw: 0,
516
+ pitch: 28.5,
517
+ },
518
+ bps: 19.7,
519
+ laneDepth: 3,
520
+ resources: [
521
+ {
522
+ source: 'https://youtu.be/Zy_w332uUic',
523
+ type: ResourceType.Video,
524
+ },
525
+ {
526
+ source: 'IdkDom',
527
+ type: ResourceType.Garden,
528
+ },
529
+ ],
530
+ authors: [
531
+ {
532
+ name: 'IdkDom',
533
+ url: 'https://www.youtube.com/@IdkDom',
534
+ },
535
+ ],
536
+ replacedBy: ['easierMelon', 'chisslMelon'],
537
+ },
538
+ blackCatMelon: {
539
+ name: 'SunTzu & MelonKingDe Black Cat Melon',
540
+ crops: [Crop.Melon, Crop.Pumpkin],
541
+ speed: {
542
+ '1.8.9': 400,
543
+ '1.21': 368,
544
+ depthStrider: 3,
545
+ soulSand: true,
546
+ method: 'running into wall',
547
+ },
548
+ angle: {
549
+ yaw: 0,
550
+ pitch: -59,
551
+ },
552
+ bps: 19.93,
553
+ laneDepth: 3,
554
+ resources: [
555
+ {
556
+ source: 'https://discord.com/channels/1096051612373487687/1159960881287942234',
557
+ type: ResourceType.Thread,
558
+ },
559
+ {
560
+ source: 'https://youtu.be/5k9c7qK0l58',
561
+ type: ResourceType.Video,
562
+ },
563
+ {
564
+ source: 'MelonKingDe',
565
+ type: ResourceType.Garden,
566
+ },
567
+ ],
568
+ authors: [
569
+ {
570
+ name: 'AgitatedSnake92',
571
+ },
572
+ {
573
+ name: 'MelonKingDe',
574
+ url: 'https://www.youtube.com/@SunTzu-MelonKing',
575
+ },
576
+ {
577
+ name: 'SunTzu101',
578
+ url: 'https://www.youtube.com/@SunTzu-MelonKing',
579
+ },
580
+ ],
581
+ replacedBy: ['easierMelon', 'chisslMelon'],
582
+ notes: [blackCatNote],
583
+ },
584
+ easierMelon: {
585
+ name: 'Easier to Build Melon/Pumpkin',
586
+ crops: [Crop.Melon, Crop.Pumpkin],
587
+ speed: {
588
+ '1.8.9': 400,
589
+ '1.21': 368,
590
+ depthStrider: 3,
591
+ soulSand: true,
592
+ method: 'running into wall',
593
+ },
594
+ angle: {
595
+ yaw: 0,
596
+ pitch: -59,
597
+ },
598
+ bps: 19.94,
599
+ laneDepth: 3,
600
+ resources: [
601
+ {
602
+ source: 'https://discord.com/channels/1096051612373487687/1358514959247741068',
603
+ type: ResourceType.Thread,
604
+ },
605
+ {
606
+ source: 'https://youtu.be/s4HV0RyWcoI',
607
+ type: ResourceType.Video,
608
+ },
609
+ {
610
+ source: 'IdkVenom',
611
+ type: ResourceType.Garden,
612
+ },
613
+ ],
614
+ authors: [
615
+ {
616
+ name: 'AgitatedSnake92',
617
+ },
618
+ {
619
+ name: 'MelonKingDe',
620
+ url: 'https://www.youtube.com/@SunTzu-MelonKing',
621
+ },
622
+ {
623
+ name: 'IdkVenom',
624
+ url: 'https://www.youtube.com/@IdkVenomDeadlyIPanda',
625
+ },
626
+ {
627
+ name: 'DeadlyIPanda',
628
+ url: 'https://www.youtube.com/@IdkVenomDeadlyIPanda',
629
+ },
630
+ ],
631
+ },
632
+ chisslMelon: {
633
+ name: 'Chissl Waterless Melon/Pumpkin',
634
+ crops: [Crop.Melon, Crop.Pumpkin],
635
+ speed: {
636
+ '1.8.9': 360,
637
+ depthStrider: 1,
638
+ soulSand: false,
639
+ method: 'running into wall',
640
+ },
641
+ angle: {
642
+ yaw: 0,
643
+ pitch: 59,
644
+ },
645
+ bps: 19.95,
646
+ laneDepth: 3,
647
+ resources: [
648
+ {
649
+ source: 'Chissl',
650
+ type: ResourceType.Garden,
651
+ },
652
+ ],
653
+ authors: [
654
+ {
655
+ name: 'AgitatedSnake92',
656
+ },
657
+ {
658
+ name: 'Chissl',
659
+ },
660
+ ],
661
+ notes: [
662
+ 'Very difficult and time consuming to build, only worthwhile for extreme farmers',
663
+ 'Great for pest farming, most recommended design if you pest farm with melons often',
664
+ ],
665
+ },
666
+ dropdownWheat: {
667
+ name: 'Dropdown Wheat/Potato/Carrot/Netherwart',
668
+ crops: [Crop.Wheat, Crop.Potato, Crop.Carrot, Crop.NetherWart],
669
+ speed: {
670
+ '1.8.9': 93,
671
+ depthStrider: 3,
672
+ soulSand: false,
673
+ method: 'straight',
674
+ },
675
+ angle: {
676
+ yaw: 0,
677
+ pitch: 3,
678
+ },
679
+ bps: 19.85,
680
+ laneDepth: 5,
681
+ replacedBy: ['aceWheat', 'draipWheat', 'z109Wheat'],
682
+ notes: ['Annoying to use', 'Not infinite even at garden 15', 'Requires 5 plots, no less'],
683
+ },
684
+ aceWheat: {
685
+ name: 'Ace Wheat/Potato/Carrot/Netherwart',
686
+ crops: [Crop.Wheat, Crop.Potato, Crop.Carrot, Crop.NetherWart],
687
+ speed: {
688
+ '1.8.9': 347,
689
+ '1.21': 308,
690
+ depthStrider: 2,
691
+ soulSand: true,
692
+ method: 'running into wall',
693
+ },
694
+ angle: {
695
+ yaw: 0,
696
+ pitch: 3,
697
+ },
698
+ bps: 20,
699
+ laneDepth: 5,
700
+ resources: [
701
+ {
702
+ source: 'https://youtu.be/hz4lGUz0JP4',
703
+ type: ResourceType.Video,
704
+ },
705
+ {
706
+ source: 'sageuk',
707
+ type: ResourceType.Garden,
708
+ },
709
+ {
710
+ source: 'FarmingHub',
711
+ type: ResourceType.Garden,
712
+ },
713
+ ],
714
+ authors: [
715
+ {
716
+ name: 'AgitatedSnake92',
717
+ },
718
+ ],
719
+ },
720
+ draipWheat: {
721
+ name: 'Draip Looping Wheat/Potato/Carrot/Netherwart',
722
+ crops: [Crop.Wheat, Crop.Potato, Crop.Carrot, Crop.NetherWart],
723
+ speed: {
724
+ '1.8.9': 328,
725
+ depthStrider: 3,
726
+ soulSand: false,
727
+ method: 'angled into wall',
728
+ },
729
+ angle: {
730
+ yaw: 45,
731
+ pitch: 3,
732
+ },
733
+ bps: 20,
734
+ laneDepth: 3,
735
+ resources: [
736
+ {
737
+ source: 'https://discord.com/channels/1096051612373487687/1159965565218201721',
738
+ type: ResourceType.Thread,
739
+ },
740
+ {
741
+ source: 'https://youtu.be/gcJ5U7SyA-c',
742
+ type: ResourceType.Video,
743
+ },
744
+ ],
745
+ authors: [
746
+ {
747
+ name: 'Draip',
748
+ url: 'https://www.youtube.com/@draiping',
749
+ },
750
+ ],
751
+ notes: [
752
+ 'Nice for pest farming because it loops, but it doesn require more plots than other designs',
753
+ 'Lanes can be as deep as you want, deeper means laneswitches are easier',
754
+ ],
755
+ },
756
+ z109Wheat: {
757
+ name: 'Z109 Sprial Wheat/Potato/Carrot/Netherwart',
758
+ crops: [Crop.Wheat, Crop.Potato, Crop.Carrot, Crop.NetherWart],
759
+ speed: {
760
+ '1.8.9': 328,
761
+ depthStrider: 3,
762
+ soulSand: false,
763
+ method: 'angled into wall',
764
+ },
765
+ angle: {
766
+ yaw: 45,
767
+ pitch: 3,
768
+ },
769
+ bps: 20,
770
+ laneDepth: 3,
771
+ resources: [
772
+ {
773
+ source: 'https://discord.com/channels/1096051612373487687/1253213095984365629',
774
+ type: ResourceType.Thread,
775
+ },
776
+ {
777
+ source: 'https://youtu.be/9yVNsafjOCA',
778
+ type: ResourceType.Video,
779
+ },
780
+ {
781
+ source: 'Z109',
782
+ type: ResourceType.Garden,
783
+ },
784
+ ],
785
+ authors: [
786
+ {
787
+ name: 'AgitatedSnake92',
788
+ },
789
+ {
790
+ name: 'Z109',
791
+ url: 'https://www.youtube.com/@Z109',
792
+ },
793
+ ],
794
+ },
795
+ blackCatWheat: {
796
+ name: 'Black Cat Wheat/Potato/Carrot',
797
+ crops: [Crop.Wheat, Crop.Potato, Crop.Carrot],
798
+ speed: {
799
+ '1.8.9': 347,
800
+ '1.21': 308,
801
+ depthStrider: 2,
802
+ soulSand: true,
803
+ method: 'running into wall',
804
+ },
805
+ angle: {
806
+ yaw: 0,
807
+ pitch: 3,
808
+ },
809
+ bps: 19.93,
810
+ laneDepth: 5,
811
+ resources: [
812
+ {
813
+ source: 'https://discord.com/channels/1096051612373487687/1159961248545374290',
814
+ type: ResourceType.Thread,
815
+ },
816
+ {
817
+ source: 'https://youtu.be/KBGIuETQI-g',
818
+ type: ResourceType.Video,
819
+ },
820
+ {
821
+ source: 'MelonKingDe',
822
+ type: ResourceType.Garden,
823
+ },
824
+ ],
825
+ authors: [
826
+ {
827
+ name: 'AgitatedSnake92',
828
+ },
829
+ {
830
+ name: 'MelonKingDe',
831
+ url: 'https://www.youtube.com/@SunTzu-MelonKing',
832
+ },
833
+ {
834
+ name: 'SunTzu101',
835
+ url: 'https://www.youtube.com/@SunTzu-MelonKing',
836
+ },
837
+ ],
838
+ replacedBy: ['aceWheat', 'draipWheat', 'z109Wheat'],
839
+ notes: [blackCatNote],
840
+ },
841
+ blackCatNetherwart: {
842
+ name: 'Black Cat Nether Wart',
843
+ crops: [Crop.NetherWart],
844
+ speed: {
845
+ '1.8.9': 347,
846
+ '1.21': 308,
847
+ depthStrider: 2,
848
+ soulSand: true,
849
+ method: 'running into wall',
850
+ },
851
+ angle: {
852
+ yaw: 0,
853
+ pitch: 3,
854
+ },
855
+ bps: 19.93,
856
+ laneDepth: 5,
857
+ resources: [
858
+ {
859
+ source: 'https://discord.com/channels/1096051612373487687/1159961642952556636',
860
+ type: ResourceType.Thread,
861
+ },
862
+ {
863
+ source: 'https://youtu.be/n218KDmL-5s',
864
+ type: ResourceType.Video,
865
+ },
866
+ {
867
+ source: 'MelonKingDe',
868
+ type: ResourceType.Garden,
869
+ },
870
+ ],
871
+ authors: [
872
+ {
873
+ name: 'AgitatedSnake92',
874
+ },
875
+ {
876
+ name: 'MelonKingDe',
877
+ url: 'https://www.youtube.com/@SunTzu-MelonKing',
878
+ },
879
+ {
880
+ name: 'SunTzu101',
881
+ url: 'https://www.youtube.com/@SunTzu-MelonKing',
882
+ },
883
+ ],
884
+ replacedBy: ['aceWheat', 'draipWheat', 'z109Wheat'],
885
+ notes: [blackCatNote],
886
+ },
887
+ sdsMushroom: {
888
+ name: 'Slanted Downward Spiral (SDS) Mushroom',
889
+ crops: [Crop.Mushroom],
890
+ speed: {
891
+ '1.8.9': 233,
892
+ depthStrider: 3,
893
+ soulSand: true,
894
+ method: 'angled into wall',
895
+ },
896
+ angle: {
897
+ yaw: 16,
898
+ pitch: 5.5,
899
+ },
900
+ bps: 19.8,
901
+ laneDepth: 4,
902
+ resources: [
903
+ {
904
+ source: 'https://discord.com/channels/1096051612373487687/1159960305300930631',
905
+ type: ResourceType.Thread,
906
+ },
907
+ {
908
+ source: 'https://youtu.be/QyWf0DO831g',
909
+ type: ResourceType.Video,
910
+ },
911
+ {
912
+ source: 'MelonKingDe',
913
+ type: ResourceType.Garden,
914
+ },
915
+ ],
916
+ authors: [
917
+ {
918
+ name: 'AgitatedSnake92',
919
+ },
920
+ {
921
+ name: 'MelonKingDe',
922
+ url: 'https://www.youtube.com/@SunTzu-MelonKing',
923
+ },
924
+ {
925
+ name: 'SunTzu101',
926
+ url: 'https://www.youtube.com/@SunTzu-MelonKing',
927
+ },
928
+ ],
929
+ replacedBy: ['idkpoisonMushroom'],
930
+ },
931
+ idkpoisonMushroom: {
932
+ name: 'IdkPoison_ Mushroom',
933
+ crops: [Crop.Mushroom],
934
+ speed: {
935
+ '1.8.9': 259,
936
+ soulSand: false,
937
+ method: 'angled into wall',
938
+ },
939
+ angle: {
940
+ yaw: 26.57,
941
+ pitch: 0,
942
+ },
943
+ bps: 19.98,
944
+ laneDepth: 4,
945
+ resources: [
946
+ {
947
+ source: 'IdkPoison_',
948
+ type: ResourceType.Garden,
949
+ },
950
+ ],
951
+ authors: [
952
+ {
953
+ name: 'AgitatedSnake92',
954
+ },
955
+ {
956
+ name: 'IdkPoison_',
957
+ },
958
+ ],
959
+ },
960
+ blackCatCocoa: {
961
+ name: 'Black Cat Cocoa',
962
+ crops: [Crop.CocoaBeans],
963
+ speed: {
964
+ '1.8.9': 400,
965
+ '1.21': 368,
966
+ depthStrider: 3,
967
+ soulSand: true,
968
+ method: 'running into wall',
969
+ },
970
+ angle: {
971
+ yaw: 0,
972
+ pitch: -45,
973
+ },
974
+ bps: 19.98,
975
+ laneDepth: 3,
976
+ resources: [
977
+ {
978
+ source: 'https://discord.com/channels/1096051612373487687/1159959995329298443',
979
+ type: ResourceType.Thread,
980
+ },
981
+ {
982
+ source: 'https://youtu.be/WWR2duiwxK4',
983
+ type: ResourceType.Video,
984
+ },
985
+ {
986
+ source: 'FarmingHub',
987
+ type: ResourceType.Garden,
988
+ },
989
+ ],
990
+ authors: [
991
+ {
992
+ name: 'AgitatedSnake92',
993
+ },
994
+ ],
995
+ notes: [blackCatNote],
996
+ },
997
+ singleLaneCocoa: {
998
+ name: 'Single Lane Cocoa',
999
+ crops: [Crop.CocoaBeans],
1000
+ speed: {
1001
+ '1.8.9': 215,
1002
+ soulSand: false,
1003
+ method: 'running into wall',
1004
+ },
1005
+ angle: {
1006
+ yaw: 0,
1007
+ pitch: -45,
1008
+ },
1009
+ bps: 19.97,
1010
+ laneDepth: 3,
1011
+ resources: [
1012
+ {
1013
+ source: 'not_a_cowfr',
1014
+ type: ResourceType.Garden,
1015
+ },
1016
+ ],
1017
+ authors: [
1018
+ {
1019
+ name: 'not a cow',
1020
+ },
1021
+ {
1022
+ name: 'Binrich',
1023
+ },
1024
+ ],
1025
+ notes: [
1026
+ "Easier to build and use than regular cocoa, but wont work if you don't hold D (but doing so is better anyway so it doesn't really matter)",
1027
+ 'The trapdoors used are **not needed**',
1028
+ ],
1029
+ },
1030
+ blackCatCactus: {
1031
+ name: 'Black Cat Cactus',
1032
+ crops: [Crop.Cactus],
1033
+ speed: {
1034
+ '1.8.9': 464,
1035
+ depthStrider: 3,
1036
+ soulSand: false,
1037
+ method: 'straight',
1038
+ },
1039
+ angle: {
1040
+ yaw: 0,
1041
+ pitch: 0,
1042
+ },
1043
+ bps: 19.7,
1044
+ laneDepth: 1,
1045
+ resources: [
1046
+ {
1047
+ source: 'https://discord.com/channels/1096051612373487687/1159959766748119050',
1048
+ type: ResourceType.Thread,
1049
+ },
1050
+ {
1051
+ source: 'https://youtu.be/Kj7qxeq1jEw',
1052
+ type: ResourceType.Video,
1053
+ },
1054
+ {
1055
+ source: 'MelonKingDe',
1056
+ type: ResourceType.Garden,
1057
+ },
1058
+ ],
1059
+ authors: [
1060
+ {
1061
+ name: 'AgitatedSnake92',
1062
+ },
1063
+ {
1064
+ name: 'MelonKingDe',
1065
+ url: 'https://www.youtube.com/@SunTzu-MelonKing',
1066
+ },
1067
+ {
1068
+ name: 'SunTzu101',
1069
+ url: 'https://www.youtube.com/@SunTzu-MelonKing',
1070
+ },
1071
+ ],
1072
+ notes: [
1073
+ 'Despite the name, this farm **does not** use a black cat pet anymore, instead, cactus knife raises speed cap now',
1074
+ ],
1075
+ },
1076
+ aceCactus: {
1077
+ name: 'Ace Cactus',
1078
+ crops: [Crop.Cactus],
1079
+ speed: {
1080
+ '1.8.9': 464,
1081
+ depthStrider: 3,
1082
+ soulSand: false,
1083
+ method: 'straight',
1084
+ },
1085
+ angle: {
1086
+ yaw: 0,
1087
+ pitch: 0,
1088
+ },
1089
+ bps: 20,
1090
+ laneDepth: 1,
1091
+ resources: [
1092
+ {
1093
+ source: 'LunaSappho',
1094
+ type: ResourceType.Garden,
1095
+ },
1096
+ ],
1097
+ authors: [
1098
+ {
1099
+ name: 'AgitatedSnake92',
1100
+ },
1101
+ ],
1102
+ notes: ["Don't worry about getting over 400 speed, cactus knife raises speed cap by 100"],
1103
+ },
1104
+ regularCane: {
1105
+ name: 'Regular Sugar Cane',
1106
+ crops: [Crop.SugarCane],
1107
+ speed: {
1108
+ '1.8.9': 328,
1109
+ soulSand: false,
1110
+ method: 'angled into wall',
1111
+ },
1112
+ angle: {
1113
+ yaw: 45,
1114
+ pitch: 0,
1115
+ },
1116
+ bps: 19.95,
1117
+ laneDepth: 2,
1118
+ resources: [
1119
+ {
1120
+ source: 'https://discord.com/channels/1096051612373487687/1159960545487761479',
1121
+ type: ResourceType.Thread,
1122
+ },
1123
+ {
1124
+ source: 'https://youtu.be/nQ5yjQU9gmo',
1125
+ type: ResourceType.Video,
1126
+ },
1127
+ {
1128
+ source: 'MelonKingDe',
1129
+ type: ResourceType.Garden,
1130
+ },
1131
+ ],
1132
+ },
1133
+ reverseCane: {
1134
+ name: 'Reverse Sugar Cane',
1135
+ crops: [Crop.SugarCane],
1136
+ speed: {
1137
+ '1.8.9': 328,
1138
+ soulSand: false,
1139
+ method: 'angled into wall',
1140
+ },
1141
+ angle: {
1142
+ yaw: 45,
1143
+ pitch: 0,
1144
+ },
1145
+ bps: 20,
1146
+ laneDepth: 2,
1147
+ resources: [
1148
+ {
1149
+ source: 'FarmingHub',
1150
+ type: ResourceType.Garden,
1151
+ },
1152
+ ],
1153
+ authors: [
1154
+ {
1155
+ name: 'AgitatedSnake92',
1156
+ },
1157
+ ],
1158
+ },
1159
+ };
494
1160
  //# sourceMappingURL=garden.js.map