This file contains hidden or 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
[09Sep2020 18:21:41.127] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmluserdevclient, --fml.mcpVersion, 20200812.004259, --fml.mcVersion, 1.16.2, --fml.forgeGroup, net.minecraftforge, --fml.forgeVersion, 33.0.58, --version, MOD_DEV, --assetIndex, 1.16, --assetsDir, C:\Users\AzureZhen\.gradle\caches\forge_gradle\assets, --username, Dev, --accessToken, ????????, --userProperties, {}] | |
[09Sep2020 18:21:41.133] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 7.0.1+78+master.e9771d8 starting: java version 1.8.0_181 by Oracle Corporation | |
[09Sep2020 18:21:41.709] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust | |
[09Sep2020 18:21:41.769] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8 Source=file:/C:/Users/AzureZhen/.gradle/caches/modules-2/files-2.1/org.spongepowered/mixin/0.8/dbe9e5db694a7c3cd644d5bb98f8a21295c75048/mixin-0.8.jar Service=ModLaunc |
This file contains hidden or 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
import java.util.ArrayList; | |
import java.util.Arrays; | |
import java.util.HashMap; | |
import java.util.List; | |
import com.google.common.collect.ImmutableMap; | |
import net.minecraft.entity.EntityType; | |
import net.minecraft.entity.SpawnGroup; | |
import net.minecraft.util.registry.BuiltinRegistries; |
This file contains hidden or 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
[21:01:17] [main/INFO] (FabricLoader) Loading for game Minecraft 1.16.2 | |
[21:01:17] [main/DEBUG] (FabricLoader) Requesting deobfuscation of minecraft-1.16.2-mapped-net.fabricmc.yarn-1.16.2+build.1-v2.jar | |
[21:01:17] [main/DEBUG] (FabricLoader) [Knot] Proposed file:/C:/Users/AzureZhen/.gradle/caches/fabric-loom/1.16.2-mapped-net.fabricmc.yarn-1.16.2+build.1-v2/minecraft-1.16.2-mapped-net.fabricmc.yarn-1.16.2+build.1-v2.jar to classpath. | |
[21:01:17] [main/DEBUG] (FabricLoader|EntrypointTransformer) Found game constructor: net.minecraft.client.main.Main -> net.minecraft.client.MinecraftClient | |
[21:01:17] [main/DEBUG] (FabricLoader|EntrypointTransformer) Patching game constructor <init>(Lnet/minecraft/client/RunArgs;)V | |
[21:01:17] [main/DEBUG] (FabricLoader|EntrypointTransformer) Run directory field is thought to be net/minecraft/client/MinecraftClient/runDirectory | |
[21:01:17] [main/DEBUG] (FabricLoader|EntrypointTransformer) Applying brand name hook to net/minecraft/client/ClientBrandRetriever::getClientModName | |
[21:01 |
This file contains hidden or 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
public class SpiderdemonModel<E extends Entity> extends EntityModel<E> { | |
public ModelRenderer spiderNeck; | |
public ModelRenderer spiderLLegF; | |
public ModelRenderer spiderRLegR; | |
public ModelRenderer spiderLLegR; | |
public ModelRenderer spiderRLegF; | |
public ModelRenderer spiderLLegF_1; | |
public ModelRenderer spiderRLegR_1; | |
public ModelRenderer spiderLLegR_1; | |
public ModelRenderer spiderRLegF_1; |
This file contains hidden or 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 be sad, have a hug! <3 | |
Time: 7/27/20 8:09 PM | |
Description: mouseReleased event handler | |
java.lang.AbstractMethodError: Method me/ichun/mods/tabula/client/gui/window/WindowTexture.getEventListeners()Ljava/util/List; is abstract | |
at me.ichun.mods.tabula.client.gui.window.WindowTexture.getEventListeners(WindowTexture.java) ~[?:9.0.0] {re:classloading} | |
at me.ichun.mods.tabula.client.gui.IProjectInfo.setCurrentProject(IProjectInfo.java:20) ~[?:9.0.0] {re:classloading} | |
at me.ichun.mods.tabula.client.gui.WorkspaceTabula.lambda$setCurrentProject$1(WorkspaceTabula.java:89) ~[?:9.0.0] {re:classloading} |
This file contains hidden or 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 ---- | |
// Why did you do that? | |
Time: 7/26/20 3:10 PM | |
Description: Ticking player | |
java.lang.NullPointerException: Ticking player | |
at net.minecraft.entity.ai.attributes.AttributeModifierManager.func_233795_c_(SourceFile:62) ~[?:?] {re:classloading} | |
at net.minecraft.entity.LivingEntity.func_233637_b_(LivingEntity.java:1728) ~[?:?] {re:classloading,pl:accesstransformer:B} | |
at net.minecraft.entity.LivingEntity.func_110138_aP(LivingEntity.java:1508) ~[?:?] {re:classloading,pl:accesstransformer:B} |
This file contains hidden or 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
[21Jul2020 16:05:00.227] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmluserdevserver, --fml.mcpVersion, 20200625.160719, --fml.mcVersion, 1.16.1, --fml.forgeGroup, net.minecraftforge, --fml.forgeVersion, 32.0.61] | |
[21Jul2020 16:05:00.233] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 5.1.0+69+master.79f13f7 starting: java version 1.8.0_181 by Oracle Corporation | |
[21Jul2020 16:05:00.696] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust | |
[21Jul2020 16:05:01.890] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmluserdevserver' with arguments [--gameDir, .] | |
[21Jul2020 16:05:20.982] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `wikizoomer` for name `entity_binder`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod. | |
[21Jul20 |
This file contains hidden or 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
{ | |
"textures": { | |
"supershotgun_texture": "doomweapon:items/supershotgun" | |
}, | |
"display": { | |
"gui": { | |
"rotation": [ 90, 315, 90 ], | |
"translation": [ -2.5, 6.8, 0 ], | |
"scale": [ 1, 1, 1 ] | |
}, |
This file contains hidden or 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: 5/5/20 1:45 PM | |
Description: Unexpected error | |
java.lang.NoClassDefFoundError: javafx/util/Pair | |
at com.wuest.prefab.Structures.Render.StructureRenderHandler.renderPlayerLook(StructureRenderHandler.java:116) ~[?:1.5.0.7] {re:classloading} | |
at com.wuest.prefab.Events.ClientEventHandler.onWorldRenderLast(ClientEventHandler.java:50) ~[?:1.5.0.7] {re:classloading} | |
at net.minecraftforge.eventbus.ASMEventHandler_90_ClientEventHandler_onWorldRenderLast_RenderWorldLastEvent.invoke(.dynamic) ~[?:?] {} |
This file contains hidden or 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
public static enum DoomTier { | |
DOOM(6, 1561, 16.0F, 3.0F, 30); | |
private final int harvestLevel; | |
private final int maxUses; | |
private final float efficiency; | |
private final float attackDamage; | |
private final int enchantability; | |
private ItemStack repairMaterial = ItemStack.EMPTY; |