Suppressed: java.lang.RuntimeException: Attempted to load class net/minecraft/client/Minecraft for invalid dist DEDICATED_SERVER at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:71) ~[forge-1.16.5-36.2.21.jar:36.2] at cpw.mods.modlauncher.LaunchPlug...
Source File: MixinCrashReport.java From VanillaFix with MIT License 6 votes /** @reason Improve report formatting */ @Overwrite public String getCompleteReport() { StringBuilder builder = new StringBuilder(); builder.append("--- Minecraft Crash Report ---\n") .append("// ").append(get...
If you are using Mixin in aMinecraft Forgeproject then theMixinGradleplugin can be used to simplify the configuration of the Mixin Annotation Processor. It provides a simple syntax for configuring the Mixin AP for your project, see theMixinGradle READMEfor how to configure MixinGradle. ...
Source File: MixinMinecraft.java From LiquidBounce with GNU General Public License v3.0 5 votes @Inject(method = "runGameLoop", at = @At("HEAD")) private void runGameLoop(final CallbackInfo callbackInfo) { final long currentTime = getTime(); final int deltaTime = (int) (currentTime ...
(World)void/newInvokeSpecial at net.minecraft.entity.EntityType.<clinit>(SourceFile:148) ~[EntityType.class:?] at net.minecraft.init.Bootstrap.register(SourceFile:470) ~[Bootstrap.class:?] at net.minecraft.client.Minecraft.<init>(SourceFile:370) ~[Minecraft.class:?] at net.minecraft.client...
Running medieval minecraft forge 1.16.5 won't work with spongeforge. Went into the discord and one of the staff mentioned a conflict with pehkui and sponge. I was prompted to open and issue here. I'm unsure if there are more mods incompatible. ...
minecraft.block.BlockState var2, int var3); Example #17Source File: ClientPlayNetworkHandlerMixin.java From Wurst7 with GNU General Public License v3.0 4 votes @Shadow @Override public void onGuiActionConfirm(ConfirmGuiActionS2CPacket var1) { } ...
forge-1.16.5-36.2.2 java version 1.8.0_301 by Oracle Operating System: Windows 10.0.19042 Plugins/Mods: physics-mod-1.3.4_forge Issue Description The server goes boom when TNT explodes. I set some off in the nether and got a nice crash log for my efforts. ...
[B#319] [23:22:32] [Client thread/ERROR] [FML]: The following problems were captured during this phase [B#319] [23:22:32] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: --- Minecraft Crash Report --- [B#319] // Don't be sad, have a hug...
If you are using Mixin in a Minecraft Forge project then the MixinGradle plugin can be used to simplify the configuration of the Mixin Annotation Processor. It provides a simple syntax for configuring the Mixin AP for your project, see the MixinGradle README for how to configure MixinGradle....