This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build | |
assemble | |
build | |
buildDependents | |
buildNeeded | |
classes | |
clean | |
jar | |
testClasses | |
build setup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
// Surprise! Haha. Well, this is awkward. | |
Time: 1/31/21 9:49 AM | |
Description: Initializing game | |
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'nowhere'! | |
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:53) | |
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:36) | |
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:32) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
// Don't do that. | |
Time: 1/29/21 2:44 PM | |
Description: Mod loading error has occurred | |
java.lang.Exception: Mod Loading has failed | |
at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:85) ~[forge-1.16.4-35.1.37_mapped_snapshot_20201028-1.16.3-recomp.jar:?] {re:classloading} | |
at net.minecraftforge.fml.client.ClientModLoader.completeModLoading(ClientModLoader.java:188) ~[forge-1.16.4-35.1.37_mapped_snapshot_20201028-1.16.3-recomp.jar:?] {re:classloading,pl:runtimedistcleaner:A} | |
at net.minecraft.client.Minecraft.lambda$null$1(Minecraft.java:513) ~[forge-1.16.4-35.1.37_mapped_snapshot_20201028-1.16.3-recomp.jar:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package net.oriondev.discovery_core.blocks; | |
import net.minecraft.block.*; | |
import net.minecraft.fluid.FluidState; | |
import net.minecraft.fluid.Fluids; | |
import net.minecraft.item.ItemPlacementContext; | |
import net.minecraft.state.StateManager; | |
import net.minecraft.state.property.BooleanProperty; | |
import net.minecraft.state.property.Properties; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package net.oriondev.discovery_core; | |
import net.fabricmc.api.ModInitializer; | |
import net.fabricmc.fabric.api.blockrenderlayer.v1.BlockRenderLayerMap; | |
import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings; | |
import net.fabricmc.fabric.api.tool.attribute.v1.FabricToolTags; | |
import net.minecraft.block.*; | |
import net.minecraft.client.render.RenderLayer; | |
import net.minecraft.item.BlockItem; | |
import net.minecraft.item.Item; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
// Uh... Did I do that? | |
Time: 6/19/20 10:26 AM | |
Description: Initializing game | |
net.fabricmc.loader.api.EntrypointException: Exception while loading entries for entrypoint 'main' provided by 'discovery-core' | |
at net.fabricmc.loader.EntrypointStorage.getEntrypointContainers(EntrypointStorage.java:193) | |
at net.fabricmc.loader.FabricLoader.getEntrypointContainers(FabricLoader.java:228) | |
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:44) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
// Hi. I'm Minecraft, and I'm a crashaholic. | |
Time: 6/17/20 10:55 AM | |
Description: Initializing game | |
net.fabricmc.loader.api.EntrypointException: Exception while loading entries for entrypoint 'main' provided by 'discovery-core' | |
at net.fabricmc.loader.EntrypointStorage.getEntrypointContainers(EntrypointStorage.java:193) | |
at net.fabricmc.loader.FabricLoader.getEntrypointContainers(FabricLoader.java:228) | |
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:44) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package net.oriondev.discovery_core; | |
import net.fabricmc.api.ModInitializer; | |
import net.fabricmc.fabric.api.blockrenderlayer.v1.BlockRenderLayerMap; | |
import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings; | |
import net.minecraft.block.AbstractGlassBlock; | |
import net.minecraft.block.Block; | |
import net.minecraft.block.BlockState; | |
import net.minecraft.block.Material; | |
import net.minecraft.client.render.RenderLayer; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[14May2020 15:02:13.804] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmluserdevclient, --fml.mcpVersion, 20200122.131323, --fml.mcVersion, 1.15.2, --fml.forgeGroup, net.minecraftforge, --fml.forgeVersion, 31.1.0, --version, MOD_DEV, --assetIndex, 1.15, --assetsDir, C:\Users\zaruh\.gradle\caches\forge_gradle\assets, --username, Dev, --accessToken, ❄❄❄❄❄❄❄❄, --userProperties, {}] | |
[14May2020 15:02:13.808] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 5.0.0-milestone.4+67+b1a340b starting: java version 1.8.0_241 by Oracle Corporation | |
[14May2020 15:02:14.193] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust | |
[14May2020 15:02:15.764] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmluserdevclient' with arguments [--version, MOD_DEV, --gameDir, ., --assetsDir, C:\Users\zaruh\.gradle\caches\forge_gradle\assets, --assetInde |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.oriondev.baryon_biomes; | |
import com.oriondev.baryon_biomes.lists.BiomeInit; | |
import com.oriondev.baryon_biomes.lists.BlockInit; | |
import net.minecraft.block.Blocks; | |
import net.minecraft.item.BlockItem; | |
import net.minecraft.item.Item; | |
import net.minecraft.item.ItemGroup; | |
import net.minecraft.item.ItemStack; |
NewerOlder