Jump to content

Recommended Posts

Posted

EDIT: I found out what was wrong, i was registering my block in Init, not PreInit.

 

 

I am trying to just create a basic block, but in-game, it comes out as an item named "Tile.null.name", and crashes when right clicked with. The problem is most likely a major derp on my part...

 

Also, it doesn't show up in the creative menu, i have to use /give to get it.

I left out the package names.

 

EDIT: I am using forge build 10.12.0.995 for Minecraft 1.7.2

 

Crash report:

 

 


[07:39:25] [server thread/ERROR]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Ticking memory connection
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:181) ~[NetworkSystem.class:?]
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:680) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:568) ~[MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:114) ~[integratedServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:705) [MinecraftServer$2.class:?]
Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
at net.minecraft.item.ItemStack.tryPlaceItemIntoWorld(ItemStack.java:138) ~[itemStack.class:?]
at net.minecraft.server.management.ItemInWorldManager.activateBlockOrUseItem(ItemInWorldManager.java:397) ~[itemInWorldManager.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:551) ~[NetHandlerPlayServer.class:?]
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(C08PacketPlayerBlockPlacement.java:60) ~[C08PacketPlayerBlockPlacement.class:?]
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(C08PacketPlayerBlockPlacement.java:9) ~[C08PacketPlayerBlockPlacement.class:?]
at net.minecraft.network.NetworkManager.processReadPackets(NetworkManager.java:198) ~[NetworkManager.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) ~[NetworkSystem.class:?]
... 5 more
[07:39:25] [server thread/ERROR]: This crash report has been saved to: C:\Users\Brennan\Downloads\forge-1.7.2-10.12.0.995-src\.\crash-reports\crash-2014-01-08_07.39.25-server.txt
[07:39:25] [server thread/INFO]: Stopping server
[07:39:27] [server thread/INFO]: Saving players
[07:39:27] [server thread/INFO]: Saving worlds
[07:39:27] [server thread/INFO]: Saving chunks for level 'DEV'/Overworld
[07:39:28] [server thread/INFO]: Saving chunks for level 'DEV'/Nether
[07:39:28] [server thread/INFO]: Saving chunks for level 'DEV'/The End
[07:39:29] [server thread/INFO]: Unloading dimension 0
[07:39:29] [server thread/INFO]: Unloading dimension -1
[07:39:29] [server thread/INFO]: Unloading dimension 1
[07:39:31] [Client thread/FATAL]: Unreported exception thrown!
java.lang.ArrayIndexOutOfBoundsException: -1
at net.minecraft.item.ItemStack.tryPlaceItemIntoWorld(ItemStack.java:138) ~[itemStack.class:?]
at net.minecraft.client.multiplayer.PlayerControllerMP.onPlayerRightClick(PlayerControllerMP.java:375) ~[PlayerControllerMP.class:?]
at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1440) ~[Minecraft.class:?]
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1947) ~[Minecraft.class:?]
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:951) ~[Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:869) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:103) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_09]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_09]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_09]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_09]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
[07:39:31] [server thread/INFO]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
---- Minecraft Crash Report ----
// Sorry

Time: 1/8/14 7:39 AM
Description: Unexpected error

java.lang.ArrayIndexOutOfBoundsException: -1
at net.minecraft.item.ItemStack.tryPlaceItemIntoWorld(ItemStack.java:138)
at net.minecraft.client.multiplayer.PlayerControllerMP.onPlayerRightClick(PlayerControllerMP.java:375)
at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1440)
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1947)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:951)
at net.minecraft.client.Minecraft.run(Minecraft.java:869)
at net.minecraft.client.main.Main.main(Main.java:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


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

-- Head --
Stacktrace:
at net.minecraft.item.ItemStack.tryPlaceItemIntoWorld(ItemStack.java:138)
at net.minecraft.client.multiplayer.PlayerControllerMP.onPlayerRightClick(PlayerControllerMP.java:375)
at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1440)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Player857'/207, l='MpServer', x=13.50, y=70.62, z=154.50]]
Chunk stats: MultiplayerChunkCache: 225, 225
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (5,64,155), Chunk: (at 5,4,11 in 0,9; contains blocks 0,0,144 to 15,255,159), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 5863 game time, 5863 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 137 total; [EntityCreeper['Creeper'/2443, l='MpServer', x=-30.50, y=18.00, z=188.50], EntityCreeper['Creeper'/4064, l='MpServer', x=23.50, y=42.00, z=126.50], EntitySkeleton['Skeleton'/4073, l='MpServer', x=-22.09, y=42.00, z=130.53], EntityCreeper['Creeper'/4072, l='MpServer', x=-14.50, y=41.00, z=127.50], EntitySkeleton['Skeleton'/4075, l='MpServer', x=-16.38, y=41.00, z=129.66], EntitySkeleton['Skeleton'/4074, l='MpServer', x=-16.34, y=41.00, z=126.78], EntityEnderman['Enderman'/4077, l='MpServer', x=-14.50, y=41.00, z=129.69], EntityEnderman['Enderman'/4076, l='MpServer', x=-17.75, y=42.00, z=126.22], EntitySquid['Squid'/3839, l='MpServer', x=-33.72, y=54.06, z=191.28], EntityEnderman['Enderman'/4078, l='MpServer', x=-12.31, y=41.00, z=130.53], EntitySquid['Squid'/3811, l='MpServer', x=-41.22, y=61.81, z=218.31], EntitySquid['Squid'/3810, l='MpServer', x=-44.03, y=62.38, z=220.44], EntitySquid['Squid'/3809, l='MpServer', x=-49.47, y=62.00, z=219.94], EntitySquid['Squid'/3808, l='MpServer', x=-52.44, y=58.19, z=220.63], EntitySquid['Squid'/3813, l='MpServer', x=-47.44, y=61.38, z=218.81], EntitySkeleton['Skeleton'/1902, l='MpServer', x=18.31, y=40.00, z=130.50], EntitySquid['Squid'/3812, l='MpServer', x=-46.50, y=62.38, z=217.31], EntityCreeper['Creeper'/3277, l='MpServer', x=-51.50, y=41.00, z=210.50], EntitySkeleton['Skeleton'/3276, l='MpServer', x=-49.91, y=42.00, z=208.50], EntityCreeper['Creeper'/3278, l='MpServer', x=-51.50, y=41.00, z=211.50], EntitySkeleton['Skeleton'/2712, l='MpServer', x=1.69, y=32.00, z=154.56], EntityCreeper['Creeper'/4382, l='MpServer', x=12.50, y=38.00, z=162.50], EntitySquid['Squid'/3777, l='MpServer', x=16.69, y=58.94, z=196.81], EntitySquid['Squid'/3776, l='MpServer', x=18.22, y=58.34, z=206.28], EntitySquid['Squid'/3779, l='MpServer', x=17.38, y=56.25, z=205.31], EntitySquid['Squid'/3781, l='MpServer', x=14.78, y=59.22, z=209.66], EntityEnderman['Enderman'/1870, l='MpServer', x=-35.69, y=26.00, z=141.31], EntitySquid['Squid'/3782, l='MpServer', x=14.06, y=59.31, z=215.63], EntitySquid['Squid'/3787, l='MpServer', x=27.50, y=57.00, z=218.50], EntitySquid['Squid'/3786, l='MpServer', x=23.78, y=55.22, z=219.38], EntitySquid['Squid'/3788, l='MpServer', x=28.50, y=58.28, z=216.28], EntityBat['Bat'/4469, l='MpServer', x=-5.34, y=33.95, z=146.70], EntityZombie['Zombie'/1306, l='MpServer', x=23.41, y=59.00, z=169.99], EntityZombie['Zombie'/66, l='MpServer', x=-35.50, y=43.00, z=133.91], EntityBat['Bat'/4467, l='MpServer', x=27.66, y=41.00, z=121.75], EntityHorse['Horse'/67, l='MpServer', x=-38.59, y=71.00, z=130.25], EntitySquid['Squid'/3774, l='MpServer', x=9.66, y=58.31, z=199.91], EntityBat['Bat'/4477, l='MpServer', x=6.56, y=35.00, z=147.41], EntitySquid['Squid'/3775, l='MpServer', x=17.69, y=58.84, z=202.47], EntityZombie['Zombie'/4015, l='MpServer', x=-62.50, y=19.00, z=159.50], EntitySquid['Squid'/3772, l='MpServer', x=14.31, y=56.00, z=212.84], EntitySquid['Squid'/3773, l='MpServer', x=8.41, y=59.34, z=201.56], EntityBat['Bat'/4472, l='MpServer', x=7.72, y=37.31, z=151.75], EntityBat['Bat'/4474, l='MpServer', x=8.44, y=36.87, z=154.63], EntityBat['Bat'/4475, l='MpServer', x=7.69, y=38.56, z=149.56], EntityHorse['Horse'/85, l='MpServer', x=-22.06, y=65.00, z=141.97], EntityHorse['Horse'/84, l='MpServer', x=-21.91, y=63.00, z=130.97], EntityCreeper['Creeper'/3067, l='MpServer', x=-31.50, y=43.00, z=136.50], EntityCreeper['Creeper'/4017, l='MpServer', x=69.50, y=60.00, z=186.50], EntitySquid['Squid'/3733, l='MpServer', x=-18.63, y=61.16, z=218.44], EntityZombie['Zombie'/3973, l='MpServer', x=40.47, y=44.00, z=160.97], EntityItem['item.item.seeds'/98, l='MpServer', x=-15.28, y=63.13, z=120.25], EntitySquid['Squid'/3729, l='MpServer', x=-30.13, y=58.16, z=207.63], EntitySquid['Squid'/3731, l='MpServer', x=-28.13, y=62.28, z=217.31], EntityCreeper['Creeper'/3983, l='MpServer', x=-57.50, y=15.00, z=231.50], EntityHorse['Horse'/110, l='MpServer', x=10.94, y=72.00, z=92.16], EntityHorse['Horse'/111, l='MpServer', x=9.13, y=74.00, z=95.75], EntityHorse['Horse'/109, l='MpServer', x=12.72, y=72.00, z=89.16], EntityBat['Bat'/3015, l='MpServer', x=-3.83, y=19.00, z=157.75], EntityEnderman['Enderman'/3990, l='MpServer', x=14.66, y=35.00, z=141.69], EntityBat['Bat'/119, l='MpServer', x=7.16, y=33.90, z=166.25], EntityZombie['Zombie'/1800, l='MpServer', x=44.50, y=19.00, z=168.50], EntityHorse['Horse'/112, l='MpServer', x=10.44, y=72.00, z=90.28], EntityBat['Bat'/4189, l='MpServer', x=-10.31, y=19.22, z=220.75], EntitySquid['Squid'/3724, l='MpServer', x=-26.81, y=61.91, z=217.28], EntitySkeleton['Skeleton'/3996, l='MpServer', x=58.50, y=28.00, z=179.50], EntitySkeleton['Skeleton'/4427, l='MpServer', x=54.50, y=29.00, z=179.50], EntitySquid['Squid'/3721, l='MpServer', x=-38.84, y=62.25, z=216.78], EntitySkeleton['Skeleton'/4426, l='MpServer', x=52.50, y=29.00, z=179.50], EntitySkeleton['Skeleton'/3995, l='MpServer', x=65.09, y=29.00, z=178.50], EntitySquid['Squid'/3723, l='MpServer', x=-32.31, y=59.88, z=218.53], EntitySkeleton['Skeleton'/3406, l='MpServer', x=-8.50, y=40.00, z=141.50], EntityHorse['Horse'/137, l='MpServer', x=16.50, y=72.00, z=92.56], EntitySkeleton['Skeleton'/3407, l='MpServer', x=-9.50, y=40.00, z=142.50], EntityHorse['Horse'/138, l='MpServer', x=16.44, y=72.00, z=89.59], EntitySkeleton['Skeleton'/4529, l='MpServer', x=-3.50, y=37.00, z=159.50], EntitySkeleton['Skeleton'/4532, l='MpServer', x=-7.50, y=40.00, z=144.66], EntityBat['Bat'/159, l='MpServer', x=6.28, y=29.59, z=164.22], EntitySpider['Spider'/3680, l='MpServer', x=30.50, y=61.00, z=175.28], EntitySkeleton['Skeleton'/150, l='MpServer', x=29.50, y=40.00, z=172.50], EntityZombie['Zombie'/151, l='MpServer', x=27.01, y=60.00, z=165.75], EntityZombie['Zombie'/4234, l='MpServer', x=-23.50, y=15.00, z=146.50], EntityZombie['Zombie'/4235, l='MpServer', x=-25.50, y=15.00, z=147.50], EntityZombie['Zombie'/4236, l='MpServer', x=-15.50, y=33.00, z=116.50], EntityEnderman['Enderman'/4237, l='MpServer', x=-19.50, y=33.00, z=119.50], EntityHorse['Donkey'/174, l='MpServer', x=63.81, y=67.00, z=175.22], EntityHorse['Donkey'/173, l='MpServer', x=58.75, y=70.00, z=183.50], EntityHorse['Donkey'/172, l='MpServer', x=56.88, y=71.00, z=183.03], EntityHorse['Horse'/163, l='MpServer', x=41.09, y=71.00, z=190.09], EntityBat['Bat'/1534, l='MpServer', x=-16.25, y=17.81, z=229.44], EntityHorse['Horse'/167, l='MpServer', x=40.09, y=70.00, z=192.09], EntityCreeper['Creeper'/2015, l='MpServer', x=-9.72, y=32.00, z=116.22], EntityHorse['Horse'/166, l='MpServer', x=42.94, y=71.00, z=197.38], EntityHorse['Donkey'/165, l='MpServer', x=47.09, y=71.00, z=189.19], EntitySkeleton['Skeleton'/4231, l='MpServer', x=-8.50, y=32.00, z=113.50], EntityHorse['Horse'/164, l='MpServer', x=35.38, y=71.00, z=183.03], EntitySkeleton['Skeleton'/3453, l='MpServer', x=-58.94, y=17.00, z=100.44], EntitySkeleton['Skeleton'/3658, l='MpServer', x=34.50, y=23.00, z=181.50], EntitySpider['Spider'/3176, l='MpServer', x=54.44, y=54.00, z=181.88], EntityCreeper['Creeper'/3174, l='MpServer', x=50.50, y=53.00, z=189.50], EntitySlime['Slime'/176, l='MpServer', x=76.69, y=34.00, z=110.72], EntityCreeper['Creeper'/3173, l='MpServer', x=51.50, y=53.00, z=188.50], EntityZombie['Zombie'/4334, l='MpServer', x=-54.50, y=26.00, z=134.50], EntityZombie['Zombie'/4335, l='MpServer', x=-54.50, y=26.00, z=133.50], EntityZombie['Zombie'/2674, l='MpServer', x=0.50, y=38.00, z=137.31], EntityZombie['Zombie'/4333, l='MpServer', x=-54.50, y=26.00, z=132.50], EntityBat['Bat'/1020, l='MpServer', x=-1.03, y=33.90, z=152.97], EntityZombie['Zombie'/3102, l='MpServer', x=-60.50, y=19.00, z=163.50], EntityCreeper['Creeper'/1982, l='MpServer', x=-8.56, y=33.00, z=118.03], EntitySkeleton['Skeleton'/2931, l='MpServer', x=-66.50, y=31.00, z=170.50], EntityCreeper['Creeper'/4347, l='MpServer', x=35.50, y=16.00, z=178.25], EntityBat['Bat'/3620, l='MpServer', x=30.79, y=36.90, z=183.82], EntityClientPlayerMP['Player857'/207, l='MpServer', x=13.50, y=70.62, z=154.50], EntityBat['Bat'/3619, l='MpServer', x=30.77, y=52.67, z=192.49], EntityZombie['Zombie'/4336, l='MpServer', x=-56.50, y=26.00, z=131.50], EntityBat['Bat'/2392, l='MpServer', x=83.08, y=30.00, z=100.98], EntityBat['Bat'/3613, l='MpServer', x=42.83, y=37.00, z=160.79], EntityCreeper['Creeper'/1943, l='MpServer', x=-36.50, y=14.00, z=83.50], EntityBat['Bat'/4302, l='MpServer', x=30.25, y=16.74, z=171.50], EntityBat['Bat'/4303, l='MpServer', x=49.44, y=15.00, z=172.56], EntityZombie['Zombie'/3371, l='MpServer', x=-64.00, y=19.00, z=96.44], EntityCreeper['Creeper'/1941, l='MpServer', x=-41.50, y=12.00, z=92.72], EntitySquid['Squid'/3850, l='MpServer', x=-32.22, y=54.34, z=196.81], EntitySquid['Squid'/3848, l='MpServer', x=-33.63, y=53.19, z=199.28], EntitySquid['Squid'/3849, l='MpServer', x=-27.84, y=51.28, z=195.72], EntityBat['Bat'/4292, l='MpServer', x=8.53, y=46.16, z=128.59], EntitySquid['Squid'/3846, l='MpServer', x=-23.72, y=54.25, z=201.44], EntityBat['Bat'/4293, l='MpServer', x=30.50, y=44.00, z=130.50], EntitySquid['Squid'/3847, l='MpServer', x=-30.84, y=49.88, z=195.81], EntitySquid['Squid'/3844, l='MpServer', x=-25.38, y=54.16, z=197.53], EntitySquid['Squid'/3845, l='MpServer', x=-27.50, y=52.34, z=199.72], EntitySquid['Squid'/3842, l='MpServer', x=-34.66, y=54.06, z=192.88], EntityCreeper['Creeper'/2409, l='MpServer', x=-52.50, y=19.00, z=155.50], EntitySquid['Squid'/3840, l='MpServer', x=-30.50, y=54.13, z=195.34], EntitySquid['Squid'/3841, l='MpServer', x=-37.22, y=51.03, z=189.53], EntityEnderman['Enderman'/2899, l='MpServer', x=22.03, y=37.00, z=146.69], EntityEnderman['Enderman'/2898, l='MpServer', x=21.50, y=37.00, z=144.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:384)
at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2430)
at net.minecraft.client.Minecraft.run(Minecraft.java:898)
at net.minecraft.client.main.Main.main(Main.java:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_09, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 80688312 bytes (76 MB) / 251936768 bytes (240 MB) up to 450101248 bytes (429 MB)
JVM Flags: 0 total;
AABB Pool Size: 16594 (929264 bytes; 0 MB) allocated, 4 (224 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.01-pre FML v7.2.45.995 Minecraft Forge 10.12.0.995 4 mods loaded, 4 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.2.45.995} [Forge Mod Loader] (forge-1.7.2-10.12.0.995-mcp.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.12.0.995} [Minecraft Forge] (forge-1.7.2-10.12.0.995-mcp.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
deconstruction{1.0} [The Deconstruction Mod] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.7.2
LWJGL: 2.9.0
OpenGL: AMD Radeon HD 6290 Graphics      GL version 4.1.10834 Compatibility Profile Context, ATI Technologies Inc.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: ~~ERROR~~ NullPointerException: null
Profiler Position: N/A (disabled)
Vec3 Pool Size: 38151 (2136456 bytes; 2 MB) allocated, 22 (1232 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
#@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Brennan\Downloads\forge-1.7.2-10.12.0.995-src\.\crash-reports\crash-2014-01-08_07.39.31-client.txt
[/Code]

 

 

 

[b]DeconTable.java[/b] (Main mod class)

 

 

[Code]
import net.minecraft.init.Blocks;
import cpw.mods.fml.common.Mod;
import cpw.mods.fml.common.Mod.EventHandler;
import cpw.mods.fml.common.event.FMLInitializationEvent;
import cpw.mods.fml.common.registry.GameRegistry;
import cpw.mods.fml.common.registry.LanguageRegistry;
import net.minecraft.block.Block;

@Mod(modid = DeconTable.MODID, name=DeconTable.NAME, version = DeconTable.VERSION)
public class DeconTable
{
    public static final String MODID = "deconstruction";
    public static final String VERSION = "1.0";
    public static final String NAME = "The Deconstruction Mod";
    public static final Block deconTable = (BlockDeconTable) new BlockDeconTable();
    @EventHandler
    public void init(FMLInitializationEvent event)
    {
    GameRegistry.registerBlock(deconTable, "DeconTable");
    LanguageRegistry.addName(deconTable, "Deconstruction Table");
       
    }
}
[/Code]

 

 

 

[b]BlockDeconTable[/b] (custom block class)

 

 

[Code]
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.creativetab.CreativeTabs;


public class BlockDeconTable extends Block
{
public BlockDeconTable(){
super(Material.field_151575_d);
func_149647_a(CreativeTabs.tabDecorations);
}
}
[/Code]

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I tried to look for similar issues here on the forum already and couldn't find a fix. Just people who didn't read the rules properly.
    • [Loading] INITIALIZING Starting TLauncher 2.9307 RELEASE For more information, visit https://tlauncher.org/ Startup time: 30 dec. 2024, 10:34:18 Running folder C:\Users\Lenovo 3\AppData\Roaming\.tlauncher\starter --- default protocol handler for protocol {} not available https default protocol handler for protocol {} not available http [Loading] LOADING_CONFIGURATION Machine info: ------------------------------------------------------- Windows 10 10.0, Java 17.0.11, jvm bit x64, 8122 MB RAM java path=C:\Users\Lenovo 3\AppData\Roaming\.tlauncher\starter\jre_default\jre-17.0.11-windows-x64\bin\javaw.exe Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz ------------------------------------------------------- Selected locale: en Locale nb_NO doesn't contain key loginform.button.log.folder [Loading] LOADING_CONSOLE [Downloader2] Loaded configuration: good [Browser] Loading resources... [Browser] Cleaning up after loading: Starting garbage collector: 49 / 72 MB Garbage collector completed: 26 / 72 MB [Loading] LOADING_MANAGERS [LocalVersionList] Base directory: C:\Users\Lenovo 3\AppData\Roaming\.minecraft [ProfileManager] Refreshing profiles from: C:\Users\Lenovo 3\AppData\Roaming\.minecraft\TlauncherProfiles.json [AdvertisingStatusObserver] started to get ad information [AdvertisingStatusObserver] finished to get add information profiles is saved successfully [GsonUtil] request to https://repo.tlauncher.org/update/downloads/libraries/org/tlauncher/authlib/libraries-1.7.json [Loading] LOADING_WINDOW [REPO][SERVER_LIST_REPO] Success: Reached the repo in 35 ms. [Swing] Favicons loaded: 256px, 128px, 96px, 64px, 48px, 32px, 24px, 16px [Loading] PREPARING_MAINPANE [JFXStartPageLoader] start load page: https://page.tlauncher.org/update/downloads/configs/pages/index_en.html [Browser] Running in JavaFX Thread [Browser] Preparing JavaFX... [Browser] Initializing... [JFXStartPageLoader] succeeded load page: https://page.tlauncher.org/update/downloads/configs/pages/index_en.html during 1 [Browser@1031898163] Loaded successfully: "https://page.tlauncher.org/update/downloads/configs/pages/index_en.html" [Browser] add listens into server_choose [Browser] finished listens into server_choose [Downloader2] Loaded configuration: good [BrowserSimplePanel] constructor [BrowserSimplePanel] constructor [Loading] POSTINIT_GUI [Frame] Packing main frame... [Frame] Resizing main pane... Visibility set. [Loading] REFRESHING_INFO Started! (7268 ms.) [Loading] SUCCESS [TLauncher] starter can be closed [TLauncher] show tlauncher!!! [REPO][EXTRA_VERSION_REPO] Attempt #1; timeout: 30000 ms; url: https://repo.tlauncher.org/update/downloads/versions/new5/ [VersionManager] Refreshing versions remotely... [REPO][EXTRA_VERSION_REPO] Success: Reached the repo in 69 ms. [REPO][OFFICIAL_VERSION_REPO] Attempt #1; timeout: 30000 ms; url: https://launchermeta.mojang.com/mc/game/ [REPO][EXTRA_VERSION_REPO] Attempt #1; timeout: 30000 ms; url: https://repo.tlauncher.org/update/downloads/versions/new5/ [REPO][SKIN_VERSION_REPO] Attempt #1; timeout: 30000 ms; url: https://repo.tlauncher.org/update/downloads/versions/new5/skin/versions/ [REPO][EXTRA_VERSION_REPO] Success: Reached the repo in 23 ms. [REPO][SKIN_VERSION_REPO] Success: Reached the repo in 58 ms. [SkinVersionList] Got in 86 ms [ExtraVersionList] Got in 88 ms [REPO][OFFICIAL_VERSION_REPO] Success: Reached the repo in 106 ms. [OfficialVersionList] Got in 237 ms [VersionManager] Versions has been refreshed (568 ms) [REPO][ADD_HOT_SERVERS_REPO] Attempt #1; timeout: 30000 ms; url: https://repo.tlauncher.org/update/lch/additional_hot_servers-1.0.json [REPO][ADD_HOT_SERVERS_REPO] Success: Reached the repo in 23 ms. [REPO][HOT_SERVERS_REPO] Attempt #1; timeout: 30000 ms; url: https://repo.tlauncher.org/update/lch/servers/hot_servers-1.0.json [REPO][HOT_SERVERS_REPO] Success: Reached the repo in 32 ms. run server on 37842 [LoginForm] run process: [LoginForm] file: , C:\Users\Lenovo 3\AppData\Roaming\.minecraft\mods\ isDir: true [LoginForm] VersionSyncInfo.id : jjj availableVersion: CompleteVersion{id='jjj', time=Mon Jun 03 20:53:04 EEST 2024, release=Mon Jun 12 13:25:51 EEST 2023, type=modified, class=cpw.mods.bootstraplauncher.BootstrapLauncher, minimumVersion=21, assets='5', source=LOCAL_VERSION_REPO, list=net.minecraft.launcher.updater.LocalVersionList@6b0c81e5, libraries=[Library{name='cpw.mods:securejarhandler:2.1.10', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm:9.7', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm-commons:9.7', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm-tree:9.7', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm-util:9.7', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm-analysis:9.7', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:accesstransformers:8.0.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.antlr:antlr4-runtime:4.9.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:eventbus:6.0.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:forgespi:7.0.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:coremods:5.1.6', rules=null, natives=null, extract=null, packed='null'}, Library{name='cpw.mods:modlauncher:10.0.9', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:unsafe:0.2.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:mergetool:1.1.5:api', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.electronwill.night-config:core:3.6.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.electronwill.night-config:toml:3.6.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.maven:maven-artifact:3.8.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.jodah:typetools:0.6.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecrell:terminalconsoleappender:1.2.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.jline:jline-reader:3.12.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.jline:jline-terminal:3.12.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.spongepowered:mixin:0.8.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.openjdk.nashorn:nashorn-core:15.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:JarJarSelector:0.3.19', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:JarJarMetadata:0.3.19', rules=null, natives=null, extract=null, packed='null'}, Library{name='cpw.mods:bootstraplauncher:1.1.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:JarJarFileSystems:0.3.19', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:fmlloader:1.20.1-47.3.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:fmlearlydisplay:1.20.1-47.3.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='ca.weblite:java-objc-bridge:1.1', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='com.github.oshi:oshi-core:6.2.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.google.code.gson:gson:2.10', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.google.guava:failureaccess:1.0.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.google.guava:guava:31.1-jre', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.ibm.icu:icu4j:71.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:authlib:4.0.43', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:blocklist:1.0.10', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:brigadier:1.1.8', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:datafixerupper:6.0.8', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:logging:1.1.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:patchy:2.2.10', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:text2speech:1.17.9', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-codec:commons-codec:1.15', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-io:commons-io:2.11.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-logging:commons-logging:1.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-buffer:4.1.82.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-codec:4.1.82.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-common:4.1.82.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-handler:4.1.82.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-resolver:4.1.82.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport-classes-epoll:4.1.82.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport-native-epoll:4.1.82.Final:linux-aarch_64', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport-native-epoll:4.1.82.Final:linux-x86_64', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport-native-unix-common:4.1.82.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport:4.1.82.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='it.unimi.dsi:fastutil:8.5.9', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.java.dev.jna:jna-platform:5.12.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.java.dev.jna:jna:5.12.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.sf.jopt-simple:jopt-simple:5.0.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.commons:commons-compress:1.21', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.commons:commons-lang3:3.12.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.httpcomponents:httpclient:4.5.13', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.httpcomponents:httpcore:4.4.15', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.logging.log4j:log4j-api:2.19.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.logging.log4j:log4j-core:2.19.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.logging.log4j:log4j-slf4j2-impl:2.19.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.joml:joml:1.10.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.slf4j:slf4j-api:2.0.1', rules=null, natives=null, extract=null, packed='null'}]} latestVersion: CompleteVersion{id='jjj', time=Mon Jun 03 20:53:04 EEST 2024, release=Mon Jun 12 13:25:51 EEST 2023, type=modified, class=cpw.mods.bootstraplauncher.BootstrapLauncher, minimumVersion=21, assets='5', source=LOCAL_VERSION_REPO, list=net.minecraft.launcher.updater.LocalVersionList@6b0c81e5, libraries=[Library{name='cpw.mods:securejarhandler:2.1.10', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm:9.7', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm-commons:9.7', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm-tree:9.7', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm-util:9.7', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm-analysis:9.7', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:accesstransformers:8.0.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.antlr:antlr4-runtime:4.9.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:eventbus:6.0.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:forgespi:7.0.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:coremods:5.1.6', rules=null, natives=null, extract=null, packed='null'}, Library{name='cpw.mods:modlauncher:10.0.9', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:unsafe:0.2.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:mergetool:1.1.5:api', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.electronwill.night-config:core:3.6.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.electronwill.night-config:toml:3.6.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.maven:maven-artifact:3.8.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.jodah:typetools:0.6.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecrell:terminalconsoleappender:1.2.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.jline:jline-reader:3.12.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.jline:jline-terminal:3.12.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.spongepowered:mixin:0.8.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.openjdk.nashorn:nashorn-core:15.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:JarJarSelector:0.3.19', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:JarJarMetadata:0.3.19', rules=null, natives=null, extract=null, packed='null'}, Library{name='cpw.mods:bootstraplauncher:1.1.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:JarJarFileSystems:0.3.19', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:fmlloader:1.20.1-47.3.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:fmlearlydisplay:1.20.1-47.3.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='ca.weblite:java-objc-bridge:1.1', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='com.github.oshi:oshi-core:6.2.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.google.code.gson:gson:2.10', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.google.guava:failureaccess:1.0.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.google.guava:guava:31.1-jre', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.ibm.icu:icu4j:71.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:authlib:4.0.43', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:blocklist:1.0.10', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:brigadier:1.1.8', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:datafixerupper:6.0.8', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:logging:1.1.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:patchy:2.2.10', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:text2speech:1.17.9', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-codec:commons-codec:1.15', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-io:commons-io:2.11.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-logging:commons-logging:1.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-buffer:4.1.82.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-codec:4.1.82.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-common:4.1.82.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-handler:4.1.82.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-resolver:4.1.82.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport-classes-epoll:4.1.82.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport-native-epoll:4.1.82.Final:linux-aarch_64', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport-native-epoll:4.1.82.Final:linux-x86_64', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport-native-unix-common:4.1.82.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport:4.1.82.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='it.unimi.dsi:fastutil:8.5.9', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.java.dev.jna:jna-platform:5.12.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.java.dev.jna:jna:5.12.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.sf.jopt-simple:jopt-simple:5.0.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.commons:commons-compress:1.21', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.commons:commons-lang3:3.12.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.httpcomponents:httpclient:4.5.13', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.httpcomponents:httpcore:4.4.15', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.logging.log4j:log4j-api:2.19.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.logging.log4j:log4j-core:2.19.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.logging.log4j:log4j-slf4j2-impl:2.19.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.joml:joml:1.10.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.slf4j:slf4j-api:2.0.1', rules=null, natives=null, extract=null, packed='null'}]} [LoginForm] CompleteVersion :: jjj [LoginForm] filesList.lenght : 0 saved account Account{skinType=TLAUNCHER, displayName=efsghaz, userid=efsghaz, uuid=8cd28074833c41b2897a8a5463aaa82a, username=efsghaz} profiles is saved successfully onAuthPassed saved account Account{skinType=TLAUNCHER, displayName=efsghaz, userid=efsghaz, uuid=8cd28074833c41b2897a8a5463aaa82a, username=efsghaz} profiles is saved successfully [LoginForm] Login was OK. Trying to launch now. [Launcher] Running under TLauncher 2.9307 [Launcher] Collecting info... before clearLibrary written: [] after clearLibrary [Launcher] Force update: false [Launcher] Selected version: jjj [Launcher] Selected account: Account{skinType=TLAUNCHER, displayName=efsghaz, userid=efsghaz, uuid=8cd28074833c41b2897a8a5463aaa82a, username=efsghaz} [Launcher] Version sync info: VersionSyncInfo{id='jjj', local=CompleteVersion{id='jjj', time=Mon Jun 03 20:53:04 EEST 2024, release=Mon Jun 12 13:25:51 EEST 2023, type=modified, class=cpw.mods.bootstraplauncher.BootstrapLauncher, minimumVersion=21, assets='5', source=LOCAL_VERSION_REPO, list=net.minecraft.launcher.updater.LocalVersionList@6b0c81e5, libraries=[Library{name='cpw.mods:securejarhandler:2.1.10', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm:9.7', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm-commons:9.7', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm-tree:9.7', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm-util:9.7', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm-analysis:9.7', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:accesstransformers:8.0.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.antlr:antlr4-runtime:4.9.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:eventbus:6.0.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:forgespi:7.0.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:coremods:5.1.6', rules=null, natives=null, extract=null, packed='null'}, Library{name='cpw.mods:modlauncher:10.0.9', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:unsafe:0.2.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:mergetool:1.1.5:api', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.electronwill.night-config:core:3.6.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.electronwill.night-config:toml:3.6.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.maven:maven-artifact:3.8.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.jodah:typetools:0.6.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecrell:terminalconsoleappender:1.2.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.jline:jline-reader:3.12.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.jline:jline-terminal:3.12.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.spongepowered:mixin:0.8.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.openjdk.nashorn:nashorn-core:15.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:JarJarSelector:0.3.19', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:JarJarMetadata:0.3.19', rules=null, natives=null, extract=null, packed='null'}, Library{name='cpw.mods:bootstraplauncher:1.1.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:JarJarFileSystems:0.3.19', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:fmlloader:1.20.1-47.3.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:fmlearlydisplay:1.20.1-47.3.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='ca.weblite:java-objc-bridge:1.1', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='com.github.oshi:oshi-core:6.2.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.google.code.gson:gson:2.10', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.google.guava:failureaccess:1.0.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.google.guava:guava:31.1-jre', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.ibm.icu:icu4j:71.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:authlib:4.0.43', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:blocklist:1.0.10', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:brigadier:1.1.8', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:datafixerupper:6.0.8', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:logging:1.1.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:patchy:2.2.10', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:text2speech:1.17.9', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-codec:commons-codec:1.15', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-io:commons-io:2.11.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-logging:commons-logging:1.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-buffer:4.1.82.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-codec:4.1.82.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-common:4.1.82.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-handler:4.1.82.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-resolver:4.1.82.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport-classes-epoll:4.1.82.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport-native-epoll:4.1.82.Final:linux-aarch_64', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport-native-epoll:4.1.82.Final:linux-x86_64', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport-native-unix-common:4.1.82.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport:4.1.82.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='it.unimi.dsi:fastutil:8.5.9', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.java.dev.jna:jna-platform:5.12.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.java.dev.jna:jna:5.12.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.sf.jopt-simple:jopt-simple:5.0.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.commons:commons-compress:1.21', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.commons:commons-lang3:3.12.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.httpcomponents:httpclient:4.5.13', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.httpcomponents:httpcore:4.4.15', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.logging.log4j:log4j-api:2.19.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.logging.log4j:log4j-core:2.19.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.logging.log4j:log4j-slf4j2-impl:2.19.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.joml:joml:1.10.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.slf4j:slf4j-api:2.0.1', rules=null, natives=null, extract=null, packed='null'}]}, remote=null, isInstalled=true, hasRemote=false, isUpToDate=true} [GsonUtil] request to https://rescl.tlauncher.org/b/jvm/java_configuration.json [Launcher] Checking conditions... [Launcher] Comparing assets... [AssetsManager] Checking resources... [AssetsManager] Reading indexes from file C:\Users\Lenovo 3\AppData\Roaming\.minecraft\assets\indexes\5.json [AssetsManager] Fast comparing: true [Launcher] finished comparing assets: 5883 ms. [Double running] clear time label [VersionManager] Required for version jjj: [] [Modpack] check resources [Modpack] check CompositeResources used default java runtime Minecraft requires java version: 17, java path: C:\Users\Lenovo 3\AppData\Roaming\.minecraft\runtime\java-runtime-gamma\windows\java-runtime-gamma\bin\javaw.exe [Downloader2] Files in queue 1 [Downloader2] Starting download 1 files... [D#1] > downloading https://rescl.tlauncher.org/b/mods/627101/5868643/merenc-forge-1.20.[0-4]-v4.1.jar [D#1] > done https://rescl.tlauncher.org/b/mods/627101/5868643/merenc-forge-1.20.[0-4]-v4.1.jar library will be replaced: com.mojang:authlib:4.0.43 -> org.tlauncher:authlib:4.0.43.1 library will be replaced: com.mojang:patchy:2.2.10 -> org.tlauncher:patchy:2.2.101 [Launcher] Unpacking natives... [Launcher] Constructing process... [Launcher] Constructing classpath... backup world is active: true C:\Users\Lenovo 3\AppData\Roaming\.minecraft\saves [Launcher] Getting Minecraft arguments... [Launcher] Full command: C:\Users\Lenovo 3\AppData\Roaming\.minecraft\runtime\java-runtime-gamma\windows\java-runtime-gamma\bin\javaw.exe -Dos.name=Windows 10 -Dos.version=10.0 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Djava.library.path=C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\natives -Djna.tmpdir=C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\natives -Dorg.lwjgl.system.SharedLibraryExtractPath=C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\natives -Dio.netty.native.workdir=C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\natives -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.3.173 -cp C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\cpw\mods\securejarhandler\2.1.10\securejarhandler-2.1.10.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm\9.7\asm-9.7.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-commons\9.7\asm-commons-9.7.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-tree\9.7\asm-tree-9.7.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-util\9.7\asm-util-9.7.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-analysis\9.7\asm-analysis-9.7.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\net\minecraftforge\accesstransformers\8.0.4\accesstransformers-8.0.4.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\antlr\antlr4-runtime\4.9.1\antlr4-runtime-4.9.1.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\net\minecraftforge\eventbus\6.0.5\eventbus-6.0.5.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forgespi\7.0.1\forgespi-7.0.1.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\net\minecraftforge\coremods\5.1.6\coremods-5.1.6.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\cpw\mods\modlauncher\10.0.9\modlauncher-10.0.9.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\net\minecraftforge\unsafe\0.2.0\unsafe-0.2.0.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\net\minecraftforge\mergetool\1.1.5\mergetool-1.1.5-api.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\com\electronwill\night-config\core\3.6.4\core-3.6.4.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\com\electronwill\night-config\toml\3.6.4\toml-3.6.4.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\apache\maven\maven-artifact\3.8.5\maven-artifact-3.8.5.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\net\jodah\typetools\0.6.3\typetools-0.6.3.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\net\minecrell\terminalconsoleappender\1.2.0\terminalconsoleappender-1.2.0.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\jline\jline-reader\3.12.1\jline-reader-3.12.1.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\jline\jline-terminal\3.12.1\jline-terminal-3.12.1.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\spongepowered\mixin\0.8.5\mixin-0.8.5.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\openjdk\nashorn\nashorn-core\15.3\nashorn-core-15.3.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\net\minecraftforge\JarJarSelector\0.3.19\JarJarSelector-0.3.19.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\net\minecraftforge\JarJarMetadata\0.3.19\JarJarMetadata-0.3.19.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\cpw\mods\bootstraplauncher\1.1.2\bootstraplauncher-1.1.2.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\net\minecraftforge\JarJarFileSystems\0.3.19\JarJarFileSystems-0.3.19.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\net\minecraftforge\fmlloader\1.20.1-47.3.0\fmlloader-1.20.1-47.3.0.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\net\minecraftforge\fmlearlydisplay\1.20.1-47.3.0\fmlearlydisplay-1.20.1-47.3.0.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\com\github\oshi\oshi-core\6.2.2\oshi-core-6.2.2.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.10\gson-2.10.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\com\google\guava\failureaccess\1.0.1\failureaccess-1.0.1.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\31.1-jre\guava-31.1-jre.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j\71.1\icu4j-71.1.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\tlauncher\authlib\4.0.43.1\authlib-4.0.43.1.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\com\mojang\blocklist\1.0.10\blocklist-1.0.10.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\com\mojang\brigadier\1.1.8\brigadier-1.1.8.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\com\mojang\datafixerupper\6.0.8\datafixerupper-6.0.8.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\com\mojang\logging\1.1.1\logging-1.1.1.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\tlauncher\patchy\2.2.101\patchy-2.2.101.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\com\mojang\text2speech\1.17.9\text2speech-1.17.9.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.15\commons-codec-1.15.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.11.0\commons-io-2.11.0.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\io\netty\netty-buffer\4.1.82.Final\netty-buffer-4.1.82.Final.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\io\netty\netty-codec\4.1.82.Final\netty-codec-4.1.82.Final.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\io\netty\netty-common\4.1.82.Final\netty-common-4.1.82.Final.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\io\netty\netty-handler\4.1.82.Final\netty-handler-4.1.82.Final.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\io\netty\netty-resolver\4.1.82.Final\netty-resolver-4.1.82.Final.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\io\netty\netty-transport-classes-epoll\4.1.82.Final\netty-transport-classes-epoll-4.1.82.Final.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\io\netty\netty-transport-native-unix-common\4.1.82.Final\netty-transport-native-unix-common-4.1.82.Final.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\io\netty\netty-transport\4.1.82.Final\netty-transport-4.1.82.Final.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\8.5.9\fastutil-8.5.9.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna-platform\5.12.1\jna-platform-5.12.1.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\5.12.1\jna-5.12.1.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.4\jopt-simple-5.0.4.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.21\commons-compress-1.21.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.12.0\commons-lang3-3.12.0.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.5.13\httpclient-4.5.13.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.4.15\httpcore-4.4.15.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.19.0\log4j-api-2.19.0.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.19.0\log4j-core-2.19.0.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-slf4j2-impl\2.19.0\log4j-slf4j2-impl-2.19.0.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\joml\joml\1.10.5\joml-1.10.5.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1-natives-windows.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1-natives-windows-arm64.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1-natives-windows-x86.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1-natives-windows.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1-natives-windows-arm64.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1-natives-windows-x86.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1-natives-windows.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1-natives-windows-arm64.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1-natives-windows-x86.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1-natives-windows.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1-natives-windows-arm64.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1-natives-windows-x86.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1-natives-windows.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1-natives-windows-arm64.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1-natives-windows-x86.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1-natives-windows.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1-natives-windows-arm64.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1-natives-windows-x86.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1-natives-windows.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1-natives-windows-arm64.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1-natives-windows-x86.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\org\slf4j\slf4j-api\2.0.1\slf4j-api-2.0.1.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\jjj.jar -Djava.net.preferIPv6Addresses=system -DignoreList=bootstraplauncher,securejarhandler,asm-commons,asm-util,asm-analysis,asm-tree,asm,JarJarFileSystems,client-extra,fmlcore,javafmllanguage,lowcodelanguage,mclanguage,forge-,jjj.jar -DmergeModules=jna-5.10.0.jar,jna-platform-5.10.0.jar -DlibraryDirectory=C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries -p C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries/cpw/mods/securejarhandler/2.1.10/securejarhandler-2.1.10.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-commons/9.7/asm-commons-9.7.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-util/9.7/asm-util-9.7.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-analysis/9.7/asm-analysis-9.7.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm/9.7/asm-9.7.jar;C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries/net/minecraftforge/JarJarFileSystems/0.3.19/JarJarFileSystems-0.3.19.jar --add-modules ALL-MODULE-PATH --add-opens java.base/java.util.jar=cpw.mods.securejarhandler --add-opens java.base/java.lang.invoke=cpw.mods.securejarhandler --add-exports java.base/sun.security.util=cpw.mods.securejarhandler --add-exports jdk.naming.dns/com.sun.jndi.dns=java.naming -Xmx5414M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true -Djava.net.preferIPv4Stack=true -Dminecraft.applet.TargetDirectory=C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj -DlibraryDirectory=C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries -Dlog4j.configurationFile=C:\Users\Lenovo 3\AppData\Roaming\.minecraft\assets\log_configs\client-1.12.xml -DLibLoader.modsFolder=C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods cpw.mods.bootstraplauncher.BootstrapLauncher --username efsghaz --version jjj --gameDir C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj --assetsDir C:\Users\Lenovo 3\AppData\Roaming\.minecraft\assets --assetIndex 5 --uuid 8cd28074833c41b2897a8a5463aaa82a --accessToken null --clientId null --xuid null --userType mojang --versionType modified --width 1680 --height 1050 --launchTarget forgeclient --fml.forgeVersion 47.3.0 --fml.mcVersion 1.20.1 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20230612.114412 --fullscreen [Launcher] Launching Minecraft... I'm hiding! mods after C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods\alexsmobs-1.22.9.jar, C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods\biggerstacks-1.20.1-1.0.0-all.jar, C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods\citadel-2.6.1-1.20.1.jar, C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods\Disenchanting-forge-1.20.1-2.2.4.jar, C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods\EnchantingInfuser-v8.0.3-1.20.1-Forge.jar, C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods\InfiniteNighVision-1.20.1-FORGE.jar, C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods\jei-1.20.1-forge-15.20.0.105.jar, C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods\MaxEnchantX-1.20.X-1.3-Forge.jar, C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods\merenc-forge-1.20.[0-4]-v4.1.jar, C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods\preview_OptiFine_1.20.1_HD_U_I6_pre6.jar, C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods\PuzzlesLib-v8.1.25-1.20.1-Forge.jar, C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods\sophisticatedbackpacks-1.20.1-3.20.17.1150.jar, C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods\sophisticatedcore-1.20.1-1.0.2.816.jar, C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods\supermartijn642corelib-1.1.17a-forge-mc1.20.1.jar, C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods\tacz-1.20.1-1.0.3-all.jar, C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods\tl_skin_cape_forge_1.20_1.20.1-1.32.jar [Launcher] Game skin type: TLAUNCHER [Launcher] Starting Minecraft jjj... [Launcher] Launching in: C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj Starting garbage collector: 95 / 125 MB Garbage collector completed: 54 / 125 MB [Launcher] Processing post-launch actions. Assist launch: true =============================================================================================== [10:35:49] [main/INFO]: ModLauncher running: args [--username, efsghaz, --version, jjj, --gameDir, C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj, --assetsDir, C:\Users\Lenovo 3\AppData\Roaming\.minecraft\assets, --assetIndex, 5, --uuid, 8cd28074833c41b2897a8a5463aaa82a, --accessToken, ❄❄❄❄❄❄❄❄, --clientId, null, --xuid, null, --userType, mojang, --versionType, modified, --width, 1680, --height, 1050, --launchTarget, forgeclient, --fml.forgeVersion, 47.3.0, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412, --fullscreen] [10:35:51] [main/INFO]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.8 by Microsoft; OS Windows 10 arch amd64 version 10.0 [10:35:14] [main/INFO]: Loading ImmediateWindowProvider fmlearlywindow [10:35:69] [main/INFO]: Trying GL version 4.6 [10:35:94] [main/INFO]: Requested GL version 4.6 got version 4.6 [10:35:12] [main/INFO]: OptiFineTransformationService.onLoad [10:35:12] [main/INFO]: OptiFine ZIP file URL: union:/C:/Users/Lenovo%203/AppData/Roaming/.minecraft/versions/jjj/mods/preview_OptiFine_1.20.1_HD_U_I6_pre6.jar%23172!/ [10:35:13] [main/INFO]: OptiFine ZIP file: C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods\preview_OptiFine_1.20.1_HD_U_I6_pre6.jar [10:35:13] [main/INFO]: Target.PRE_CLASS is available [10:35:24] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/Lenovo%203/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%23100!/ Service=ModLauncher Env=CLIENT [10:35:25] [main/INFO]: OptiFineTransformationService.initialize [10:35:30] [pool-2-thread-1/INFO]: GL info: Radeon RX550/550 Series GL version 4.6.0 Core Profile Context 24.9.1.240813, ATI Technologies Inc. [10:35:62] [main/INFO]: Found mod file alexsmobs-1.22.9.jar of type MOD with provider {mods folder locator at C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods} [10:35:62] [main/INFO]: Found mod file biggerstacks-1.20.1-1.0.0-all.jar of type MOD with provider {mods folder locator at C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods} [10:35:62] [main/INFO]: Found mod file citadel-2.6.1-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods} [10:35:62] [main/INFO]: Found mod file Disenchanting-forge-1.20.1-2.2.4.jar of type MOD with provider {mods folder locator at C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods} [10:35:62] [main/INFO]: Found mod file EnchantingInfuser-v8.0.3-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods} [10:35:62] [main/INFO]: Found mod file InfiniteNighVision-1.20.1-FORGE.jar of type MOD with provider {mods folder locator at C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods} [10:35:62] [main/INFO]: Found mod file jei-1.20.1-forge-15.20.0.105.jar of type MOD with provider {mods folder locator at C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods} [10:35:62] [main/INFO]: Found mod file MaxEnchantX-1.20.X-1.3-Forge.jar of type MOD with provider {mods folder locator at C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods} [10:35:63] [main/INFO]: Found mod file merenc-forge-1.20.[0-4]-v4.1.jar of type MOD with provider {mods folder locator at C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods} [10:35:63] [main/INFO]: Found mod file PuzzlesLib-v8.1.25-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods} [10:35:63] [main/INFO]: Found mod file sophisticatedbackpacks-1.20.1-3.20.17.1150.jar of type MOD with provider {mods folder locator at C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods} [10:35:63] [main/INFO]: Found mod file sophisticatedcore-1.20.1-1.0.2.816.jar of type MOD with provider {mods folder locator at C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods} [10:35:63] [main/INFO]: Found mod file supermartijn642corelib-1.1.17a-forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods} [10:35:63] [main/INFO]: Found mod file tacz-1.20.1-1.0.3-all.jar of type MOD with provider {mods folder locator at C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods} [10:35:63] [main/INFO]: Found mod file tl_skin_cape_forge_1.20_1.20.1-1.32.jar of type MOD with provider {mods folder locator at C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj\mods} [10:35:86] [main/WARN]: Mod file C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\net\minecraftforge\fmlcore\1.20.1-47.3.0\fmlcore-1.20.1-47.3.0.jar is missing mods.toml file [10:35:86] [main/WARN]: Mod file C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\net\minecraftforge\javafmllanguage\1.20.1-47.3.0\javafmllanguage-1.20.1-47.3.0.jar is missing mods.toml file [10:35:87] [main/WARN]: Mod file C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\net\minecraftforge\lowcodelanguage\1.20.1-47.3.0\lowcodelanguage-1.20.1-47.3.0.jar is missing mods.toml file [10:35:87] [main/WARN]: Mod file C:\Users\Lenovo 3\AppData\Roaming\.minecraft\libraries\net\minecraftforge\mclanguage\1.20.1-47.3.0\mclanguage-1.20.1-47.3.0.jar is missing mods.toml file [10:35:91] [main/INFO]: Found mod file fmlcore-1.20.1-47.3.0.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@7ca0863b [10:35:91] [main/INFO]: Found mod file javafmllanguage-1.20.1-47.3.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@7ca0863b [10:35:92] [main/INFO]: Found mod file lowcodelanguage-1.20.1-47.3.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@7ca0863b [10:35:92] [main/INFO]: Found mod file mclanguage-1.20.1-47.3.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@7ca0863b [10:35:92] [main/INFO]: Found mod file client-1.20.1-20230612.114412-srg.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@7ca0863b [10:35:92] [main/INFO]: Found mod file forge-1.20.1-47.3.0-universal.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@7ca0863b [10:35:48] [main/INFO]: Found 10 dependencies adding them to mods collection [10:35:52] [main/INFO]: Found mod file mixinextras-forge-0.3.6.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@3cd206b5 [10:35:52] [main/INFO]: Found mod file MixinExtras-0.3.6.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@3cd206b5 [10:35:52] [main/INFO]: Found mod file puzzlesaccessapi-forge-8.0.7.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@3cd206b5 [10:35:52] [main/INFO]: Found mod file BiggerStacksTransformerLib-1.4.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@3cd206b5 [10:35:52] [main/INFO]: Found mod file xstream-1.4.20.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@3cd206b5 [10:35:52] [main/INFO]: Found mod file luaj-jse-3.0.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@3cd206b5 [10:35:52] [main/INFO]: Found mod file luaj-core-3.0.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@3cd206b5 [10:35:52] [main/INFO]: Found mod file commons-math3-3.6.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@3cd206b5 [10:35:52] [main/INFO]: Found mod file BiggerStacksConfigLib-1.8.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@3cd206b5 [10:35:52] [main/INFO]: Found mod file SimpleLoggerWrapper-1.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@3cd206b5 [10:35:14] [main/INFO]: OptiFineTransformationService.transformers [10:35:16] [main/INFO]: Targets: 412 [10:35:80] [main/INFO]: additionalClassesLocator: [optifine., net.optifine.] [10:35:51] [main/INFO]: Compatibility level set to JAVA_17 [10:35:78] [main/INFO]: Successfully loaded Mixin Connector [org.tlauncher.MixinConnector] [10:35:78] [main/INFO]: Launching target 'forgeclient' with arguments [--version, jjj, --gameDir, C:\Users\Lenovo 3\AppData\Roaming\.minecraft\versions\jjj, --assetsDir, C:\Users\Lenovo 3\AppData\Roaming\.minecraft\assets, --uuid, 8cd28074833c41b2897a8a5463aaa82a, --username, efsghaz, --assetIndex, 5, --accessToken, ❄❄❄❄❄❄❄❄, --clientId, null, --xuid, null, --userType, mojang, --versionType, modified, --width, 1680, --height, 1050, --fullscreen] [10:35:95] [main/INFO]: Loading 19 mods: - alexsmobs 1.22.9 - biggerstacks 1.20.1-1.0.0 - citadel 2.6.1 - disenchanting 2.2.3 - enchantinginfuser 8.0.3 - forge 47.3.0 - infinitenightvision 1.0.0 - jei 15.20.0.105 - maxenchantx 1.3 - merenc 4.1 - minecraft 1.20.1 - puzzleslib 8.1.25 \-- puzzlesaccessapi 8.0.7 - sophisticatedbackpacks 3.20.17.1150 - sophisticatedcore 1.0.2.816 - supermartijn642corelib 1.1.17+a - tacz 1.0.3 \-- mixinextras 0.3.6 - tlskincape 1.32 [10:35:52] [main/INFO]: Loaded transformer transformers/vanilla.xml [10:35:52] [main/INFO]: Loaded transformer transformers/gregtechmodernce.xml [10:35:52] [main/INFO]: Loaded transformer transformers/assortedstorage.xml [10:35:52] [main/INFO]: Loaded transformer transformers/refinedstorage.xml [10:35:53] [main/INFO]: Loaded transformer transformers/ic2.xml [10:35:53] [main/INFO]: Loaded transformer transformers/computercraft.xml [10:35:53] [main/INFO]: Loaded transformer transformers/mekanism.xml [10:35:53] [main/INFO]: Loaded transformer transformers/ironfurnaces.xml [10:35:69] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.6). [10:35:79] [main/WARN]: Invalid registry value type detected for PerfOS counters. Should be REG_DWORD. Ignoring: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PerfOS\Performance\Disable Performance Counters. [10:35:27] [Datafixer Bootstrap/INFO]: 188 Datafixer optimizations took 548 milliseconds [10:35:08] [Render thread/WARN]: Assets URL 'union:/C:/Users/Lenovo%203/AppData/Roaming/.minecraft/libraries/net/minecraft/client/1.20.1-20230612.114412/client-1.20.1-20230612.114412-srg.jar%23188!/assets/.mcassetsroot' uses unexpected schema [10:35:08] [Render thread/WARN]: Assets URL 'union:/C:/Users/Lenovo%203/AppData/Roaming/.minecraft/libraries/net/minecraft/client/1.20.1-20230612.114412/client-1.20.1-20230612.114412-srg.jar%23188!/data/.mcassetsroot' uses unexpected schema [10:35:10] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [10:35:63] [Render thread/ERROR]: Failed to verify authentication com.mojang.authlib.exceptions.InvalidCredentialsException: Status: 401 at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.exceptions.MinecraftClientHttpException.toAuthenticationException(MinecraftClientHttpException.java:56) at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:147) at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.yggdrasil.YggdrasilUserApiService.<init>(YggdrasilUserApiService.java:63) at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.createUserApiService(YggdrasilAuthenticationService.java:124) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_193585_(Minecraft.java:649) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.<init>(Minecraft.java:413) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:182) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: MinecraftClientHttpException[type=HTTP_ERROR, status=401, response=ErrorResponse[path='/player/attributes', error='null', details=null, errorMessage='null']] at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient.java:85) at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.minecraft.client.MinecraftClient.get(MinecraftClient.java:48) at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:122) ... 20 more [10:35:64] [Render thread/INFO]: Setting user: efsghaz [10:35:93] [Render thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch [10:35:93] [Render thread/INFO]: [OptiFine] Forge version: 47.3.0 [10:35:93] [Render thread/INFO]: [OptiFine] Forge version above 47.0.3, antialiasing disabled [10:35:94] [Render thread/INFO]: Backend library: LWJGL version 3.3.1 build 7 [10:35:11] [Render thread/WARN]: [OptiFine] (Reflector) java.lang.ClassNotFoundException: sun.misc.SharedSecrets [10:35:11] [Render thread/WARN]: [OptiFine] (Reflector) java.lang.ClassNotFoundException: jdk.internal.misc.SharedSecrets [10:35:12] [Render thread/WARN]: [OptiFine] (Reflector) java.lang.ClassNotFoundException: sun.misc.VM [10:35:12] [Render thread/WARN]: [OptiFine] (Reflector) java.lang.reflect.InaccessibleObjectException: Unable to make public static long jdk.internal.misc.VM.maxDirectMemory() accessible: module java.base does not "exports jdk.internal.misc" to module net.optifine [10:35:19] [Render thread/INFO]: [OptiFine] [10:35:19] [Render thread/INFO]: [OptiFine] OptiFine_1.20.1_HD_U_I6_pre6 [10:35:20] [Render thread/INFO]: [OptiFine] Build: 20230727-130058 [10:35:20] [Render thread/INFO]: [OptiFine] OS: Windows 10 (amd64) version 10.0 [10:35:20] [Render thread/INFO]: [OptiFine] Java: 17.0.8, Microsoft [10:35:20] [Render thread/INFO]: [OptiFine] VM: OpenJDK 64-Bit Server VM (mixed mode), Microsoft [10:35:20] [Render thread/INFO]: [OptiFine] LWJGL: 3.4.0 Win32 WGL Null EGL OSMesa VisualC DLL [10:35:23] [Render thread/INFO]: [OptiFine] OpenGL: Radeon RX550/550 Series, version 4.6.0 Core Profile Context 24.9.1.240813, ATI Technologies Inc. [10:35:23] [Render thread/INFO]: [OptiFine] OpenGL Version: 4.6.0 [10:35:24] [Render thread/INFO]: [OptiFine] Maximum texture size: 16384x16384 [10:35:24] [Render thread/INFO]: [Shaders] OpenGL Version: 4.6.0 Core Profile Context 24.9.1.240813 [10:35:24] [Render thread/INFO]: [Shaders] Vendor: ATI Technologies Inc. [10:35:24] [Render thread/INFO]: [Shaders] Renderer: Radeon RX550/550 Series [10:35:24] [Render thread/INFO]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0 [10:35:26] [Render thread/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8 [10:35:26] [Render thread/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS: 8 [10:35:26] [Render thread/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32 [10:35:26] [Render thread/INFO]: [Shaders] Load shaders configuration. [10:35:28] [Render thread/INFO]: [Shaders] No shaderpack loaded. [10:35:30] [Render thread/INFO]: [OptiFine] [Shaders] Delayed loading of item mappings after resources are loaded [10:35:30] [Render thread/INFO]: [OptiFine] [Shaders] Delayed loading of entity mappings after resources are loaded [10:35:31] [VersionCheck/INFO]: [OptiFine] Checking for new version [10:35:79] [VersionCheck/INFO]: [OptiFine] java.io.FileNotFoundException: http://optifine.net/version/1.20.1/HD_U.txt [10:35:80] [modloading-worker-0/INFO]: Sending ConfigManager... [10:35:81] [modloading-worker-0/INFO]: Sending ConfigManager took 3.221 ms [10:35:96] [modloading-worker-0/INFO]: Constructing common components for puzzleslib:main [10:35:07] [modloading-worker-0/INFO]: Constructing client components for puzzleslib:main [10:35:12] [modloading-worker-0/INFO]: Forge mod loading, version 47.3.0, for MC 1.20.1 with MCP 20230612.114412 [10:35:12] [modloading-worker-0/INFO]: MinecraftForge v47.3.0 Initialized [10:35:14] [modloading-worker-0/INFO]: Constructing common components for enchantinginfuser:main [10:35:16] [modloading-worker-0/INFO]: Constructing client components for enchantinginfuser:main [10:35:91] [Render thread/INFO]: loaded in block colorizer [10:35:91] [Render thread/INFO]: loaded in item colorizer [10:35:75] [Render thread/INFO]: Reloading ResourceManager: vanilla, mod_resources [10:35:77] [Render thread/WARN]: [OptiFine] Unknown resource pack type: net.minecraftforge.resource.DelegatingPackResources: mod_resources [10:35:77] [Render thread/WARN]: [OptiFine] Unknown resource pack type: net.minecraftforge.resource.DelegatingPackResources: mod_resources [10:35:77] [Render thread/WARN]: [OptiFine] Unknown resource pack type: net.minecraftforge.resource.DelegatingPackResources: mod_resources [10:35:77] [Render thread/WARN]: [OptiFine] Unknown resource pack type: net.minecraftforge.resource.DelegatingPackResources: mod_resources [10:35:78] [Render thread/INFO]: [OptiFine] *** Reloading textures *** [10:35:78] [Render thread/INFO]: [OptiFine] Resource packs: mod_resources [10:35:79] [Render thread/WARN]: [OptiFine] Unknown resource pack type: net.minecraftforge.resource.DelegatingPackResources: mod_resources [10:35:03] [Render thread/INFO]: [OptiFine] *** Reflector Forge *** [10:35:05] [Worker-Main-3/INFO]: Found unifont_all_no_pua-15.0.06.hex, loading [10:35:26] [Render thread/INFO]: [OptiFine] *** Reflector Vanilla *** [10:35:31] [Render thread/ERROR]: OpenGL API ERROR: 1000 (glBindTexture has generated an error (GL_INVALID_OPERATION)) java.lang.Exception: Stack trace at MC-BOOTSTRAP/[email protected]+7/org.lwjgl.opengl.GL11C.glBindTexture(Native Method) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.earlydisplay.RenderElement.lambda$mojang$2(RenderElement.java:106) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.earlydisplay.RenderElement.render(RenderElement.java:65) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.earlydisplay.DisplayWindow.lambda$paintFramebuffer$3(DisplayWindow.java:264) at java.base/java.util.ArrayList.removeIf(ArrayList.java:1672) at java.base/java.util.ArrayList.removeIf(ArrayList.java:1660) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.earlydisplay.DisplayWindow.paintFramebuffer(DisplayWindow.java:264) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.earlydisplay.DisplayWindow.render(DisplayWindow.java:279) at TRANSFORMER/[email protected]/net.minecraftforge.client.loading.ForgeLoadingOverlay.m_88315_(ForgeLoadingOverlay.java:84) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:1380) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:218) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [10:35:50] [Worker-Main-1/INFO]: [OptiFine] Pre-stitch: minecraft:textures/atlas/blocks.png [10:35:51] [Worker-Main-1/INFO]: [OptiFine] Multitexture: false [10:35:75] [Worker-Main-1/WARN]: [OptiFine] Unknown resource pack type: net.minecraftforge.resource.DelegatingPackResources: mod_resources [10:35:75] [Worker-Main-1/INFO]: [OptiFine] Multipass connected textures: false [10:35:93] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_pane_white.properties [10:35:12] [Worker-Main-3/INFO]: [OptiFine] Pre-stitch: minecraft:textures/atlas/signs.png [10:35:12] [Worker-Main-3/INFO]: [OptiFine] Multitexture: false [10:35:19] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_white.properties [10:35:20] [Worker-Main-3/INFO]: [OptiFine] Sprite size: 64 [10:35:20] [Worker-Main-3/INFO]: [OptiFine] Mipmap levels: 6 [10:35:22] [Worker-Main-3/INFO]: [OptiFine] Scaled too small texture: minecraft:missingno, 16 -> 64 [10:35:27] [Worker-Main-3/INFO]: [OptiFine] Scaled too small texture: minecraft:optifine/ctm/default/empty, 16 -> 64 [10:35:31] [Worker-Main-3/INFO]: [OptiFine] Pre-stitch: minecraft:textures/atlas/shield_patterns.png [10:35:31] [Worker-Main-3/INFO]: [OptiFine] Multitexture: false [10:35:36] [Worker-Main-3/INFO]: [OptiFine] Sprite size: 64 [10:35:37] [Worker-Main-3/INFO]: [OptiFine] Mipmap levels: 6 [10:35:37] [Worker-Main-3/INFO]: [OptiFine] Scaled too small texture: minecraft:missingno, 16 -> 64 [10:35:37] [Worker-Main-3/INFO]: [OptiFine] Scaled too small texture: minecraft:optifine/ctm/default/empty, 16 -> 64 [10:35:40] [Worker-Main-3/INFO]: [OptiFine] Pre-stitch: minecraft:textures/atlas/banner_patterns.png [10:35:40] [Worker-Main-3/INFO]: [OptiFine] Multitexture: false [10:35:47] [Worker-Main-3/INFO]: [OptiFine] Sprite size: 64 [10:35:47] [Worker-Main-3/INFO]: [OptiFine] Mipmap levels: 6 [10:35:47] [Worker-Main-3/INFO]: [OptiFine] Scaled too small texture: minecraft:missingno, 16 -> 64 [10:35:48] [Worker-Main-3/INFO]: [OptiFine] Scaled too small texture: minecraft:optifine/ctm/default/empty, 16 -> 64 [10:35:49] [Worker-Main-3/INFO]: [OptiFine] Pre-stitch: minecraft:textures/atlas/armor_trims.png [10:35:49] [Worker-Main-3/INFO]: [OptiFine] Multitexture: false [10:35:49] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_orange.properties [10:35:57] [Worker-Main-3/INFO]: [OptiFine] Mipmap levels: 4 [10:35:68] [Worker-Main-3/INFO]: [OptiFine] Pre-stitch: minecraft:textures/atlas/decorated_pot.png [10:35:68] [Worker-Main-3/INFO]: [OptiFine] Multitexture: false [10:35:73] [Worker-Main-3/INFO]: [OptiFine] Mipmap levels: 4 [10:35:74] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_pane_orange.properties [10:35:74] [Worker-Main-3/INFO]: [OptiFine] Pre-stitch: minecraft:textures/atlas/chest.png [10:35:74] [Worker-Main-3/INFO]: [OptiFine] Multitexture: false [10:35:75] [Worker-Main-3/INFO]: [OptiFine] Sprite size: 64 [10:35:75] [Worker-Main-3/INFO]: [OptiFine] Mipmap levels: 6 [10:35:76] [Worker-Main-3/INFO]: [OptiFine] Scaled too small texture: minecraft:missingno, 16 -> 64 [10:35:76] [Worker-Main-3/INFO]: [OptiFine] Scaled too small texture: minecraft:optifine/ctm/default/empty, 16 -> 64 [10:35:77] [Worker-Main-3/INFO]: [OptiFine] Pre-stitch: minecraft:textures/atlas/shulker_boxes.png [10:35:77] [Worker-Main-3/INFO]: [OptiFine] Multitexture: false [10:35:79] [Worker-Main-3/INFO]: [OptiFine] Sprite size: 64 [10:35:79] [Worker-Main-3/INFO]: [OptiFine] Mipmap levels: 6 [10:35:79] [Worker-Main-3/INFO]: [OptiFine] Scaled too small texture: minecraft:missingno, 16 -> 64 [10:35:79] [Worker-Main-3/INFO]: [OptiFine] Scaled too small texture: minecraft:optifine/ctm/default/empty, 16 -> 64 [10:35:85] [Worker-Main-3/INFO]: [OptiFine] Pre-stitch: minecraft:textures/atlas/beds.png [10:35:85] [Worker-Main-3/INFO]: [OptiFine] Multitexture: false [10:35:88] [Worker-Main-3/INFO]: [OptiFine] Sprite size: 64 [10:35:88] [Worker-Main-3/INFO]: [OptiFine] Mipmap levels: 6 [10:35:89] [Worker-Main-3/INFO]: [OptiFine] Scaled too small texture: minecraft:missingno, 16 -> 64 [10:35:89] [Worker-Main-3/INFO]: [OptiFine] Scaled too small texture: minecraft:optifine/ctm/default/empty, 16 -> 64 [10:35:93] [Worker-Main-3/INFO]: [OptiFine] Pre-stitch: minecraft:textures/atlas/particles.png [10:35:93] [Worker-Main-3/INFO]: [OptiFine] Multitexture: false [10:35:94] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_magenta.properties [10:35:95] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: minecraft:cherry_2, 3 -> 9 [10:35:95] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: minecraft:cherry_1, 3 -> 9 [10:35:95] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: minecraft:cherry_0, 3 -> 9 [10:35:95] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: minecraft:cherry_11, 3 -> 9 [10:35:95] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: minecraft:cherry_10, 3 -> 9 [10:35:96] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: minecraft:cherry_6, 3 -> 9 [10:35:96] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: minecraft:cherry_5, 3 -> 9 [10:35:96] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: minecraft:cherry_4, 3 -> 9 [10:35:96] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: minecraft:cherry_3, 3 -> 9 [10:35:03] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: minecraft:cherry_9, 3 -> 9 [10:35:03] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: minecraft:cherry_8, 3 -> 9 [10:35:03] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: minecraft:cherry_7, 3 -> 9 [10:35:04] [Worker-Main-3/INFO]: [OptiFine] Pre-stitch: minecraft:textures/atlas/paintings.png [10:35:04] [Worker-Main-3/INFO]: [OptiFine] Multitexture: false [10:35:05] [Worker-Main-2/INFO]: [OptiFine] Pre-stitch: minecraft:textures/atlas/mob_effects.png [10:35:05] [Worker-Main-2/INFO]: [OptiFine] Multitexture: false [10:35:05] [Worker-Main-3/INFO]: [OptiFine] Pre-stitch: jei:textures/atlas/gui.png [10:35:05] [Worker-Main-3/INFO]: [OptiFine] Multitexture: false [10:35:06] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: jei:icons/recipe_transfer, 7 -> 14 [10:35:06] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: jei:brewing_stand_arrow, 7 -> 14 [10:35:09] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_pane_magenta.properties [10:35:29] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_light_blue.properties [10:35:30] [Forge Version Check/INFO]: [puzzleslib] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/puzzleslib.json [10:35:48] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_pane_light_blue.properties [10:35:54] [Forge Version Check/INFO]: [puzzleslib] Found status: UP_TO_DATE Current: 8.1.25 Target: null [10:35:54] [Forge Version Check/INFO]: [puzzlesaccessapi] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/puzzlesaccessapi.json [10:35:58] [Forge Version Check/INFO]: [puzzlesaccessapi] Found status: BETA Current: 8.0.7 Target: null [10:35:58] [Forge Version Check/INFO]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json [10:35:63] [Render thread/INFO]: Registered synced data key tacz:shoot_cool_down for minecraft:living_entity [10:35:63] [Render thread/INFO]: Registered synced data key tacz:melee_cool_down for minecraft:living_entity [10:35:63] [Render thread/INFO]: Registered synced data key tacz:reload_state for minecraft:living_entity [10:35:63] [Render thread/INFO]: Registered synced data key tacz:aiming_progress for minecraft:living_entity [10:35:63] [Render thread/INFO]: Registered synced data key tacz:draw_cool_down for minecraft:living_entity [10:35:63] [Render thread/INFO]: Registered synced data key tacz:is_aiming for minecraft:living_entity [10:35:63] [Render thread/INFO]: Registered synced data key tacz:sprint_time for minecraft:living_entity [10:35:63] [Render thread/INFO]: Registered synced data key tacz:bolt_cool_down for minecraft:living_entity [10:35:64] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_pane_yellow.properties [10:35:81] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_yellow.properties [10:35:96] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_lime.properties [10:35:98] [Forge Version Check/INFO]: [forge] Found status: UP_TO_DATE Current: 47.3.0 Target: null [10:35:98] [Forge Version Check/INFO]: [enchantinginfuser] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/enchantinginfuser.json [10:35:01] [Forge Version Check/INFO]: [enchantinginfuser] Found status: UP_TO_DATE Current: 8.0.3 Target: null [10:35:10] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_pane_lime.properties [10:35:23] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pane_pink.properties [10:35:36] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pink.properties [10:35:49] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_gray.properties [10:35:61] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_pane_gray.properties [10:35:74] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_light_gray.properties [10:35:86] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_pane_light_gray.properties [10:35:98] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_cyan.properties [10:35:10] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_pane_cyan.properties [10:35:23] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_pane_purple.properties [10:35:34] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_purple.properties [10:35:48] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_blue.properties [10:35:61] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_pane_blue.properties [10:35:72] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_brown.properties [10:35:84] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_pane_brown.properties [10:35:96] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_green.properties [10:35:07] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_pane_green.properties [10:35:18] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_pane_red.properties [10:35:29] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_red.properties [10:35:41] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_black.properties [10:35:52] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_pane_black.properties [10:35:63] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass.properties [10:35:78] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass_pane.properties [10:35:90] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/21_tinted_glass/tinted_glass.properties [10:35:00] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/30_bookshelf/bookshelf.properties [10:35:01] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/40_sandstone/sandstone.properties [10:35:02] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/41_red_sandstone/red_sandstone.properties [10:35:02] [Worker-Main-1/INFO]: [OptiFine] Multipass connected textures: false [10:35:03] [Worker-Main-1/INFO]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties [10:35:52] [Worker-Main-1/INFO]: [OptiFine] Mipmap levels: 4 [10:35:04] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play [10:35:04] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break [10:35:54] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on Speakers (7.1 Surround Sound) [10:35:54] [Render thread/INFO]: Sound engine started [10:35:69] [Render thread/INFO]: Created: 1024x1024x4 minecraft:textures/atlas/blocks.png-atlas [10:35:73] [Render thread/INFO]: [OptiFine] Animated sprites: 68 [10:36:01] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/signs.png-atlas [10:36:01] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [10:36:01] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas [10:36:01] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [10:36:01] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas [10:36:01] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [10:36:01] [Render thread/INFO]: Created: 1024x1024x4 minecraft:textures/atlas/armor_trims.png-atlas [10:36:03] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [10:36:04] [Render thread/INFO]: Created: 128x64x4 minecraft:textures/atlas/decorated_pot.png-atlas [10:36:04] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [10:36:04] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas [10:36:04] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [10:36:04] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas [10:36:04] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [10:36:04] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas [10:36:05] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [10:36:52] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program. [10:36:69] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/particles.png-atlas [10:36:70] [Render thread/INFO]: [OptiFine] Animated sprites: 1 [10:36:70] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas [10:36:70] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [10:36:70] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/mob_effects.png-atlas [10:36:70] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [10:36:70] [Render thread/INFO]: Created: 256x256x0 jei:textures/atlas/gui.png-atlas [10:36:70] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [10:36:71] [Render thread/INFO]: [OptiFine] *** Reloading custom textures *** [10:36:72] [Render thread/WARN]: [OptiFine] Unknown resource pack type: net.minecraftforge.resource.DelegatingPackResources: mod_resources [10:36:81] [Render thread/WARN]: [OptiFine] Unknown resource pack type: net.minecraftforge.resource.DelegatingPackResources: mod_resources [10:36:81] [Render thread/WARN]: [OptiFine] Unknown resource pack type: net.minecraftforge.resource.DelegatingPackResources: mod_resources [10:36:81] [Render thread/WARN]: [OptiFine] Unknown resource pack type: net.minecraftforge.resource.DelegatingPackResources: mod_resources [10:36:82] [Render thread/WARN]: [OptiFine] Unknown resource pack type: net.minecraftforge.resource.DelegatingPackResources: mod_resources [10:36:83] [Render thread/INFO]: [OptiFine] Disable Forge light pipeline [10:36:83] [Render thread/INFO]: [OptiFine] Set ForgeConfig.CLIENT.experimentalForgeLightPipelineEnabled=false [10:36:06] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id [TLSkinCape] Current TLSkinCape version is 1.32 [TLSkinCape] Current Minecraft version is 1.18. [TLSkinCape] OptiFine detected. [10:36:22] [Render thread/INFO]: Injecting existing registry data into this CLIENT instance [10:36:07] [Render thread/INFO]: Adding datapack listener capsid_recipes [10:36:64] [Render thread/INFO]: Loaded 7 recipes [10:36:74] [Render thread/INFO]: Loaded 1442 advancements [10:36:70] [Server thread/INFO]: Starting integrated minecraft server version 1.20.1 [10:36:70] [Server thread/INFO]: Generating keypair [10:36:04] [Server thread/INFO]: Loading server config for enchantinginfuser [10:36:29] [Server thread/INFO]: Reading stacksize ruleset [10:36:29] [Config file watcher thread/INFO]: Starting config file watcher [10:36:46] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld [10:37:16] [Server thread/WARN]: Found reference to unknown structure 'alexscaves:underground_cabin' in chunk [-20, 22], discarding [10:37:22] [Server thread/ERROR]: Unknown structure start: alexscaves:underground_cabin [10:37:22] [Server thread/WARN]: Found reference to unknown structure 'alexscaves:underground_cabin' in chunk [-20, 23], discarding [10:37:77] [Render thread/INFO]: Preparing spawn area: 0% [10:37:77] [Render thread/INFO]: Preparing spawn area: 0% [10:37:77] [Render thread/INFO]: Preparing spawn area: 0% [10:37:77] [Render thread/INFO]: Preparing spawn area: 0% [10:37:77] [Render thread/INFO]: Preparing spawn area: 0% [10:37:98] [Server thread/WARN]: Found reference to unknown structure 'alexscaves:underground_cabin' in chunk [-5, 33], discarding [10:37:03] [Render thread/INFO]: Preparing spawn area: 0% [10:37:07] [Server thread/ERROR]: Unknown structure start: alexscaves:underground_cabin [10:37:07] [Server thread/WARN]: Found reference to unknown structure 'alexscaves:underground_cabin' in chunk [-19, 34], discarding [10:37:17] [Server thread/WARN]: Found reference to unknown structure 'alexscaves:underground_cabin' in chunk [-25, 15], discarding [10:37:17] [Server thread/ERROR]: Unknown structure start: alexscaves:underground_cabin [10:37:17] [Server thread/WARN]: Found reference to unknown structure 'alexscaves:underground_cabin' in chunk [-25, 16], discarding [10:37:31] [Server thread/WARN]: Found reference to unknown structure 'alexscaves:underground_cabin' in chunk [-26, 15], discarding [10:37:31] [Server thread/WARN]: Found reference to unknown structure 'alexscaves:underground_cabin' in chunk [-26, 16], discarding [10:37:49] [Render thread/INFO]: Preparing spawn area: 0% [10:37:57] [Server thread/ERROR]: Unknown structure start: alexscaves:underground_cabin [10:37:57] [Server thread/WARN]: Found reference to unknown structure 'alexscaves:underground_cabin' in chunk [-27, 32], discarding [10:37:63] [Server thread/WARN]: Found reference to unknown structure 'alexscaves:underground_cabin' in chunk [-28, 32], discarding [10:37:99] [Render thread/INFO]: Preparing spawn area: 0% [10:37:26] [Server thread/ERROR]: Unknown structure start: alexscaves:underground_cabin [10:37:26] [Server thread/WARN]: Found reference to unknown structure 'alexscaves:underground_cabin' in chunk [-30, 27], discarding [10:37:20] [Render thread/INFO]: Preparing spawn area: 0% [10:37:20] [Render thread/INFO]: Preparing spawn area: 0% [10:37:36] [Server thread/INFO]: Successfully initialized permission handler forge:default_handler [10:37:38] [Render thread/INFO]: Time elapsed: 4912 ms [10:37:57] [Server thread/INFO]: Changing view distance to 8, from 10 [10:37:58] [Server thread/INFO]: Changing simulation distance to 12, from 0 [10:37:68] [Render thread/WARN]: Unable to parse the boolean system property 'java.net.preferIPv6Addresses':system - using the default value: false [10:37:79] [Netty Local Client IO #0/INFO]: Connected to a modded server. [10:37:98] [Server thread/INFO]: efsghaz[local:E:577645d1] logged in with entity id 98 at (-1217.7773718349595, 58.0, -468.18356540543215) [10:37:06] [Server thread/INFO]: efsghaz joined the game [10:37:94] [Render thread/INFO]: JEI StartEventObserver received class net.minecraftforge.client.event.ClientPlayerNetworkEvent$LoggingIn [10:37:94] [Render thread/INFO]: JEI StartEventObserver transitioning state from DISABLED to ENABLED [10:37:14] [Render thread/INFO]: JEI StartEventObserver received class net.minecraftforge.client.event.RecipesUpdatedEvent [10:37:16] [Render thread/INFO]: JEI StartEventObserver received class net.minecraftforge.event.TagsUpdatedEvent [10:37:16] [Render thread/INFO]: JEI StartEventObserver transitioning state from ENABLED to JEI_STARTED [10:37:17] [Render thread/INFO]: Starting JEI... [10:37:18] [Render thread/INFO]: Registering item subtypes... [10:37:18] [Render thread/INFO]: Registering item subtypes took 6.435 ms [10:37:18] [Render thread/INFO]: Registering fluid subtypes... [10:37:19] [Render thread/INFO]: Registering fluid subtypes took 3.482 ms [10:37:19] [Render thread/INFO]: Registering ingredients... [10:37:35] [Render thread/WARN]: Item Group has no display items and no search tab display items. Items from this group will be missing from the JEI ingredient list. Operator Utilities [10:37:41] [Render thread/INFO]: Registering ingredients: jei:minecraft took 222.9 milliseconds [10:37:41] [Render thread/INFO]: Registering ingredients took 223.5 ms [10:37:41] [Render thread/INFO]: Registering extra ingredients... [10:37:41] [Render thread/INFO]: Registering extra ingredients took 252.2 μs [10:37:42] [Render thread/INFO]: Registering search ingredient aliases... [10:37:42] [Render thread/INFO]: Registering search ingredient aliases took 680.7 μs [10:37:44] [Render thread/INFO]: Registering categories... [10:37:45] [Render thread/INFO]: Registering categories: jei:minecraft took 18.34 milliseconds [10:37:46] [Render thread/INFO]: Registering categories took 23.77 ms [10:37:46] [Render thread/INFO]: Registering vanilla category extensions... [10:37:47] [Render thread/INFO]: Registering vanilla category extensions took 4.580 ms [10:37:47] [Render thread/INFO]: Registering recipe catalysts... [10:37:47] [Render thread/INFO]: Registering recipe catalysts took 1.024 ms [10:37:47] [Render thread/INFO]: Building recipe registry... [10:37:49] [Render thread/INFO]: Building recipe registry took 23.04 ms [10:37:49] [Render thread/INFO]: Registering advanced plugins... [10:37:49] [Render thread/INFO]: Registering advanced plugins took 296.8 μs [10:37:50] [Render thread/INFO]: Registering recipes... [10:37:59] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 2728ms or 54 ticks behind [10:37:10] [Render thread/INFO]: Registering recipes: jei:minecraft took 607.0 milliseconds [10:37:16] [Render thread/INFO]: Registering recipes: tacz:jei took 52.63 milliseconds [10:37:16] [Render thread/INFO]: Registering recipes took 668.1 ms [10:37:17] [Render thread/INFO]: Registering recipes transfer handlers... [10:37:18] [Render thread/INFO]: Registering recipes transfer handlers took 6.144 ms [10:37:19] [Render thread/INFO]: Building runtime... [10:37:20] [Render thread/INFO]: Registering gui handlers... [10:37:21] [Render thread/INFO]: Registering gui handlers took 10.49 ms [10:37:21] [Render thread/INFO]: Registering Runtime... [10:37:21] [Render thread/INFO]: Starting JEI GUI [10:37:21] [Render thread/INFO]: Building ingredient list... [10:37:30] [Render thread/INFO]: Building ingredient list took 89.71 ms [10:37:30] [Render thread/INFO]: Building ingredient filter... [10:37:46] [Render thread/INFO]: Adding 2236 ingredients [10:37:87] [Render thread/INFO]: Added 2236 ingredients [10:37:88] [Render thread/INFO]: Building ingredient filter took 570.3 ms [10:37:97] [Render thread/INFO]: Registering Runtime: jei:forge_gui took 761.1 milliseconds [10:37:97] [Render thread/INFO]: Registering Runtime took 761.8 ms [10:37:97] [Render thread/INFO]: Building runtime took 783.9 ms [10:37:98] [Render thread/INFO]: Sending Runtime... [10:37:98] [Render thread/INFO]: Sending Runtime took 273.3 μs [10:37:98] [Render thread/INFO]: Starting JEI took 1.810 s [10:37:38] [Render thread/INFO]: Loaded 146 advancements [10:37:72] [Render thread/INFO]: [System] [CHAT] §eOpenGL Error§f: 1282 (Invalid operation) [10:38:73] [Render thread/INFO]: calculated cape performance:TEXTURE_272, middle time: 1.5 [10:38:56] [Server thread/INFO]: Saving and pausing game... [10:38:59] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld [10:38:62] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end [10:38:62] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether [10:40:43] [Render thread/INFO]: Loaded 148 advancements [10:41:56] [Render thread/ERROR]: error java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at TRANSFORMER/[email protected]/org.tlauncher.renderer.texture.LightTexture.load(LightTexture.java:46) at TRANSFORMER/[email protected]/org.tlauncher.renderer.texture.LightTexture.<init>(LightTexture.java:30) at TRANSFORMER/[email protected]/org.tlauncher.renderer.texture.FramedTexture.initByOneImage(FramedTexture.java:44) at TRANSFORMER/[email protected]/org.tlauncher.renderer.TextureManager.fillCape(TextureManager.java:200) at TRANSFORMER/[email protected]/org.tlauncher.renderer.TextureManager.createFramedTextures(TextureManager.java:146) at TRANSFORMER/[email protected]/org.tlauncher.TLSkinCape.createTexture(TLSkinCape.java:235) at TRANSFORMER/[email protected]/org.tlauncher.TLSkinCape.getLocationSkin(TLSkinCape.java:121) at TRANSFORMER/[email protected]/net.minecraft.client.player.AbstractClientPlayer.handler$zda000$m_108560_(AbstractClientPlayer.java:1027) at TRANSFORMER/[email protected]/net.minecraft.client.player.AbstractClientPlayer.m_108560_(AbstractClientPlayer.java:132) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.ItemInHandRenderer.m_109346_(ItemInHandRenderer.java:269) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.ItemInHandRenderer.m_109371_(ItemInHandRenderer.java:451) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.ItemInHandRenderer.m_109314_(ItemInHandRenderer.java:373) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.renderHand(GameRenderer.java:1176) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.m_109120_(GameRenderer.java:1139) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.m_109089_(GameRenderer.java:1676) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:1279) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:218) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.IllegalStateException: Image is not allocated. at TRANSFORMER/[email protected]/com.mojang.blaze3d.platform.NativeImage.m_85124_(NativeImage.java:219) at TRANSFORMER/[email protected]/com.mojang.blaze3d.platform.NativeImage.m_85090_(NativeImage.java:551) at TRANSFORMER/[email protected]/com.mojang.blaze3d.platform.NativeImage.m_85013_(NativeImage.java:542) at TRANSFORMER/[email protected]/com.mojang.blaze3d.platform.NativeImage.m_85003_(NativeImage.java:528) at TRANSFORMER/[email protected]/com.mojang.blaze3d.platform.NativeImage.m_85040_(NativeImage.java:523) at TRANSFORMER/[email protected]/org.tlauncher.renderer.image.NativeImageWrap.uploadTexture(NativeImageWrap.java:83) ... 38 more java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at TRANSFORMER/[email protected]/org.tlauncher.renderer.texture.LightTexture.load(LightTexture.java:46) at TRANSFORMER/[email protected]/org.tlauncher.renderer.texture.LightTexture.<init>(LightTexture.java:30) at TRANSFORMER/[email protected]/org.tlauncher.renderer.texture.FramedTexture.initByOneImage(FramedTexture.java:44) at TRANSFORMER/[email protected]/org.tlauncher.renderer.TextureManager.fillCape(TextureManager.java:200) at TRANSFORMER/[email protected]/org.tlauncher.renderer.TextureManager.createFramedTextures(TextureManager.java:146) at TRANSFORMER/[email protected]/org.tlauncher.TLSkinCape.createTexture(TLSkinCape.java:235) at TRANSFORMER/[email protected]/org.tlauncher.TLSkinCape.getLocationSkin(TLSkinCape.java:121) at TRANSFORMER/[email protected]/net.minecraft.client.player.AbstractClientPlayer.handler$zda000$m_108560_(AbstractClientPlayer.java:1027) at TRANSFORMER/[email protected]/net.minecraft.client.player.AbstractClientPlayer.m_108560_(AbstractClientPlayer.java:132) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.ItemInHandRenderer.m_109346_(ItemInHandRenderer.java:269) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.ItemInHandRenderer.m_109371_(ItemInHandRenderer.java:451) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.ItemInHandRenderer.m_109314_(ItemInHandRenderer.java:373) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.renderHand(GameRenderer.java:1176) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.m_109120_(GameRenderer.java:1139) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.m_109089_(GameRenderer.java:1676) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:1279) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:218) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: java.lang.IllegalStateException: Image is not allocated. at TRANSFORMER/[email protected]/com.mojang.blaze3d.platform.NativeImage.m_85124_(NativeImage.java:219) at TRANSFORMER/[email protected]/com.mojang.blaze3d.platform.NativeImage.m_85090_(NativeImage.java:551) at TRANSFORMER/[email protected]/com.mojang.blaze3d.platform.NativeImage.m_85013_(NativeImage.java:542) at TRANSFORMER/[email protected]/com.mojang.blaze3d.platform.NativeImage.m_85003_(NativeImage.java:528) at TRANSFORMER/[email protected]/com.mojang.blaze3d.platform.NativeImage.m_85040_(NativeImage.java:523) at TRANSFORMER/[email protected]/org.tlauncher.renderer.image.NativeImageWrap.uploadTexture(NativeImageWrap.java:83) ... 38 more [10:41:56] [Render thread/INFO]: can use texture size:TEXTURE_272, middle time: 0.6666666666666666 [10:43:36] [Server thread/INFO]: Saving and pausing game... [10:43:38] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld [10:43:40] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end [10:43:40] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether [10:46:77] [Server thread/INFO]: efsghaz was slain by Murmur [10:46:82] [Render thread/INFO]: [System] [CHAT] efsghaz was slain by Murmur Here I am! [VersionManager] Refreshing versions locally... [VersionManager] Versions has been refreshed (49 ms) [Launcher] Minecraft closed with exit code: -805306369 [Launcher] Launcher exited. flush now [Launcher] [Crash] Signature "PermGen error" matches! [Crash] Signature "PermGen error" matches! [Launcher] [Crash] Crash has been recognized! [Crash] Crash has been recognized! flush now flush now
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.