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 ---- | |
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) |
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
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; |
NewerOlder