Как правильно перезарегать шалкер и его тайл?

Версия Minecraft
1.12.2
API
Forge
41
3
3
Добавил Чемодан из Immersive Engineering в блэклист инвентаря шалкера, да вот только теперь не могу разобраться как зарегистрировать эту штуку обратно в игру.
Попробовал вот так, пока без результата, в игре появляется только пустой предмет без имени, при попытке поставить игра крашится
RegistryHandler:
package hc.util.handlers;


import hc.blocks.ShulkerBox;
import net.minecraft.block.Block;
import net.minecraft.item.EnumDyeColor;
import net.minecraft.item.Item;
import net.minecraft.util.ResourceLocation;
import net.minecraftforge.client.event.ModelRegistryEvent;
import net.minecraftforge.common.MinecraftForge;
import net.minecraftforge.event.RegistryEvent;
import net.minecraftforge.fml.common.Mod.EventBusSubscriber;
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
import net.minecraftforge.fml.common.registry.GameRegistry;
@EventBusSubscriber
public class RegistryHandler
{
    public static final Block YELLOW_SHULKER_BOX = new ShulkerBox(EnumDyeColor.YELLOW).setRegistryName(new ResourceLocation("minecraft","yellow_shulker_box"));
    @SubscribeEvent
    public static void onBlockRegister(RegistryEvent.Register<Block> event)
    {
        event.getRegistry().register(YELLOW_SHULKER_BOX);
    }
    public static void initRegistries()
    {
        GameRegistry.registerTileEntity(((ShulkerBox)YELLOW_SHULKER_BOX).getTileEntityClass(),YELLOW_SHULKER_BOX.getRegistryName().toString());
    }
    
}
 
Краш-лог
---- Minecraft Crash Report ----

WARNING: coremods are present:
IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
Contact their authors BEFORE contacting forge

// Hey, that tickles! Hehehe!

Time: 2/7/21 1:59 PM
Description: Exception ticking world

java.lang.RuntimeException: class hc.blocks.TileShulkerBox is missing a mapping! This is a bug!
at net.minecraft.tileentity.TileEntity.func_189516_d(TileEntity.java:78)
at net.minecraft.tileentity.TileEntity.func_189517_E_(TileEntity.java:205)
at hc.blocks.TileShulkerBox.func_189518_D_(TileShulkerBox.java:414)
at net.minecraft.server.management.PlayerChunkMapEntry.func_187273_a(PlayerChunkMapEntry.java:288)
at net.minecraft.server.management.PlayerChunkMapEntry.func_187280_d(PlayerChunkMapEntry.java:250)
at net.minecraft.server.management.PlayerChunkMap.func_72693_b(PlayerChunkMap.java:182)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:279)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Unknown Source)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.tileentity.TileEntity.func_189516_d(TileEntity.java:78)
at net.minecraft.tileentity.TileEntity.func_189517_E_(TileEntity.java:205)
at hc.blocks.TileShulkerBox.func_189518_D_(TileShulkerBox.java:414)
at net.minecraft.server.management.PlayerChunkMapEntry.func_187273_a(PlayerChunkMapEntry.java:288)
at net.minecraft.server.management.PlayerChunkMapEntry.func_187280_d(PlayerChunkMapEntry.java:250)
at net.minecraft.server.management.PlayerChunkMap.func_72693_b(PlayerChunkMap.java:182)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)

-- Affected level --
Details:
Level name: Basalt Mod Progress
All players: 1 total; [EntityPlayerMP['Miv2nir'/46, l='Basalt Mod Progress', x=-666.02, y=4.00, z=95.31]]
Chunk stats: ServerChunkCache: 441 Drop: 0
Level seed: 4123955701673107942
Level generator: ID 01 - flat, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (-659,4,102), Chunk: (at 13,0,6 in -42,6; contains blocks -672,0,96 to -657,255,111), Region: (-2,0; contains chunks -64,0 to -33,31, blocks -1024,0,0 to -513,255,511)
Level time: 102339 game time, 1182 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 14185 (now: false), thunder time: 14725 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:279)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Unknown Source)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_271, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3131555624 bytes (2986 MB) / 4076339200 bytes (3887 MB) up to 4076339200 bytes (3887 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096m -Xmx4096m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2854 Optifine OptiFine_1.12.2_HD_U_F6_pre1 8 mods loaded, 8 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State | ID | Version | Source | Signature |
|:------ |:-------------------- |:------------ |:--------------------------------------- |:---------------------------------------- |
| LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
| LCHIJA | mcp | 9.42 | minecraft.jar | None |
| LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2854-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge | 14.23.5.2854 | forge-1.12.2-14.23.5.2854-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | bm | 0.3 | Basalt Lite-0.3.jar | None |
| LCHIJA | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None |
| LCHIJA | immersiveengineering | 0.12-92 | ImmersiveEngineering-0.12-92.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| LCHIJA | hc | 1.2 | hc-1.2.jar | None |

Loaded coremods (and transformers):
IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Miv2nir'/46, l='Basalt Mod Progress', x=-666.02, y=4.00, z=95.31]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.12.2_HD_U_F6_pre1
OptiFine Build: 20191206-224929
Render Distance Chunks: 10
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: (internal)
OpenGlVersion: 4.6.0 NVIDIA 460.89
OpenGlRenderer: GeForce RTX 2070 with Max-Q Design/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 12
Краш-лог:
---- Minecraft Crash Report ----

WARNING: coremods are present:
  IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
Contact their authors BEFORE contacting forge

// Hey, that tickles! Hehehe!

Time: 2/7/21 1:59 PM
Description: Exception ticking world

java.lang.RuntimeException: class hc.blocks.TileShulkerBox is missing a mapping! This is a bug!
	at net.minecraft.tileentity.TileEntity.func_189516_d(TileEntity.java:78)
	at net.minecraft.tileentity.TileEntity.func_189517_E_(TileEntity.java:205)
	at hc.blocks.TileShulkerBox.func_189518_D_(TileShulkerBox.java:414)
	at net.minecraft.server.management.PlayerChunkMapEntry.func_187273_a(PlayerChunkMapEntry.java:288)
	at net.minecraft.server.management.PlayerChunkMapEntry.func_187280_d(PlayerChunkMapEntry.java:250)
	at net.minecraft.server.management.PlayerChunkMap.func_72693_b(PlayerChunkMap.java:182)
	at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
	at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:279)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
	at java.lang.Thread.run(Unknown Source)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server thread
Stacktrace:
	at net.minecraft.tileentity.TileEntity.func_189516_d(TileEntity.java:78)
	at net.minecraft.tileentity.TileEntity.func_189517_E_(TileEntity.java:205)
	at hc.blocks.TileShulkerBox.func_189518_D_(TileShulkerBox.java:414)
	at net.minecraft.server.management.PlayerChunkMapEntry.func_187273_a(PlayerChunkMapEntry.java:288)
	at net.minecraft.server.management.PlayerChunkMapEntry.func_187280_d(PlayerChunkMapEntry.java:250)
	at net.minecraft.server.management.PlayerChunkMap.func_72693_b(PlayerChunkMap.java:182)
	at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:227)

-- Affected level --
Details:
	Level name: Basalt Mod Progress
	All players: 1 total; [EntityPlayerMP['Miv2nir'/46, l='Basalt Mod Progress', x=-666.02, y=4.00, z=95.31]]
	Chunk stats: ServerChunkCache: 441 Drop: 0
	Level seed: 4123955701673107942
	Level generator: ID 01 - flat, ver 0. Features enabled: true
	Level generator options: 
	Level spawn location: World: (-659,4,102), Chunk: (at 13,0,6 in -42,6; contains blocks -672,0,96 to -657,255,111), Region: (-2,0; contains chunks -64,0 to -33,31, blocks -1024,0,0 to -513,255,511)
	Level time: 102339 game time, 1182 day time
	Level dimension: 0
	Level storage version: 0x04ABD - Anvil
	Level weather: Rain time: 14185 (now: false), thunder time: 14725 (now: false)
	Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
	at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:279)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
	at java.lang.Thread.run(Unknown Source)

-- System Details --
Details:
	Minecraft Version: 1.12.2
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_271, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 3131555624 bytes (2986 MB) / 4076339200 bytes (3887 MB) up to 4076339200 bytes (3887 MB)
	JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096m -Xmx4096m
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: MCP 9.42 Powered by Forge 14.23.5.2854 Optifine OptiFine_1.12.2_HD_U_F6_pre1 8 mods loaded, 8 mods active
	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

	| State  | ID                   | Version      | Source                                  | Signature                                |
	|:------ |:-------------------- |:------------ |:--------------------------------------- |:---------------------------------------- |
	| LCHIJA | minecraft            | 1.12.2       | minecraft.jar                           | None                                     |
	| LCHIJA | mcp                  | 9.42         | minecraft.jar                           | None                                     |
	| LCHIJA | FML                  | 8.0.99.99    | forge-1.12.2-14.23.5.2854-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
	| LCHIJA | forge                | 14.23.5.2854 | forge-1.12.2-14.23.5.2854-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
	| LCHIJA | bm                   | 0.3          | Basalt Lite-0.3.jar                     | None                                     |
	| LCHIJA | jei                  | 4.16.1.301   | jei_1.12.2-4.16.1.301.jar               | None                                     |
	| LCHIJA | immersiveengineering | 0.12-92      | ImmersiveEngineering-0.12-92.jar        | 4cb49fcde3b43048c9889e0a3d083225da926334 |
	| LCHIJA | hc                   | 1.2          | hc-1.2.jar                              | None                                     |

	Loaded coremods (and transformers): 
IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
	GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
	Profiler Position: N/A (disabled)
	Player Count: 1 / 8; [EntityPlayerMP['Miv2nir'/46, l='Basalt Mod Progress', x=-666.02, y=4.00, z=95.31]]
	Type: Integrated Server (map_client.txt)
	Is Modded: Definitely; Client brand changed to 'fml,forge'
	OptiFine Version: OptiFine_1.12.2_HD_U_F6_pre1
	OptiFine Build: 20191206-224929
	Render Distance Chunks: 10
	Mipmaps: 4
	Anisotropic Filtering: 1
	Antialiasing: 0
	Multitexture: false
	Shaders: (internal)
	OpenGlVersion: 4.6.0 NVIDIA 460.89
	OpenGlRenderer: GeForce RTX 2070 with Max-Q Design/PCIe/SSE2
	OpenGlVendor: NVIDIA Corporation
	CpuCount: 12
7,099
324
1,510
initRegistries когда вызываешь?
 
41
3
3
@hohserg1 в Main классе
Java:
package hc;

import java.util.ArrayList;
import java.util.List;

import blusunrize.immersiveengineering.ImmersiveEngineering;
import blusunrize.immersiveengineering.common.IEContent;
import blusunrize.immersiveengineering.common.blocks.wooden.BlockWoodenDevice0;
import blusunrize.immersiveengineering.common.util.Utils;
import hc.blocks.ShulkerBox;
import net.minecraft.block.Block;
import net.minecraft.block.state.IBlockState;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.init.MobEffects;
import net.minecraft.item.ItemBlock;
import net.minecraft.item.ItemStack;
import net.minecraft.nbt.NBTBase;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.nbt.NBTTagList;
import net.minecraft.potion.PotionEffect;
import net.minecraft.util.ResourceLocation;
import net.minecraftforge.common.MinecraftForge;
import net.minecraftforge.event.RegistryEvent;
import net.minecraftforge.event.world.BlockEvent;
import net.minecraftforge.fml.common.Mod;
import net.minecraftforge.fml.common.Mod.EventHandler;
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
import net.minecraftforge.fml.common.event.FMLPostInitializationEvent;
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
import net.minecraftforge.fml.common.gameevent.TickEvent.Phase;
import net.minecraftforge.fml.common.gameevent.TickEvent.PlayerTickEvent;
import net.minecraftforge.fml.common.registry.ForgeRegistries;

@Mod(modid = HeavyCrates.MODID, name = HeavyCrates.NAME, version = HeavyCrates.VERSION, dependencies = HeavyCrates.DEPENDENCIES)
public class HeavyCrates {
    
    public static final String MODID = "hc";
    public static final String NAME = "Heavy Crates";
    public static final String VERSION = "1.2";
    public static final String DEPENDENCIES = "required-after:immersiveengineering";
    
    @Mod.Instance
    public static HeavyCrates instance;
    
    @EventHandler
    public void preInit(FMLPreInitializationEvent event) {
        MinecraftForge.EVENT_BUS.register(this);
    }
    
    @EventHandler
    public void init(FMLInitializationEvent event) {
        hc.util.handlers.RegistryHandler.initRegistries();
    }
    @EventHandler
    public void postInit(FMLPostInitializationEvent event) {
        
    }
    
    @SubscribeEvent
    public void onTickPlayerEvent(PlayerTickEvent event)
    {
        if(!event.player.world.isRemote)
        {
            if (event.phase ==Phase.START)
            {
                EntityPlayer player = (EntityPlayer) event.player;
                if(player.inventory.hasItemStack(new ItemStack(IEContent.blockWoodenDevice0,1,0)) | player.inventory.hasItemStack(new ItemStack(IEContent.blockWoodenDevice0,1,5)))
                        {

                                event.player.addPotionEffect(new PotionEffect(MobEffects.SLOWNESS, 7, 3, false, false));
                                event.player.addPotionEffect(new PotionEffect(MobEffects.JUMP_BOOST, 7, 249, false, false));
                                
                        
                        }
            }
        }
    }
    
}
 
7,099
324
1,510
41
3
3
не сработало, теперь шалкер просто открывается и игра крашается. Кстати говоря у него даже missing texture нету, просто пустое место
краш репорт:
---- Minecraft Crash Report ----

WARNING: coremods are present:
  IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
Contact their authors BEFORE contacting forge

// I let you down. Sorry :(

Time: 2/10/21 4:10 PM
Description: Ticking player

java.lang.NullPointerException: Ticking player
    at net.minecraft.item.ItemStack.func_77989_b(ItemStack.java:432)
    at net.minecraft.inventory.Container.func_75142_b(Container.java:82)
    at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(EntityPlayerMP.java:324)
    at net.minecraft.world.World.func_72866_a(World.java:1996)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
    at net.minecraft.world.World.func_72870_g(World.java:1958)
    at net.minecraft.world.WorldServer.func_184147_l(WorldServer.java:642)
    at net.minecraft.world.World.func_72939_s(World.java:1737)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:279)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
    at java.lang.Thread.run(Unknown Source)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server thread
Stacktrace:
    at net.minecraft.item.ItemStack.func_77989_b(ItemStack.java:432)
    at net.minecraft.inventory.Container.func_75142_b(Container.java:82)
    at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(EntityPlayerMP.java:324)
    at net.minecraft.world.World.func_72866_a(World.java:1996)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
    at net.minecraft.world.World.func_72870_g(World.java:1958)

-- Player being ticked --
Details:
    Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
    Entity ID: 579
    Entity Name: Miv2nir
    Entity's Exact location: 77.39, 67.00, 260.50
    Entity's Block location: World: (77,67,260), Chunk: (at 13,4,4 in 4,16; contains blocks 64,0,256 to 79,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Entity's Momentum: 0.00, -0.08, 0.00
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
    at net.minecraft.world.WorldServer.func_184147_l(WorldServer.java:642)
    at net.minecraft.world.World.func_72939_s(World.java:1737)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)

-- Affected level --
Details:
    Level name: Новый мир
    All players: 1 total; [EntityPlayerMP['Miv2nir'/579, l='Новый мир', x=77.39, y=67.00, z=260.50]]
    Chunk stats: ServerChunkCache: 441 Drop: 0
    Level seed: -3399356442688168256
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options:
    Level spawn location: World: (76,64,256), Chunk: (at 12,4,0 in 4,16; contains blocks 64,0,256 to 79,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 2795 game time, 2795 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 35731 (now: false), thunder time: 70617 (now: false)
    Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:279)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
    at java.lang.Thread.run(Unknown Source)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_271, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 3598801080 bytes (3432 MB) / 4074766336 bytes (3886 MB) up to 4074766336 bytes (3886 MB)
    JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096m -Xmx4096m
    IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
    FML: MCP 9.42 Powered by Forge 14.23.5.2854 Optifine OptiFine_1.12.2_HD_U_F6_pre1 8 mods loaded, 8 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State  | ID                   | Version      | Source                                  | Signature                                |
    |:------ |:-------------------- |:------------ |:--------------------------------------- |:---------------------------------------- |
    | LCHIJA | minecraft            | 1.12.2       | minecraft.jar                           | None                                     |
    | LCHIJA | mcp                  | 9.42         | minecraft.jar                           | None                                     |
    | LCHIJA | FML                  | 8.0.99.99    | forge-1.12.2-14.23.5.2854-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCHIJA | forge                | 14.23.5.2854 | forge-1.12.2-14.23.5.2854-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCHIJA | bm                   | 0.3          | Basalt Lite-0.3.jar                     | None                                     |
    | LCHIJA | jei                  | 4.16.1.301   | jei_1.12.2-4.16.1.301.jar               | None                                     |
    | LCHIJA | immersiveengineering | 0.12-92      | ImmersiveEngineering-0.12-92.jar        | 4cb49fcde3b43048c9889e0a3d083225da926334 |
    | LCHIJA | hc                   | 1.2          | hc-1.2.jar                              | None                                     |

    Loaded coremods (and transformers):
IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    Profiler Position: N/A (disabled)
    Player Count: 1 / 8; [EntityPlayerMP['Miv2nir'/579, l='Новый мир', x=77.39, y=67.00, z=260.50]]
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    OptiFine Version: OptiFine_1.12.2_HD_U_F6_pre1
    OptiFine Build: 20191206-224929
    Render Distance Chunks: 10
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: (internal)
    OpenGlVersion: 4.6.0 NVIDIA 460.89
    OpenGlRenderer: GeForce RTX 2070 with Max-Q Design/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 12
 
7,099
324
1,510
Почему краш-лог обфусцирован? Ты сразу на проде тестируешь?
 
Сверху