Skip to content

Instantly share code, notes, and snippets.

View SizableShrimp's full-sized avatar
📞
Contact me on Discord!

SizableShrimp

📞
Contact me on Discord!
View GitHub Profile
@SizableShrimp
SizableShrimp / crash-2020-08-11_04.00.35-server.txt
Created August 11, 2020 04:59
EnderIO Stack Overflow Error (with Compact Machines 3 Tunnels)
---- Minecraft Crash Report ----
WARNING: coremods are present:
TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
OpenDisksUnpack (OpenDisks-MC1.12.2-0.1.0.3.jar)
MoreSoundConfigCore (moresoundconfig-core-1.0.4.jar)
AppleCore (AppleCore-mc1.12.2-3.4.0.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.277.jar)
@SizableShrimp
SizableShrimp / LangManager.java
Created July 27, 2020 11:37
LangManager for Forge mod 1.12.2
package me.sizableshrimp.compactcommands.lang;
import me.sizableshrimp.compactcommands.CompactCommands;
import net.minecraft.command.ICommandSender;
import net.minecraft.entity.player.EntityPlayerMP;
import net.minecraft.network.NetworkManager;
import net.minecraft.util.text.ITextComponent;
import net.minecraft.util.text.TextComponentString;
import net.minecraft.util.text.TextComponentTranslation;
import net.minecraft.util.text.translation.I18n;