Advertisement
jadenquinn

log15hyrt45t

Nov 7th, 2018
538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.64 KB | None | 0 0
  1.    
  2. Executing gradle command: clean build
  3. Build info: MCreator 1.8.1, 64-bit, 16339 MB, Windows 10 - cmd, JVM 1.8.0_172, JAVA_HOME: C:\Pylo\MCreator181\.\jdk
  4. C:\Pylo\MCreator181\forge>gradlew -Dorg.gradle.daemon=false -Dorg.gradle.parallel=true -Dorg.gradle.jvmargs="-Xms520m -Xmx5520m" clean build 
  5. Parallel execution is an incubating feature.
  6. This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.
  7. #################################################
  8.          ForgeGradle 2.3-SNAPSHOT-ee3e3df        
  9.   https://github.com/MinecraftForge/ForgeGradle  
  10. #################################################
  11.                  Powered by MCP                  
  12.              http://modcoderpack.com             
  13.      by: Searge, ProfMobius, R4wk, ZeuX          
  14.      Fesh0r, IngisKahn, bspkrs, LexManos         
  15. #################################################
  16. :clean
  17. :deobfCompileDummyTask
  18. :getVersionJson
  19. :extractUserdev
  20. :downloadClient SKIPPED
  21. :downloadServer SKIPPED
  22. :splitServerJar SKIPPED
  23. :mergeJars SKIPPED
  24. :applyBinaryPatches
  25. :deobfProvidedDummyTask
  26. :extractDependencyATs SKIPPED
  27. :extractMcpData SKIPPED
  28. :extractMcpMappings SKIPPED
  29. :genSrgs SKIPPED
  30. :deobfMcMCP
  31. Applying SpecialSource...
  32. Applying Exceptor...
  33. :sourceApiJava
  34. :compileApiJava UP-TO-DATE
  35. :processApiResources UP-TO-DATE
  36. :apiClasses UP-TO-DATE
  37. :sourceMainJava
  38. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:131: error: no suitable method found for add(mcreator_blocktab0w)
  39.       elements.add(new mcreator_blocktab0w());
  40.               ^
  41.     method Collection.add(ModElement) is not applicable
  42.       (argument mismatch; mcreator_blocktab0w cannot be converted to ModElement)
  43.     method List.add(ModElement) is not applicable
  44.       (argument mismatch; mcreator_blocktab0w cannot be converted to ModElement)
  45. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:132: error: no suitable method found for add(mcreator_scanner)
  46.       elements.add(new mcreator_scanner());
  47.               ^
  48.     method Collection.add(ModElement) is not applicable
  49.       (argument mismatch; mcreator_scanner cannot be converted to ModElement)
  50.     method List.add(ModElement) is not applicable
  51.       (argument mismatch; mcreator_scanner cannot be converted to ModElement)
  52. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:133: error: no suitable method found for add(mcreator_sendtodim109)
  53.       elements.add(new mcreator_sendtodim109());
  54.               ^
  55.     method Collection.add(ModElement) is not applicable
  56.       (argument mismatch; mcreator_sendtodim109 cannot be converted to ModElement)
  57.     method List.add(ModElement) is not applicable
  58.       (argument mismatch; mcreator_sendtodim109 cannot be converted to ModElement)
  59. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:134: error: no suitable method found for add(mcreator_sendtodimension0001)
  60.       elements.add(new mcreator_sendtodimension0001());
  61.               ^
  62.     method Collection.add(ModElement) is not applicable
  63.       (argument mismatch; mcreator_sendtodimension0001 cannot be converted to ModElement)
  64.     method List.add(ModElement) is not applicable
  65.       (argument mismatch; mcreator_sendtodimension0001 cannot be converted to ModElement)
  66. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:135: error: no suitable method found for add(mcreator_mceditnotworkwhy22)
  67.       elements.add(new mcreator_mceditnotworkwhy22());
  68.               ^
  69.     method Collection.add(ModElement) is not applicable
  70.       (argument mismatch; mcreator_mceditnotworkwhy22 cannot be converted to ModElement)
  71.     method List.add(ModElement) is not applicable
  72.       (argument mismatch; mcreator_mceditnotworkwhy22 cannot be converted to ModElement)
  73. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:136: error: no suitable method found for add(mcreator_tab23232)
  74.       elements.add(new mcreator_tab23232());
  75.               ^
  76.     method Collection.add(ModElement) is not applicable
  77.       (argument mismatch; mcreator_tab23232 cannot be converted to ModElement)
  78.     method List.add(ModElement) is not applicable
  79.       (argument mismatch; mcreator_tab23232 cannot be converted to ModElement)
  80. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:137: error: no suitable method found for add(mcreator_aNOTHERR)
  81.       elements.add(new mcreator_aNOTHERR());
  82.               ^
  83.     method Collection.add(ModElement) is not applicable
  84.       (argument mismatch; mcreator_aNOTHERR cannot be converted to ModElement)
  85.     method List.add(ModElement) is not applicable
  86.       (argument mismatch; mcreator_aNOTHERR cannot be converted to ModElement)
  87. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:138: error: no suitable method found for add(mcreator_scannerblock1)
  88.       elements.add(new mcreator_scannerblock1());
  89.               ^
  90.     method Collection.add(ModElement) is not applicable
  91.       (argument mismatch; mcreator_scannerblock1 cannot be converted to ModElement)
  92.     method List.add(ModElement) is not applicable
  93.       (argument mismatch; mcreator_scannerblock1 cannot be converted to ModElement)
  94. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:139: error: no suitable method found for add(mcreator_compressedBlock100)
  95.       elements.add(new mcreator_compressedBlock100());
  96.               ^
  97.     method Collection.add(ModElement) is not applicable
  98.       (argument mismatch; mcreator_compressedBlock100 cannot be converted to ModElement)
  99.     method List.add(ModElement) is not applicable
  100.       (argument mismatch; mcreator_compressedBlock100 cannot be converted to ModElement)
  101. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:140: error: no suitable method found for add(mcreator_mCMOBreskinnedCorruptedSteve)
  102.       elements.add(new mcreator_mCMOBreskinnedCorruptedSteve());
  103.               ^
  104.     method Collection.add(ModElement) is not applicable
  105.       (argument mismatch; mcreator_mCMOBreskinnedCorruptedSteve cannot be converted to ModElement)
  106.     method List.add(ModElement) is not applicable
  107.       (argument mismatch; mcreator_mCMOBreskinnedCorruptedSteve cannot be converted to ModElement)
  108. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:141: error: no suitable method found for add(mcreator_diamondGiver1)
  109.       elements.add(new mcreator_diamondGiver1());
  110.               ^
  111.     method Collection.add(ModElement) is not applicable
  112.       (argument mismatch; mcreator_diamondGiver1 cannot be converted to ModElement)
  113.     method List.add(ModElement) is not applicable
  114.       (argument mismatch; mcreator_diamondGiver1 cannot be converted to ModElement)
  115. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:142: error: no suitable method found for add(mcreator_greenCrystallitedropitem)
  116.       elements.add(new mcreator_greenCrystallitedropitem());
  117.               ^
  118.     method Collection.add(ModElement) is not applicable
  119.       (argument mismatch; mcreator_greenCrystallitedropitem cannot be converted to ModElement)
  120.     method List.add(ModElement) is not applicable
  121.       (argument mismatch; mcreator_greenCrystallitedropitem cannot be converted to ModElement)
  122. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:143: error: no suitable method found for add(mcreator_maskedsFavOre1)
  123.       elements.add(new mcreator_maskedsFavOre1());
  124.               ^
  125.     method Collection.add(ModElement) is not applicable
  126.       (argument mismatch; mcreator_maskedsFavOre1 cannot be converted to ModElement)
  127.     method List.add(ModElement) is not applicable
  128.       (argument mismatch; mcreator_maskedsFavOre1 cannot be converted to ModElement)
  129. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:144: error: no suitable method found for add(mcreator_rightClickMaskedEvent2)
  130.       elements.add(new mcreator_rightClickMaskedEvent2());
  131.               ^
  132.     method Collection.add(ModElement) is not applicable
  133.       (argument mismatch; mcreator_rightClickMaskedEvent2 cannot be converted to ModElement)
  134.     method List.add(ModElement) is not applicable
  135.       (argument mismatch; mcreator_rightClickMaskedEvent2 cannot be converted to ModElement)
  136. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:145: error: no suitable method found for add(mcreator_batteryBlkx1001)
  137.       elements.add(new mcreator_batteryBlkx1001());
  138.               ^
  139.     method Collection.add(ModElement) is not applicable
  140.       (argument mismatch; mcreator_batteryBlkx1001 cannot be converted to ModElement)
  141.     method List.add(ModElement) is not applicable
  142.       (argument mismatch; mcreator_batteryBlkx1001 cannot be converted to ModElement)
  143. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:146: error: no suitable method found for add(mcreator_thirstoverlooy1001)
  144.       elements.add(new mcreator_thirstoverlooy1001());
  145.               ^
  146.     method Collection.add(ModElement) is not applicable
  147.       (argument mismatch; mcreator_thirstoverlooy1001 cannot be converted to ModElement)
  148.     method List.add(ModElement) is not applicable
  149.       (argument mismatch; mcreator_thirstoverlooy1001 cannot be converted to ModElement)
  150. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:147: error: no suitable method found for add(mcreator_misterrredstonesstoneblock)
  151.       elements.add(new mcreator_misterrredstonesstoneblock());
  152.               ^
  153.     method Collection.add(ModElement) is not applicable
  154.       (argument mismatch; mcreator_misterrredstonesstoneblock cannot be converted to ModElement)
  155.     method List.add(ModElement) is not applicable
  156.       (argument mismatch; mcreator_misterrredstonesstoneblock cannot be converted to ModElement)
  157. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:148: error: no suitable method found for add(mcreator_xDBIOMEleaves0)
  158.       elements.add(new mcreator_xDBIOMEleaves0());
  159.               ^
  160.     method Collection.add(ModElement) is not applicable
  161.       (argument mismatch; mcreator_xDBIOMEleaves0 cannot be converted to ModElement)
  162.     method List.add(ModElement) is not applicable
  163.       (argument mismatch; mcreator_xDBIOMEleaves0 cannot be converted to ModElement)
  164. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:149: error: no suitable method found for add(mcreator_dropBlockdiamond)
  165.       elements.add(new mcreator_dropBlockdiamond());
  166.               ^
  167.     method Collection.add(ModElement) is not applicable
  168.       (argument mismatch; mcreator_dropBlockdiamond cannot be converted to ModElement)
  169.     method List.add(ModElement) is not applicable
  170.       (argument mismatch; mcreator_dropBlockdiamond cannot be converted to ModElement)
  171. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:150: error: no suitable method found for add(mcreator_dropBlockdiamond0)
  172.       elements.add(new mcreator_dropBlockdiamond0());
  173.               ^
  174.     method Collection.add(ModElement) is not applicable
  175.       (argument mismatch; mcreator_dropBlockdiamond0 cannot be converted to ModElement)
  176.     method List.add(ModElement) is not applicable
  177.       (argument mismatch; mcreator_dropBlockdiamond0 cannot be converted to ModElement)
  178. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:151: error: no suitable method found for add(mcreator_struct0)
  179.       elements.add(new mcreator_struct0());
  180.               ^
  181.     method Collection.add(ModElement) is not applicable
  182.       (argument mismatch; mcreator_struct0 cannot be converted to ModElement)
  183.     method List.add(ModElement) is not applicable
  184.       (argument mismatch; mcreator_struct0 cannot be converted to ModElement)
  185. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:152: error: no suitable method found for add(mcreator_dropBlockdiamond1)
  186.       elements.add(new mcreator_dropBlockdiamond1());
  187.               ^
  188.     method Collection.add(ModElement) is not applicable
  189.       (argument mismatch; mcreator_dropBlockdiamond1 cannot be converted to ModElement)
  190.     method List.add(ModElement) is not applicable
  191.       (argument mismatch; mcreator_dropBlockdiamond1 cannot be converted to ModElement)
  192. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:153: error: no suitable method found for add(mcreator_creativeTabfluids)
  193.       elements.add(new mcreator_creativeTabfluids());
  194.               ^
  195.     method Collection.add(ModElement) is not applicable
  196.       (argument mismatch; mcreator_creativeTabfluids cannot be converted to ModElement)
  197.     method List.add(ModElement) is not applicable
  198.       (argument mismatch; mcreator_creativeTabfluids cannot be converted to ModElement)
  199. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:154: error: no suitable method found for add(mcreator_newPotionEffectpot1)
  200.       elements.add(new mcreator_newPotionEffectpot1());
  201.               ^
  202.     method Collection.add(ModElement) is not applicable
  203.       (argument mismatch; mcreator_newPotionEffectpot1 cannot be converted to ModElement)
  204.     method List.add(ModElement) is not applicable
  205.       (argument mismatch; mcreator_newPotionEffectpot1 cannot be converted to ModElement)
  206. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:155: error: no suitable method found for add(mcreator_potionsByJa)
  207.       elements.add(new mcreator_potionsByJa());
  208.               ^
  209.     method Collection.add(ModElement) is not applicable
  210.       (argument mismatch; mcreator_potionsByJa cannot be converted to ModElement)
  211.     method List.add(ModElement) is not applicable
  212.       (argument mismatch; mcreator_potionsByJa cannot be converted to ModElement)
  213. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:156: error: no suitable method found for add(mcreator_intillectualPotionCore)
  214.       elements.add(new mcreator_intillectualPotionCore());
  215.               ^
  216.     method Collection.add(ModElement) is not applicable
  217.       (argument mismatch; mcreator_intillectualPotionCore cannot be converted to ModElement)
  218.     method List.add(ModElement) is not applicable
  219.       (argument mismatch; mcreator_intillectualPotionCore cannot be converted to ModElement)
  220. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:157: error: no suitable method found for add(mcreator_fluidCalledPortal1122)
  221.       elements.add(new mcreator_fluidCalledPortal1122());
  222.               ^
  223.     method Collection.add(ModElement) is not applicable
  224.       (argument mismatch; mcreator_fluidCalledPortal1122 cannot be converted to ModElement)
  225.     method List.add(ModElement) is not applicable
  226.       (argument mismatch; mcreator_fluidCalledPortal1122 cannot be converted to ModElement)
  227. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:158: error: no suitable method found for add(mcreator_doesn6tma55er)
  228.       elements.add(new mcreator_doesn6tma55er());
  229.               ^
  230.     method Collection.add(ModElement) is not applicable
  231.       (argument mismatch; mcreator_doesn6tma55er cannot be converted to ModElement)
  232.     method List.add(ModElement) is not applicable
  233.       (argument mismatch; mcreator_doesn6tma55er cannot be converted to ModElement)
  234. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:159: error: no suitable method found for add(mcreator_item0)
  235.       elements.add(new mcreator_item0());
  236.               ^
  237.     method Collection.add(ModElement) is not applicable
  238.       (argument mismatch; mcreator_item0 cannot be converted to ModElement)
  239.     method List.add(ModElement) is not applicable
  240.       (argument mismatch; mcreator_item0 cannot be converted to ModElement)
  241. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:160: error: no suitable method found for add(mcreator_pinkitemsarmor)
  242.       elements.add(new mcreator_pinkitemsarmor());
  243.               ^
  244.     method Collection.add(ModElement) is not applicable
  245.       (argument mismatch; mcreator_pinkitemsarmor cannot be converted to ModElement)
  246.     method List.add(ModElement) is not applicable
  247.       (argument mismatch; mcreator_pinkitemsarmor cannot be converted to ModElement)
  248. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:161: error: no suitable method found for add(mcreator_pinkestarmor)
  249.       elements.add(new mcreator_pinkestarmor());
  250.               ^
  251.     method Collection.add(ModElement) is not applicable
  252.       (argument mismatch; mcreator_pinkestarmor cannot be converted to ModElement)
  253.     method List.add(ModElement) is not applicable
  254.       (argument mismatch; mcreator_pinkestarmor cannot be converted to ModElement)
  255. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:162: error: no suitable method found for add(mcreator_giveallarmor00)
  256.       elements.add(new mcreator_giveallarmor00());
  257.               ^
  258.     method Collection.add(ModElement) is not applicable
  259.       (argument mismatch; mcreator_giveallarmor00 cannot be converted to ModElement)
  260.     method List.add(ModElement) is not applicable
  261.       (argument mismatch; mcreator_giveallarmor00 cannot be converted to ModElement)
  262. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:163: error: no suitable method found for add(mcreator_command11436564retrefe)
  263.       elements.add(new mcreator_command11436564retrefe());
  264.               ^
  265.     method Collection.add(ModElement) is not applicable
  266.       (argument mismatch; mcreator_command11436564retrefe cannot be converted to ModElement)
  267.     method List.add(ModElement) is not applicable
  268.       (argument mismatch; mcreator_command11436564retrefe cannot be converted to ModElement)
  269. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:164: error: no suitable method found for add(mcreator_jadenTems090)
  270.       elements.add(new mcreator_jadenTems090());
  271.               ^
  272.     method Collection.add(ModElement) is not applicable
  273.       (argument mismatch; mcreator_jadenTems090 cannot be converted to ModElement)
  274.     method List.add(ModElement) is not applicable
  275.       (argument mismatch; mcreator_jadenTems090 cannot be converted to ModElement)
  276. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:165: error: no suitable method found for add(mcreator_achievement222)
  277.       elements.add(new mcreator_achievement222());
  278.               ^
  279.     method Collection.add(ModElement) is not applicable
  280.       (argument mismatch; mcreator_achievement222 cannot be converted to ModElement)
  281.     method List.add(ModElement) is not applicable
  282.       (argument mismatch; mcreator_achievement222 cannot be converted to ModElement)
  283. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:166: error: no suitable method found for add(mcreator_protectionImbuingChuteN)
  284.       elements.add(new mcreator_protectionImbuingChuteN());
  285.               ^
  286.     method Collection.add(ModElement) is not applicable
  287.       (argument mismatch; mcreator_protectionImbuingChuteN cannot be converted to ModElement)
  288.     method List.add(ModElement) is not applicable
  289.       (argument mismatch; mcreator_protectionImbuingChuteN cannot be converted to ModElement)
  290. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:167: error: no suitable method found for add(mcreator_protectionImbuingChuteE)
  291.       elements.add(new mcreator_protectionImbuingChuteE());
  292.               ^
  293.     method Collection.add(ModElement) is not applicable
  294.       (argument mismatch; mcreator_protectionImbuingChuteE cannot be converted to ModElement)
  295.     method List.add(ModElement) is not applicable
  296.       (argument mismatch; mcreator_protectionImbuingChuteE cannot be converted to ModElement)
  297. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:168: error: no suitable method found for add(mcreator_applyEnchantments00)
  298.       elements.add(new mcreator_applyEnchantments00());
  299.               ^
  300.     method Collection.add(ModElement) is not applicable
  301.       (argument mismatch; mcreator_applyEnchantments00 cannot be converted to ModElement)
  302.     method List.add(ModElement) is not applicable
  303.       (argument mismatch; mcreator_applyEnchantments00 cannot be converted to ModElement)
  304. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:169: error: no suitable method found for add(mcreator_catalystsItems)
  305.       elements.add(new mcreator_catalystsItems());
  306.               ^
  307.     method Collection.add(ModElement) is not applicable
  308.       (argument mismatch; mcreator_catalystsItems cannot be converted to ModElement)
  309.     method List.add(ModElement) is not applicable
  310.       (argument mismatch; mcreator_catalystsItems cannot be converted to ModElement)
  311. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:170: error: no suitable method found for add(mcreator_theCrapper0)
  312.       elements.add(new mcreator_theCrapper0());
  313.               ^
  314.     method Collection.add(ModElement) is not applicable
  315.       (argument mismatch; mcreator_theCrapper0 cannot be converted to ModElement)
  316.     method List.add(ModElement) is not applicable
  317.       (argument mismatch; mcreator_theCrapper0 cannot be converted to ModElement)
  318. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:171: error: no suitable method found for add(mcreator_fromgoldtodiass)
  319.       elements.add(new mcreator_fromgoldtodiass());
  320.               ^
  321.     method Collection.add(ModElement) is not applicable
  322.       (argument mismatch; mcreator_fromgoldtodiass cannot be converted to ModElement)
  323.     method List.add(ModElement) is not applicable
  324.       (argument mismatch; mcreator_fromgoldtodiass cannot be converted to ModElement)
  325. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:172: error: no suitable method found for add(mcreator_oreIngot)
  326.       elements.add(new mcreator_oreIngot());
  327.               ^
  328.     method Collection.add(ModElement) is not applicable
  329.       (argument mismatch; mcreator_oreIngot cannot be converted to ModElement)
  330.     method List.add(ModElement) is not applicable
  331.       (argument mismatch; mcreator_oreIngot cannot be converted to ModElement)
  332. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:173: error: no suitable method found for add(mcreator_tabForIngots)
  333.       elements.add(new mcreator_tabForIngots());
  334.               ^
  335.     method Collection.add(ModElement) is not applicable
  336.       (argument mismatch; mcreator_tabForIngots cannot be converted to ModElement)
  337.     method List.add(ModElement) is not applicable
  338.       (argument mismatch; mcreator_tabForIngots cannot be converted to ModElement)
  339. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:174: error: no suitable method found for add(mcreator_tabForGems)
  340.       elements.add(new mcreator_tabForGems());
  341.               ^
  342.     method Collection.add(ModElement) is not applicable
  343.       (argument mismatch; mcreator_tabForGems cannot be converted to ModElement)
  344.     method List.add(ModElement) is not applicable
  345.       (argument mismatch; mcreator_tabForGems cannot be converted to ModElement)
  346. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:175: error: no suitable method found for add(mcreator_extraCoal)
  347.       elements.add(new mcreator_extraCoal());
  348.               ^
  349.     method Collection.add(ModElement) is not applicable
  350.       (argument mismatch; mcreator_extraCoal cannot be converted to ModElement)
  351.     method List.add(ModElement) is not applicable
  352.       (argument mismatch; mcreator_extraCoal cannot be converted to ModElement)
  353. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:176: error: no suitable method found for add(mcreator_fossilFuels)
  354.       elements.add(new mcreator_fossilFuels());
  355.               ^
  356.     method Collection.add(ModElement) is not applicable
  357.       (argument mismatch; mcreator_fossilFuels cannot be converted to ModElement)
  358.     method List.add(ModElement) is not applicable
  359.       (argument mismatch; mcreator_fossilFuels cannot be converted to ModElement)
  360. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:177: error: no suitable method found for add(mcreator_extraCoalE)
  361.       elements.add(new mcreator_extraCoalE());
  362.               ^
  363.     method Collection.add(ModElement) is not applicable
  364.       (argument mismatch; mcreator_extraCoalE cannot be converted to ModElement)
  365.     method List.add(ModElement) is not applicable
  366.       (argument mismatch; mcreator_extraCoalE cannot be converted to ModElement)
  367. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:178: error: no suitable method found for add(mcreator_fossilFuel)
  368.       elements.add(new mcreator_fossilFuel());
  369.               ^
  370.     method Collection.add(ModElement) is not applicable
  371.       (argument mismatch; mcreator_fossilFuel cannot be converted to ModElement)
  372.     method List.add(ModElement) is not applicable
  373.       (argument mismatch; mcreator_fossilFuel cannot be converted to ModElement)
  374. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:179: error: no suitable method found for add(mcreator_fossilFuel0)
  375.       elements.add(new mcreator_fossilFuel0());
  376.               ^
  377.     method Collection.add(ModElement) is not applicable
  378.       (argument mismatch; mcreator_fossilFuel0 cannot be converted to ModElement)
  379.     method List.add(ModElement) is not applicable
  380.       (argument mismatch; mcreator_fossilFuel0 cannot be converted to ModElement)
  381. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:180: error: no suitable method found for add(mcreator_dimensionss)
  382.       elements.add(new mcreator_dimensionss());
  383.               ^
  384.     method Collection.add(ModElement) is not applicable
  385.       (argument mismatch; mcreator_dimensionss cannot be converted to ModElement)
  386.     method List.add(ModElement) is not applicable
  387.       (argument mismatch; mcreator_dimensionss cannot be converted to ModElement)
  388. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:181: error: no suitable method found for add(mcreator_coalNugget0)
  389.       elements.add(new mcreator_coalNugget0());
  390.               ^
  391.     method Collection.add(ModElement) is not applicable
  392.       (argument mismatch; mcreator_coalNugget0 cannot be converted to ModElement)
  393.     method List.add(ModElement) is not applicable
  394.       (argument mismatch; mcreator_coalNugget0 cannot be converted to ModElement)
  395. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:182: error: no suitable method found for add(mcreator_cakCoalNuggetRecipeImplimentation)
  396.       elements.add(new mcreator_cakCoalNuggetRecipeImplimentation());
  397.               ^
  398.     method Collection.add(ModElement) is not applicable
  399.       (argument mismatch; mcreator_cakCoalNuggetRecipeImplimentation cannot be converted to ModElement)
  400.     method List.add(ModElement) is not applicable
  401.       (argument mismatch; mcreator_cakCoalNuggetRecipeImplimentation cannot be converted to ModElement)
  402. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:183: error: no suitable method found for add(mcreator_ligniteOreP)
  403.       elements.add(new mcreator_ligniteOreP());
  404.               ^
  405.     method Collection.add(ModElement) is not applicable
  406.       (argument mismatch; mcreator_ligniteOreP cannot be converted to ModElement)
  407.     method List.add(ModElement) is not applicable
  408.       (argument mismatch; mcreator_ligniteOreP cannot be converted to ModElement)
  409. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:184: error: no suitable method found for add(mcreator_smeltsble00)
  410.       elements.add(new mcreator_smeltsble00());
  411.               ^
  412.     method Collection.add(ModElement) is not applicable
  413.       (argument mismatch; mcreator_smeltsble00 cannot be converted to ModElement)
  414.     method List.add(ModElement) is not applicable
  415.       (argument mismatch; mcreator_smeltsble00 cannot be converted to ModElement)
  416. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:185: error: no suitable method found for add(mcreator_fuel2)
  417.       elements.add(new mcreator_fuel2());
  418.               ^
  419.     method Collection.add(ModElement) is not applicable
  420.       (argument mismatch; mcreator_fuel2 cannot be converted to ModElement)
  421.     method List.add(ModElement) is not applicable
  422.       (argument mismatch; mcreator_fuel2 cannot be converted to ModElement)
  423. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:186: error: no suitable method found for add(mcreator_diamondEncrustedSquidicite)
  424.       elements.add(new mcreator_diamondEncrustedSquidicite());
  425.               ^
  426.     method Collection.add(ModElement) is not applicable
  427.       (argument mismatch; mcreator_diamondEncrustedSquidicite cannot be converted to ModElement)
  428.     method List.add(ModElement) is not applicable
  429.       (argument mismatch; mcreator_diamondEncrustedSquidicite cannot be converted to ModElement)
  430. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:187: error: no suitable method found for add(mcreator_squidicite0)
  431.       elements.add(new mcreator_squidicite0());
  432.               ^
  433.     method Collection.add(ModElement) is not applicable
  434.       (argument mismatch; mcreator_squidicite0 cannot be converted to ModElement)
  435.     method List.add(ModElement) is not applicable
  436.       (argument mismatch; mcreator_squidicite0 cannot be converted to ModElement)
  437. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:188: error: no suitable method found for add(mcreator_darkDiamondEncrustedSquidicite)
  438.       elements.add(new mcreator_darkDiamondEncrustedSquidicite());
  439.               ^
  440.     method Collection.add(ModElement) is not applicable
  441.       (argument mismatch; mcreator_darkDiamondEncrustedSquidicite cannot be converted to ModElement)
  442.     method List.add(ModElement) is not applicable
  443.       (argument mismatch; mcreator_darkDiamondEncrustedSquidicite cannot be converted to ModElement)
  444. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:189: error: no suitable method found for add(mcreator_craftablefireCraftId)
  445.       elements.add(new mcreator_craftablefireCraftId());
  446.               ^
  447.     method Collection.add(ModElement) is not applicable
  448.       (argument mismatch; mcreator_craftablefireCraftId cannot be converted to ModElement)
  449.     method List.add(ModElement) is not applicable
  450.       (argument mismatch; mcreator_craftablefireCraftId cannot be converted to ModElement)
  451. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:190: error: no suitable method found for add(mcreator_craftingplant1112)
  452.       elements.add(new mcreator_craftingplant1112());
  453.               ^
  454.     method Collection.add(ModElement) is not applicable
  455.       (argument mismatch; mcreator_craftingplant1112 cannot be converted to ModElement)
  456.     method List.add(ModElement) is not applicable
  457.       (argument mismatch; mcreator_craftingplant1112 cannot be converted to ModElement)
  458. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:191: error: no suitable method found for add(mcreator_craftablefire1)
  459.       elements.add(new mcreator_craftablefire1());
  460.               ^
  461.     method Collection.add(ModElement) is not applicable
  462.       (argument mismatch; mcreator_craftablefire1 cannot be converted to ModElement)
  463.     method List.add(ModElement) is not applicable
  464.       (argument mismatch; mcreator_craftablefire1 cannot be converted to ModElement)
  465. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:192: error: no suitable method found for add(mcreator_altemerald)
  466.       elements.add(new mcreator_altemerald());
  467.               ^
  468.     method Collection.add(ModElement) is not applicable
  469.       (argument mismatch; mcreator_altemerald cannot be converted to ModElement)
  470.     method List.add(ModElement) is not applicable
  471.       (argument mismatch; mcreator_altemerald cannot be converted to ModElement)
  472. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:193: error: no suitable method found for add(mcreator_altemeraldDark)
  473.       elements.add(new mcreator_altemeraldDark());
  474.               ^
  475.     method Collection.add(ModElement) is not applicable
  476.       (argument mismatch; mcreator_altemeraldDark cannot be converted to ModElement)
  477.     method List.add(ModElement) is not applicable
  478.       (argument mismatch; mcreator_altemeraldDark cannot be converted to ModElement)
  479. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:194: error: no suitable method found for add(mcreator_darkSquidicite)
  480.       elements.add(new mcreator_darkSquidicite());
  481.               ^
  482.     method Collection.add(ModElement) is not applicable
  483.       (argument mismatch; mcreator_darkSquidicite cannot be converted to ModElement)
  484.     method List.add(ModElement) is not applicable
  485.       (argument mismatch; mcreator_darkSquidicite cannot be converted to ModElement)
  486. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:195: error: no suitable method found for add(mcreator_biomedcide)
  487.       elements.add(new mcreator_biomedcide());
  488.               ^
  489.     method Collection.add(ModElement) is not applicable
  490.       (argument mismatch; mcreator_biomedcide cannot be converted to ModElement)
  491.     method List.add(ModElement) is not applicable
  492.       (argument mismatch; mcreator_biomedcide cannot be converted to ModElement)
  493. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:196: error: no suitable method found for add(mcreator_bucketblockdimm)
  494.       elements.add(new mcreator_bucketblockdimm());
  495.               ^
  496.     method Collection.add(ModElement) is not applicable
  497.       (argument mismatch; mcreator_bucketblockdimm cannot be converted to ModElement)
  498.     method List.add(ModElement) is not applicable
  499.       (argument mismatch; mcreator_bucketblockdimm cannot be converted to ModElement)
  500. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:197: error: no suitable method found for add(mcreator_potionhealing00)
  501.       elements.add(new mcreator_potionhealing00());
  502.               ^
  503.     method Collection.add(ModElement) is not applicable
  504.       (argument mismatch; mcreator_potionhealing00 cannot be converted to ModElement)
  505.     method List.add(ModElement) is not applicable
  506.       (argument mismatch; mcreator_potionhealing00 cannot be converted to ModElement)
  507. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:198: error: no suitable method found for add(mcreator_potionPLANThealingg)
  508.       elements.add(new mcreator_potionPLANThealingg());
  509.               ^
  510.     method Collection.add(ModElement) is not applicable
  511.       (argument mismatch; mcreator_potionPLANThealingg cannot be converted to ModElement)
  512.     method List.add(ModElement) is not applicable
  513.       (argument mismatch; mcreator_potionPLANThealingg cannot be converted to ModElement)
  514. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:199: error: no suitable method found for add(mcreator_fillblockk)
  515.       elements.add(new mcreator_fillblockk());
  516.               ^
  517.     method Collection.add(ModElement) is not applicable
  518.       (argument mismatch; mcreator_fillblockk cannot be converted to ModElement)
  519.     method List.add(ModElement) is not applicable
  520.       (argument mismatch; mcreator_fillblockk cannot be converted to ModElement)
  521. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:200: error: no suitable method found for add(mcreator_bonerecc)
  522.       elements.add(new mcreator_bonerecc());
  523.               ^
  524.     method Collection.add(ModElement) is not applicable
  525.       (argument mismatch; mcreator_bonerecc cannot be converted to ModElement)
  526.     method List.add(ModElement) is not applicable
  527.       (argument mismatch; mcreator_bonerecc cannot be converted to ModElement)
  528. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:201: error: no suitable method found for add(mcreator_sugarCanetostickyy)
  529.       elements.add(new mcreator_sugarCanetostickyy());
  530.               ^
  531.     method Collection.add(ModElement) is not applicable
  532.       (argument mismatch; mcreator_sugarCanetostickyy cannot be converted to ModElement)
  533.     method List.add(ModElement) is not applicable
  534.       (argument mismatch; mcreator_sugarCanetostickyy cannot be converted to ModElement)
  535. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:202: error: no suitable method found for add(mcreator_guicrappy)
  536.       elements.add(new mcreator_guicrappy());
  537.               ^
  538.     method Collection.add(ModElement) is not applicable
  539.       (argument mismatch; mcreator_guicrappy cannot be converted to ModElement)
  540.     method List.add(ModElement) is not applicable
  541.       (argument mismatch; mcreator_guicrappy cannot be converted to ModElement)
  542. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:203: error: no suitable method found for add(mcreator_playydoundd)
  543.       elements.add(new mcreator_playydoundd());
  544.               ^
  545.     method Collection.add(ModElement) is not applicable
  546.       (argument mismatch; mcreator_playydoundd cannot be converted to ModElement)
  547.     method List.add(ModElement) is not applicable
  548.       (argument mismatch; mcreator_playydoundd cannot be converted to ModElement)
  549. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:204: error: no suitable method found for add(mcreator_allOurNewStuff)
  550.       elements.add(new mcreator_allOurNewStuff());
  551.               ^
  552.     method Collection.add(ModElement) is not applicable
  553.       (argument mismatch; mcreator_allOurNewStuff cannot be converted to ModElement)
  554.     method List.add(ModElement) is not applicable
  555.       (argument mismatch; mcreator_allOurNewStuff cannot be converted to ModElement)
  556. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:205: error: no suitable method found for add(mcreator_paxels1)
  557.       elements.add(new mcreator_paxels1());
  558.               ^
  559.     method Collection.add(ModElement) is not applicable
  560.       (argument mismatch; mcreator_paxels1 cannot be converted to ModElement)
  561.     method List.add(ModElement) is not applicable
  562.       (argument mismatch; mcreator_paxels1 cannot be converted to ModElement)
  563. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:206: error: no suitable method found for add(mcreator_rawPaxelmats)
  564.       elements.add(new mcreator_rawPaxelmats());
  565.               ^
  566.     method Collection.add(ModElement) is not applicable
  567.       (argument mismatch; mcreator_rawPaxelmats cannot be converted to ModElement)
  568.     method List.add(ModElement) is not applicable
  569.       (argument mismatch; mcreator_rawPaxelmats cannot be converted to ModElement)
  570. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:207: error: no suitable method found for add(mcreator_potioneffectintensehealing1)
  571.       elements.add(new mcreator_potioneffectintensehealing1());
  572.               ^
  573.     method Collection.add(ModElement) is not applicable
  574.       (argument mismatch; mcreator_potioneffectintensehealing1 cannot be converted to ModElement)
  575.     method List.add(ModElement) is not applicable
  576.       (argument mismatch; mcreator_potioneffectintensehealing1 cannot be converted to ModElement)
  577. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:208: error: no suitable method found for add(mcreator_cacclitegem111)
  578.       elements.add(new mcreator_cacclitegem111());
  579.               ^
  580.     method Collection.add(ModElement) is not applicable
  581.       (argument mismatch; mcreator_cacclitegem111 cannot be converted to ModElement)
  582.     method List.add(ModElement) is not applicable
  583.       (argument mismatch; mcreator_cacclitegem111 cannot be converted to ModElement)
  584. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:209: error: no suitable method found for add(mcreator_dark1cacclitegem1)
  585.       elements.add(new mcreator_dark1cacclitegem1());
  586.               ^
  587.     method Collection.add(ModElement) is not applicable
  588.       (argument mismatch; mcreator_dark1cacclitegem1 cannot be converted to ModElement)
  589.     method List.add(ModElement) is not applicable
  590.       (argument mismatch; mcreator_dark1cacclitegem1 cannot be converted to ModElement)
  591. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:210: error: no suitable method found for add(mcreator_caccliteOre0)
  592.       elements.add(new mcreator_caccliteOre0());
  593.               ^
  594.     method Collection.add(ModElement) is not applicable
  595.       (argument mismatch; mcreator_caccliteOre0 cannot be converted to ModElement)
  596.     method List.add(ModElement) is not applicable
  597.       (argument mismatch; mcreator_caccliteOre0 cannot be converted to ModElement)
  598. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:211: error: no suitable method found for add(mcreator_caccliteOre0smeltrecipe)
  599.       elements.add(new mcreator_caccliteOre0smeltrecipe());
  600.               ^
  601.     method Collection.add(ModElement) is not applicable
  602.       (argument mismatch; mcreator_caccliteOre0smeltrecipe cannot be converted to ModElement)
  603.     method List.add(ModElement) is not applicable
  604.       (argument mismatch; mcreator_caccliteOre0smeltrecipe cannot be converted to ModElement)
  605. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:212: error: no suitable method found for add(mcreator_thingybat)
  606.       elements.add(new mcreator_thingybat());
  607.               ^
  608.     method Collection.add(ModElement) is not applicable
  609.       (argument mismatch; mcreator_thingybat cannot be converted to ModElement)
  610.     method List.add(ModElement) is not applicable
  611.       (argument mismatch; mcreator_thingybat cannot be converted to ModElement)
  612. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:213: error: no suitable method found for add(mcreator_endermanitystage1)
  613.       elements.add(new mcreator_endermanitystage1());
  614.               ^
  615.     method Collection.add(ModElement) is not applicable
  616.       (argument mismatch; mcreator_endermanitystage1 cannot be converted to ModElement)
  617.     method List.add(ModElement) is not applicable
  618.       (argument mismatch; mcreator_endermanitystage1 cannot be converted to ModElement)
  619. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:214: error: no suitable method found for add(mcreator_dirtblock0)
  620.       elements.add(new mcreator_dirtblock0());
  621.               ^
  622.     method Collection.add(ModElement) is not applicable
  623.       (argument mismatch; mcreator_dirtblock0 cannot be converted to ModElement)
  624.     method List.add(ModElement) is not applicable
  625.       (argument mismatch; mcreator_dirtblock0 cannot be converted to ModElement)
  626. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:215: error: no suitable method found for add(mcreator_dirtblock1)
  627.       elements.add(new mcreator_dirtblock1());
  628.               ^
  629.     method Collection.add(ModElement) is not applicable
  630.       (argument mismatch; mcreator_dirtblock1 cannot be converted to ModElement)
  631.     method List.add(ModElement) is not applicable
  632.       (argument mismatch; mcreator_dirtblock1 cannot be converted to ModElement)
  633. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:216: error: no suitable method found for add(mcreator_tntblock0action)
  634.       elements.add(new mcreator_tntblock0action());
  635.               ^
  636.     method Collection.add(ModElement) is not applicable
  637.       (argument mismatch; mcreator_tntblock0action cannot be converted to ModElement)
  638.     method List.add(ModElement) is not applicable
  639.       (argument mismatch; mcreator_tntblock0action cannot be converted to ModElement)
  640. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:217: error: no suitable method found for add(mcreator_tntblock1action)
  641.       elements.add(new mcreator_tntblock1action());
  642.               ^
  643.     method Collection.add(ModElement) is not applicable
  644.       (argument mismatch; mcreator_tntblock1action cannot be converted to ModElement)
  645.     method List.add(ModElement) is not applicable
  646.       (argument mismatch; mcreator_tntblock1action cannot be converted to ModElement)
  647. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:218: error: no suitable method found for add(mcreator_giveregulardiamondEVENT)
  648.       elements.add(new mcreator_giveregulardiamondEVENT());
  649.               ^
  650.     method Collection.add(ModElement) is not applicable
  651.       (argument mismatch; mcreator_giveregulardiamondEVENT cannot be converted to ModElement)
  652.     method List.add(ModElement) is not applicable
  653.       (argument mismatch; mcreator_giveregulardiamondEVENT cannot be converted to ModElement)
  654. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:219: error: no suitable method found for add(mcreator_tntblockEVENT0)
  655.       elements.add(new mcreator_tntblockEVENT0());
  656.               ^
  657.     method Collection.add(ModElement) is not applicable
  658.       (argument mismatch; mcreator_tntblockEVENT0 cannot be converted to ModElement)
  659.     method List.add(ModElement) is not applicable
  660.       (argument mismatch; mcreator_tntblockEVENT0 cannot be converted to ModElement)
  661. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:220: error: no suitable method found for add(mcreator_tNTblock01)
  662.       elements.add(new mcreator_tNTblock01());
  663.               ^
  664.     method Collection.add(ModElement) is not applicable
  665.       (argument mismatch; mcreator_tNTblock01 cannot be converted to ModElement)
  666.     method List.add(ModElement) is not applicable
  667.       (argument mismatch; mcreator_tNTblock01 cannot be converted to ModElement)
  668. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:221: error: no suitable method found for add(mcreator_blockallTNTs)
  669.       elements.add(new mcreator_blockallTNTs());
  670.               ^
  671.     method Collection.add(ModElement) is not applicable
  672.       (argument mismatch; mcreator_blockallTNTs cannot be converted to ModElement)
  673.     method List.add(ModElement) is not applicable
  674.       (argument mismatch; mcreator_blockallTNTs cannot be converted to ModElement)
  675. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:222: error: no suitable method found for add(mcreator_tntrecc)
  676.       elements.add(new mcreator_tntrecc());
  677.               ^
  678.     method Collection.add(ModElement) is not applicable
  679.       (argument mismatch; mcreator_tntrecc cannot be converted to ModElement)
  680.     method List.add(ModElement) is not applicable
  681.       (argument mismatch; mcreator_tntrecc cannot be converted to ModElement)
  682. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:223: error: no suitable method found for add(mcreator_dimensionscrap100)
  683.       elements.add(new mcreator_dimensionscrap100());
  684.               ^
  685.     method Collection.add(ModElement) is not applicable
  686.       (argument mismatch; mcreator_dimensionscrap100 cannot be converted to ModElement)
  687.     method List.add(ModElement) is not applicable
  688.       (argument mismatch; mcreator_dimensionscrap100 cannot be converted to ModElement)
  689. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:224: error: no suitable method found for add(mcreator_tntexplodeEVENT00)
  690.       elements.add(new mcreator_tntexplodeEVENT00());
  691.               ^
  692.     method Collection.add(ModElement) is not applicable
  693.       (argument mismatch; mcreator_tntexplodeEVENT00 cannot be converted to ModElement)
  694.     method List.add(ModElement) is not applicable
  695.       (argument mismatch; mcreator_tntexplodeEVENT00 cannot be converted to ModElement)
  696. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:225: error: no suitable method found for add(mcreator_reversingITEM0)
  697.       elements.add(new mcreator_reversingITEM0());
  698.               ^
  699.     method Collection.add(ModElement) is not applicable
  700.       (argument mismatch; mcreator_reversingITEM0 cannot be converted to ModElement)
  701.     method List.add(ModElement) is not applicable
  702.       (argument mismatch; mcreator_reversingITEM0 cannot be converted to ModElement)
  703. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:226: error: no suitable method found for add(mcreator_tnt00EVENT)
  704.       elements.add(new mcreator_tnt00EVENT());
  705.               ^
  706.     method Collection.add(ModElement) is not applicable
  707.       (argument mismatch; mcreator_tnt00EVENT cannot be converted to ModElement)
  708.     method List.add(ModElement) is not applicable
  709.       (argument mismatch; mcreator_tnt00EVENT cannot be converted to ModElement)
  710. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:227: error: no suitable method found for add(mcreator_tnttype01REVERSER)
  711.       elements.add(new mcreator_tnttype01REVERSER());
  712.               ^
  713.     method Collection.add(ModElement) is not applicable
  714.       (argument mismatch; mcreator_tnttype01REVERSER cannot be converted to ModElement)
  715.     method List.add(ModElement) is not applicable
  716.       (argument mismatch; mcreator_tnttype01REVERSER cannot be converted to ModElement)
  717. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:228: error: no suitable method found for add(mcreator_recc2)
  718.       elements.add(new mcreator_recc2());
  719.               ^
  720.     method Collection.add(ModElement) is not applicable
  721.       (argument mismatch; mcreator_recc2 cannot be converted to ModElement)
  722.     method List.add(ModElement) is not applicable
  723.       (argument mismatch; mcreator_recc2 cannot be converted to ModElement)
  724. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:229: error: no suitable method found for add(mcreator_mygui100)
  725.       elements.add(new mcreator_mygui100());
  726.               ^
  727.     method Collection.add(ModElement) is not applicable
  728.       (argument mismatch; mcreator_mygui100 cannot be converted to ModElement)
  729.     method List.add(ModElement) is not applicable
  730.       (argument mismatch; mcreator_mygui100 cannot be converted to ModElement)
  731. C:\Pylo\MCreator181\forge\build\sources\main\java\mod\mcreator\testenvironmentmod.java:230: error: no suitable method found for add(mcreator_yybbvffgttt)
  732.       elements.add(new mcreator_yybbvffgttt());
  733.               ^
  734.     method Collection.add(ModElement) is not applicable
  735.       (argument mismatch; mcreator_yybbvffgttt cannot be converted to ModElement)
  736.     method List.add(ModElement) is not applicable
  737.       (argument mismatch; mcreator_yybbvffgttt cannot be converted to ModElement)
  738. Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
  739. 100 errors
  740. :compileJava FAILED
  741. FAILURE: Build failed with an exception.
  742. * What went wrong:
  743. Execution failed for task ':compileJava'.
  744. > Compilation failed; see the compiler error output for details.
  745. * Try:
  746. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  747. BUILD FAILED
  748. Total time: 33.931 secs
  749. C:\Pylo\MCreator181\forge>
  750. Task completed with return code 0 in 34444 milliseconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement