Skip to content

Instantly share code, notes, and snippets.

@aidancbrady
Created February 27, 2020 00:12
Show Gist options
  • Save aidancbrady/386d008c47b6c8e47f8b4e871553b446 to your computer and use it in GitHub Desktop.
Save aidancbrady/386d008c47b6c8e47f8b4e871553b446 to your computer and use it in GitHub Desktop.
7:01:46 PM: Executing task 'runData'...
Starting Gradle Daemon...
Gradle Daemon started in 1 s 123 ms
> Configure project :
New Dep: net.minecraftforge:forge:1.15.2-31.1.16_mapped_snapshot_20200225-1.15.1_at_f057423d6d1b4efd59c94e4238431f8a347afe71
> Task :compileApiJava UP-TO-DATE
> Task :processApiResources NO-SOURCE
> Task :apiClasses UP-TO-DATE
> Task :compileJava UP-TO-DATE
> Task :processResources UP-TO-DATE
> Task :replaceResources
> Task :classes UP-TO-DATE
> Task :compileAdditionsJava UP-TO-DATE
> Task :processAdditionsResources UP-TO-DATE
> Task :replaceResourcesAdditions
> Task :additionsClasses UP-TO-DATE
> Task :compileDatagenmainJava UP-TO-DATE
> Task :processDatagenmainResources UP-TO-DATE
> Task :datagenmainClasses UP-TO-DATE
> Task :compileDatagenadditionsJava UP-TO-DATE
> Task :processDatagenadditionsResources UP-TO-DATE
> Task :datagenadditionsClasses UP-TO-DATE
> Task :compileGeneratorsJava UP-TO-DATE
> Task :processGeneratorsResources UP-TO-DATE
> Task :replaceResourcesGenerators
> Task :generatorsClasses UP-TO-DATE
> Task :compileDatagengeneratorsJava UP-TO-DATE
> Task :processDatagengeneratorsResources UP-TO-DATE
> Task :datagengeneratorsClasses UP-TO-DATE
> Task :compileToolsJava UP-TO-DATE
> Task :processToolsResources UP-TO-DATE
> Task :replaceResourcesTools
> Task :toolsClasses UP-TO-DATE
> Task :compileDatagentoolsJava UP-TO-DATE
> Task :processDatagentoolsResources UP-TO-DATE
> Task :datagentoolsClasses UP-TO-DATE
> Task :downloadMCMeta UP-TO-DATE
> Task :downloadAssets
> Task :extractNatives UP-TO-DATE
> Task :prepareRuns
> Task :prepareRunData
> Task :runData
2020-02-26 19:02:06,989 main WARN Advanced terminal features are not available in this environment
[19:02:07] [main/INFO] [ne.mi.us.ArgumentList/]: Duplicate entries for mod Unindexable
[19:02:07] [main/INFO] [ne.mi.us.ArgumentList/]: Duplicate entries for existing Unindexable
[19:02:07] [main/INFO] [ne.mi.us.ArgumentList/]: Duplicate entries for mod Unindexable
[19:02:07] [main/INFO] [ne.mi.us.ArgumentList/]: Duplicate entries for existing Unindexable
[19:02:07] [main/INFO] [ne.mi.us.ArgumentList/]: Duplicate entries for mod Unindexable
[19:02:07] [main/INFO] [ne.mi.us.ArgumentList/]: Duplicate entries for existing Unindexable
[19:02:07] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--all, --output, "/Users/aidancbrady/Documents/Mekanism/src/datagen/generated", --mod, mekanism, --existing, "/Users/aidancbrady/Documents/Mekanism/src/main/resources", --mod, mekanismadditions, --existing, "/Users/aidancbrady/Documents/Mekanism/src/additions/resources", --mod, mekanismgenerators, --existing, "/Users/aidancbrady/Documents/Mekanism/src/generators/resources", --mod, mekanismtools, --existing, "/Users/aidancbrady/Documents/Mekanism/src/tools/resources", --gameDir, ., --launchTarget, fmluserdevdata, --fml.mcpVersion, 20200122.131323, --fml.mcVersion, 1.15.2, --fml.forgeGroup, net.minecraftforge, --fml.forgeVersion, 31.1.16]
[19:02:07] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 5.0.0-milestone.4+67+b1a340b starting: java version 1.8.0_241 by Oracle Corporation
[19:02:07] [main/INFO] [ne.mi.fm.lo.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[19:02:08] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmluserdevdata' with arguments [--gameDir, ., --all, --output, "/Users/aidancbrady/Documents/Mekanism/src/datagen/generated", --mod, mekanism, --existing, "/Users/aidancbrady/Documents/Mekanism/src/main/resources", --mod, mekanismadditions, --existing, "/Users/aidancbrady/Documents/Mekanism/src/additions/resources", --mod, mekanismgenerators, --existing, "/Users/aidancbrady/Documents/Mekanism/src/generators/resources", --mod, mekanismtools, --existing, "/Users/aidancbrady/Documents/Mekanism/src/tools/resources"]
[19:02:08] [pool-2-thread-1/ERROR] [ne.mi.fm.lo.mo.ExplodedDirectoryLocator/SCAN]: Exception scanning /Users/aidancbrady/Documents/Mekanism/build/resources/api
java.nio.file.NoSuchFileException: /Users/aidancbrady/Documents/Mekanism/build/resources/api
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[?:1.8.0_241] {}
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[?:1.8.0_241] {}
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[?:1.8.0_241] {}
at sun.nio.fs.UnixFileAttributeViews$Basic.readAttributes(UnixFileAttributeViews.java:55) ~[?:1.8.0_241] {}
at sun.nio.fs.UnixFileSystemProvider.readAttributes(UnixFileSystemProvider.java:144) ~[?:1.8.0_241] {}
at java.nio.file.Files.readAttributes(Files.java:1737) ~[?:1.8.0_241] {}
at java.nio.file.FileTreeWalker.getAttributes(FileTreeWalker.java:219) ~[?:1.8.0_241] {}
at java.nio.file.FileTreeWalker.visit(FileTreeWalker.java:276) ~[?:1.8.0_241] {}
at java.nio.file.FileTreeWalker.walk(FileTreeWalker.java:322) ~[?:1.8.0_241] {}
at java.nio.file.FileTreeIterator.<init>(FileTreeIterator.java:72) ~[?:1.8.0_241] {}
at java.nio.file.Files.find(Files.java:3687) ~[?:1.8.0_241] {}
at net.minecraftforge.fml.loading.moddiscovery.ExplodedDirectoryLocator.scanIndividualPath(ExplodedDirectoryLocator.java:96) ~[forge-1.15.2-31.1.16_mapped_snapshot_20200225-1.15.1-launcher.jar:?] {}
at net.minecraftforge.fml.loading.moddiscovery.ExplodedDirectoryLocator.lambda$scanFile$3(ExplodedDirectoryLocator.java:90) ~[forge-1.15.2-31.1.16_mapped_snapshot_20200225-1.15.1-launcher.jar:?] {}
at java.lang.Iterable.forEach(Iterable.java:75) ~[?:1.8.0_241] {}
at net.minecraftforge.fml.loading.moddiscovery.ExplodedDirectoryLocator.scanFile(ExplodedDirectoryLocator.java:90) ~[forge-1.15.2-31.1.16_mapped_snapshot_20200225-1.15.1-launcher.jar:?] {}
at net.minecraftforge.fml.loading.moddiscovery.ModFile.scanFile(ModFile.java:153) ~[forge-1.15.2-31.1.16_mapped_snapshot_20200225-1.15.1-launcher.jar:?] {}
at net.minecraftforge.fml.loading.moddiscovery.Scanner.scan(Scanner.java:46) ~[forge-1.15.2-31.1.16_mapped_snapshot_20200225-1.15.1-launcher.jar:?] {}
at net.minecraftforge.fml.loading.moddiscovery.ModFile.compileContent(ModFile.java:149) ~[forge-1.15.2-31.1.16_mapped_snapshot_20200225-1.15.1-launcher.jar:?] {}
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604) [?:1.8.0_241] {}
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_241] {}
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_241] {}
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_241] {}
[19:02:09] [main/INFO] [ne.mi.fm.ModLoader/]: Initializing Data Gatherer for mods [mekanism, mekanismadditions, mekanismtools, mekanismgenerators]
[19:02:26] [modloading-worker-8/INFO] [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 31.1.16, for MC 1.15.2 with MCP 20200122.131323
[19:02:26] [modloading-worker-8/INFO] [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v31.1.16 Initialized
[19:02:26] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file /Users/aidancbrady/Documents/Mekanism/run/config/theoneprobe-common.toml is not correct. Correcting
[19:02:26] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key showContentsWithoutSneaking was corrected from [storagedrawers:basicdrawers, storagedrawersextra:extra_drawers] to [storagedrawers:basicdrawers, storagedrawersextra:extra_drawers]
[19:02:26] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key dontShowContentsUnlessSneaking was corrected from [] to []
[19:02:26] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key dontSendNBT was corrected from [] to []
[19:02:33] [main/INFO] [biomesoplenty/]: [biomesoplenty:alps, biomesoplenty:ashen_inferno, biomesoplenty:bayou, biomesoplenty:bog, biomesoplenty:boreal_forest, biomesoplenty:brushland, biomesoplenty:chaparral, biomesoplenty:cherry_blossom_grove, biomesoplenty:cold_desert, biomesoplenty:coniferous_forest, biomesoplenty:dead_forest, biomesoplenty:floodplain, biomesoplenty:fungal_jungle, biomesoplenty:ghost_forest, biomesoplenty:glowstone_grotto, biomesoplenty:grassland, biomesoplenty:grove, biomesoplenty:highland, biomesoplenty:lavender_field, biomesoplenty:lush_grassland, biomesoplenty:lush_swamp, biomesoplenty:mangrove, biomesoplenty:maple_woods, biomesoplenty:marsh, biomesoplenty:meadow, biomesoplenty:mire, biomesoplenty:mystic_grove, biomesoplenty:ominous_woods, biomesoplenty:outback, biomesoplenty:overgrown_cliffs, biomesoplenty:poppy_field, biomesoplenty:prairie, biomesoplenty:rainforest, biomesoplenty:redwood_forest, biomesoplenty:scrubland, biomesoplenty:seasonal_forest, biomesoplenty:shield, biomesoplenty:shrubland, biomesoplenty:silkglade, biomesoplenty:snowy_coniferous_forest, biomesoplenty:snowy_forest, biomesoplenty:steppe, biomesoplenty:temperate_rainforest, biomesoplenty:tropical_rainforest, biomesoplenty:tundra, biomesoplenty:undergarden, biomesoplenty:visceral_heap, biomesoplenty:wasteland, biomesoplenty:wetland, biomesoplenty:woodland]
[19:02:33] [main/INFO] [biomesoplenty/]: mangrove weight set to 10 for climate SUBTROPICAL
[19:02:33] [main/INFO] [biomesoplenty/]: alps weight set to 5 for climate ICE_CAP
[19:02:33] [main/INFO] [biomesoplenty/]: bayou weight set to 7 for climate SUBTROPICAL
[19:02:33] [main/INFO] [biomesoplenty/]: bog weight set to 3 for climate WET_BOREAL
[19:02:33] [main/INFO] [biomesoplenty/]: boreal_forest weight set to 7 for climate DRY_BOREAL
[19:02:33] [main/INFO] [biomesoplenty/]: brushland weight set to 5 for climate SAVANNA
[19:02:33] [main/INFO] [biomesoplenty/]: chaparral weight set to 5 for climate WARM_TEMPERATE
[19:02:33] [main/INFO] [biomesoplenty/]: cherry_blossom_grove weight set to 1 for climate COOL_TEMPERATE
[19:02:33] [main/INFO] [biomesoplenty/]: cold_desert weight set to 7 for climate ICE_CAP
[19:02:33] [main/INFO] [biomesoplenty/]: coniferous_forest weight set to 10 for climate WET_BOREAL
[19:02:33] [main/INFO] [biomesoplenty/]: dead_forest weight set to 2 for climate DRY_BOREAL
[19:02:33] [main/INFO] [biomesoplenty/]: floodplain weight set to 5 for climate TROPICAL
[19:02:33] [main/INFO] [biomesoplenty/]: fungal_jungle weight set to 1 for climate TROPICAL
[19:02:33] [main/INFO] [biomesoplenty/]: ghost_forest weight set to 2 for climate WET_TEMPERATE
[19:02:33] [main/INFO] [biomesoplenty/]: grassland weight set to 5 for climate COOL_TEMPERATE
[19:02:33] [main/INFO] [biomesoplenty/]: grove weight set to 7 for climate MEDITERRANEAN
[19:02:33] [main/INFO] [biomesoplenty/]: highland weight set to 3 for climate COOL_TEMPERATE
[19:02:33] [main/INFO] [biomesoplenty/]: lavender_field weight set to 5 for climate MEDITERRANEAN
[19:02:33] [main/INFO] [biomesoplenty/]: lush_grassland weight set to 7 for climate TROPICAL
[19:02:33] [main/INFO] [biomesoplenty/]: lush_swamp weight set to 3 for climate SUBTROPICAL
[19:02:33] [main/INFO] [biomesoplenty/]: maple_woods weight set to 3 for climate DRY_BOREAL
[19:02:33] [main/INFO] [biomesoplenty/]: marsh weight set to 5 for climate WET_TEMPERATE
[19:02:33] [main/INFO] [biomesoplenty/]: meadow weight set to 7 for climate WET_BOREAL
[19:02:33] [main/INFO] [biomesoplenty/]: mire weight set to 3 for climate WET_TEMPERATE
[19:02:33] [main/INFO] [biomesoplenty/]: mystic_grove weight set to 1 for climate WET_TEMPERATE
[19:02:33] [main/INFO] [biomesoplenty/]: ominous_woods weight set to 1 for climate WET_BOREAL
[19:02:33] [main/INFO] [biomesoplenty/]: outback weight set to 7 for climate HOT_DESERT
[19:02:33] [main/INFO] [biomesoplenty/]: overgrown_cliffs weight set to 3 for climate TROPICAL
[19:02:33] [main/INFO] [biomesoplenty/]: poppy_field weight set to 2 for climate DRY_TEMPERATE
[19:02:33] [main/INFO] [biomesoplenty/]: prairie weight set to 10 for climate MEDITERRANEAN
[19:02:33] [main/INFO] [biomesoplenty/]: rainforest weight set to 1 for climate SUBTROPICAL
[19:02:33] [main/INFO] [biomesoplenty/]: redwood_forest weight set to 3 for climate WARM_TEMPERATE
[19:02:33] [main/INFO] [biomesoplenty/]: scrubland weight set to 7 for climate SAVANNA
[19:02:33] [main/INFO] [biomesoplenty/]: seasonal_forest weight set to 5 for climate DRY_BOREAL
[19:02:33] [main/INFO] [biomesoplenty/]: shield weight set to 5 for climate WET_BOREAL
[19:02:33] [main/INFO] [biomesoplenty/]: shrubland weight set to 5 for climate DRY_TEMPERATE
[19:02:33] [main/INFO] [biomesoplenty/]: silkglade weight set to 1 for climate DRY_TEMPERATE
[19:02:33] [main/INFO] [biomesoplenty/]: snowy_coniferous_forest weight set to 5 for climate TUNDRA
[19:02:33] [main/INFO] [biomesoplenty/]: snowy_forest weight set to 3 for climate TUNDRA
[19:02:33] [main/INFO] [biomesoplenty/]: steppe weight set to 3 for climate DRY_TEMPERATE
[19:02:33] [main/INFO] [biomesoplenty/]: temperate_rainforest weight set to 3 for climate WET_TEMPERATE
[19:02:33] [main/INFO] [biomesoplenty/]: tropical_rainforest weight set to 10 for climate TROPICAL
[19:02:33] [main/INFO] [biomesoplenty/]: tundra weight set to 7 for climate TUNDRA
[19:02:33] [main/INFO] [biomesoplenty/]: wasteland weight set to 10 for climate WASTELAND
[19:02:33] [main/INFO] [biomesoplenty/]: wetland weight set to 7 for climate WET_TEMPERATE
[19:02:33] [main/INFO] [biomesoplenty/]: woodland weight set to 3 for climate WARM_TEMPERATE
[19:02:33] [main/INFO] [biomesoplenty/]: ashen_inferno weight set to 5 for climate NETHER
[19:02:33] [main/INFO] [biomesoplenty/]: glowstone_grotto weight set to 3 for climate NETHER
[19:02:33] [main/INFO] [biomesoplenty/]: undergarden weight set to 7 for climate NETHER
[19:02:33] [main/INFO] [biomesoplenty/]: visceral_heap weight set to 7 for climate NETHER
[19:02:33] [main/INFO] [biomesoplenty/]: Sub biome biomesoplenty:oasis weight set to 100
[19:02:33] [main/INFO] [biomesoplenty/]: Sub biome biomesoplenty:xeric_shrubland weight set to 100
[19:02:33] [main/INFO] [biomesoplenty/]: Sub biome biomesoplenty:fir_clearing weight set to 100
[19:02:33] [main/INFO] [biomesoplenty/]: Sub biome biomesoplenty:highland_moor weight set to 100
[19:02:33] [main/INFO] [biomesoplenty/]: Sub biome biomesoplenty:flower_meadow weight set to 100
[19:02:33] [main/INFO] [biomesoplenty/]: Sub biome biomesoplenty:pasture weight set to 100
[19:02:33] [main/INFO] [biomesoplenty/]: Sub biome biomesoplenty:pumpkin_patch weight set to 100
[19:02:33] [main/INFO] [biomesoplenty/]: Sub biome biomesoplenty:snowy_fir_clearing weight set to 100
[19:02:33] [main/INFO] [biomesoplenty/]: Sub biome biomesoplenty:temperate_rainforest_hills weight set to 100
[19:02:33] [main/INFO] [biomesoplenty/]: Island biome biomesoplenty:origin_hills weight set to 50 for climate COOL_TEMPERATE
[19:02:33] [main/INFO] [biomesoplenty/]: Island biome biomesoplenty:origin_hills weight set to 50 for climate DRY_TEMPERATE
[19:02:33] [main/INFO] [biomesoplenty/]: Island biome biomesoplenty:origin_hills weight set to 75 for climate WET_TEMPERATE
[19:02:33] [main/INFO] [biomesoplenty/]: Island biome biomesoplenty:volcano weight set to 75 for climate WARM_TEMPERATE
[19:02:33] [main/INFO] [biomesoplenty/]: Island biome biomesoplenty:volcano weight set to 75 for climate MEDITERRANEAN
[19:02:33] [main/INFO] [biomesoplenty/]: Island biome biomesoplenty:volcano weight set to 50 for climate SAVANNA
[19:02:33] [main/INFO] [biomesoplenty/]: Island biome biomesoplenty:rainbow_valley weight set to 25 for climate WET_TEMPERATE
[19:02:33] [main/INFO] [biomesoplenty/]: Island biome biomesoplenty:rainbow_valley weight set to 25 for climate WARM_TEMPERATE
[19:02:33] [main/INFO] [biomesoplenty/]: Island biome biomesoplenty:rainbow_valley weight set to 25 for climate MEDITERRANEAN
[19:02:33] [main/INFO] [biomesoplenty/]: Island biome biomesoplenty:tropics weight set to 75 for climate SUBTROPICAL
[19:02:33] [main/INFO] [biomesoplenty/]: Island biome biomesoplenty:tropics weight set to 50 for climate TROPICAL
[19:02:33] [main/INFO] [biomesoplenty/]: Island biome biomesoplenty:tropics weight set to 50 for climate HOT_DESERT
[19:02:33] [main/WARN] [minecraft/EntityType]: No data fixer registered for entity flame
[19:02:33] [main/WARN] [minecraft/EntityType]: No data fixer registered for entity robit
[19:02:33] [main/WARN] [minecraft/EntityType]: No data fixer registered for entity biomesoplenty:boat_bop
[19:02:33] [main/WARN] [minecraft/EntityType]: No data fixer registered for entity baby_skeleton
[19:02:33] [main/WARN] [minecraft/EntityType]: No data fixer registered for entity balloon
[19:02:33] [main/WARN] [minecraft/EntityType]: No data fixer registered for entity obsidian_tnt
[19:02:35] [main/INFO] [minecraft/DataGenerator]: Starting provider: Languages: en_us: mekanism
[19:02:35] [main/INFO] [minecraft/DataGenerator]: Languages: en_us: mekanism finished after 87 ms
[19:02:35] [main/INFO] [minecraft/DataGenerator]: Starting provider: LootTables: mekanism
[19:02:36] [main/INFO] [minecraft/DataGenerator]: LootTables: mekanism finished after 1406 ms
[19:02:36] [main/INFO] [minecraft/DataGenerator]: Starting provider: Tags: mekanism
[19:02:36] [main/INFO] [minecraft/DataGenerator]: Tags: mekanism finished after 45 ms
[19:02:36] [main/INFO] [minecraft/DataGenerator]: Starting provider: Recipes: mekanism
[19:02:37] [main/INFO] [minecraft/DataGenerator]: Recipes: mekanism finished after 309 ms
[19:02:37] [main/INFO] [minecraft/DataGenerator]: All providers took: 1851 ms
[19:02:37] [main/INFO] [minecraft/DataGenerator]: Starting provider: Languages: en_us: mekanismadditions
[19:02:37] [main/INFO] [minecraft/DataGenerator]: Languages: en_us: mekanismadditions finished after 8 ms
[19:02:37] [main/INFO] [minecraft/DataGenerator]: Starting provider: LootTables: mekanismadditions
[19:02:37] [main/INFO] [minecraft/DataGenerator]: LootTables: mekanismadditions finished after 29 ms
[19:02:37] [main/INFO] [minecraft/DataGenerator]: Starting provider: Tags: mekanismadditions
[19:02:37] [main/INFO] [minecraft/DataGenerator]: Tags: mekanismadditions finished after 6 ms
[19:02:37] [main/INFO] [minecraft/DataGenerator]: Starting provider: Recipes: mekanismadditions
[19:02:37] [main/INFO] [minecraft/DataGenerator]: Recipes: mekanismadditions finished after 64 ms
[19:02:37] [main/INFO] [minecraft/DataGenerator]: All providers took: 111 ms
[19:02:37] [main/INFO] [minecraft/DataGenerator]: Starting provider: Languages: en_us: mekanismtools
[19:02:37] [main/INFO] [minecraft/DataGenerator]: Languages: en_us: mekanismtools finished after 3 ms
[19:02:37] [main/INFO] [minecraft/DataGenerator]: Starting provider: Recipes: mekanismtools
[19:02:37] [main/INFO] [minecraft/DataGenerator]: Recipes: mekanismtools finished after 13 ms
[19:02:37] [main/INFO] [minecraft/DataGenerator]: All providers took: 18 ms
[19:02:37] [main/INFO] [minecraft/DataGenerator]: Starting provider: Languages: en_us: mekanismgenerators
[19:02:37] [main/INFO] [minecraft/DataGenerator]: Languages: en_us: mekanismgenerators finished after 5 ms
[19:02:37] [main/INFO] [minecraft/DataGenerator]: Starting provider: LootTables: mekanismgenerators
[19:02:37] [main/INFO] [minecraft/DataGenerator]: LootTables: mekanismgenerators finished after 7 ms
[19:02:37] [main/INFO] [minecraft/DataGenerator]: Starting provider: Tags: mekanismgenerators
[19:02:37] [main/INFO] [minecraft/DataGenerator]: Tags: mekanismgenerators finished after 0 ms
[19:02:37] [main/INFO] [minecraft/DataGenerator]: Starting provider: Recipes: mekanismgenerators
[19:02:37] [main/INFO] [minecraft/DataGenerator]: Recipes: mekanismgenerators finished after 4 ms
[19:02:37] [main/INFO] [minecraft/DataGenerator]: All providers took: 19 ms
7:02:48 PM: Task execution finished 'runData'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment