0% found this document useful (0 votes)
309 views12 pages

Minecraft Presentation

The Minecraft game crashed while tessellating a block model. The crash was caused by an IllegalArgumentException when trying to get a property value from the stone brick block that did not exist in that block's definition. More specifically, it was trying to get the "down" connection property from a stone brick block, but that property does not exist for that particular block. The crash occurred on the render thread while rendering chunks in the overworld dimension of a non-integrated multiplayer world.

Uploaded by

Tig Asu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
309 views12 pages

Minecraft Presentation

The Minecraft game crashed while tessellating a block model. The crash was caused by an IllegalArgumentException when trying to get a property value from the stone brick block that did not exist in that block's definition. More specifically, it was trying to get the "down" connection property from a stone brick block, but that property does not exist for that particular block. The crash occurred on the render thread while rendering chunks in the overworld dimension of a non-integrated multiplayer world.

Uploaded by

Tig Asu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 12

---- Minecraft Crash Report ----

// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 16.02.21 17:00


Description: Tesselating block model

java.lang.IllegalArgumentException: Cannot get property


ConnectionInfo{name=down, clazz=class java.lang.Integer, values=[0, 1, 2,
3]} as it does not exist in Block{minecraft:stone_bricks}
at net.minecraft.state.StateHolder.func_177229_b(SourceFile:95)
~[?:?]
{re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at
net.minecraft.client.renderer.model.multipart.PropertyValueCondition.func_2
12483_a(SourceFile:61) ~[?:?] {re:classloading}
at
net.minecraft.client.renderer.model.MultipartBakedModel.getQuads(MultipartB
akedModel.java:55) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at
net.minecraftforge.client.model.data.IDynamicBakedModel.func_200117_a(IDyna
micBakedModel.java:41) ~[forge:?] {re:classloading}
at
com.tomevoll.routerreborn.renderer.ModelbakeClass.getQuads(ModelbakeClass.j
ava:94) ~[routerreborn:1.16.3-1.0.11b] {re:classloading}
at
net.minecraft.client.renderer.BlockModelRenderer.renderModelSmooth(BlockMod
elRenderer.java:73) ~[?:?]
{re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl
:accesstransformer:B,pl:runtimedistcleaner:A}
at
net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.renderMode
lSmooth(ForgeBlockModelRenderer.java:89) ~[forge:?]
{re:mixin,re:classloading,pl:mixin:APP:imm_ptl_mixins_forge.json:client.Mix
inForgeBlockModelRenderer,pl:mixin:A}
at
net.minecraft.client.renderer.BlockModelRenderer.renderModel(BlockModelRend
erer.java:51) ~[?:?]
{re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl
:accesstransformer:B,pl:runtimedistcleaner:A}
at
net.minecraft.client.renderer.BlockRendererDispatcher.renderModel(BlockRend
ererDispatcher.java:63) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at
net.minecraft.client.renderer.chunk.ChunkRenderDispatcher$ChunkRender$Rebui
ldTask.func_228940_a_(ChunkRenderDispatcher.java:527) ~[?:?]
{re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl
:accesstransformer:B,pl:mixin:APP:imm_ptl_mixins_forge.json:client.MixinReb
uildTask,pl:mixin:A,pl:runtimedistcleaner:A}
at
net.minecraft.client.renderer.chunk.ChunkRenderDispatcher$ChunkRender$Rebui
ldTask.func_225618_a_(ChunkRenderDispatcher.java:449) ~[?:?]
{re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl
:accesstransformer:B,pl:mixin:APP:imm_ptl_mixins_forge.json:client.MixinReb
uildTask,pl:mixin:A,pl:runtimedistcleaner:A}
at
net.minecraft.client.renderer.chunk.ChunkRenderDispatcher.lambda$runTask$1(
ChunkRenderDispatcher.java:118) ~[?:?]
{re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl
:accesstransformer:B,pl:mixin:APP:imm_ptl_mixins_forge.json:client.MixinChu
nkRenderDispatcher,pl:mixin:A,pl:runtimedistcleaner:A}
at java.util.concurrent.CompletableFuture.uniCompose(Unknown
Source) ~[?:1.8.0_281] {}
at
java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
~[?:1.8.0_281] {}
at java.util.concurrent.CompletableFuture.postComplete(Unknown
Source) ~[?:1.8.0_281] {}
at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown
Source) ~[?:1.8.0_281] {}
at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown
Source) ~[?:1.8.0_281] {}
at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
~[?:1.8.0_281] {}
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown
Source) ~[?:1.8.0_281] {}
at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
~[?:1.8.0_281] {}
at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
~[?:1.8.0_281] {}

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

-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.state.StateHolder.func_177229_b(SourceFile:95)
~[?:?]
{re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at
net.minecraft.client.renderer.model.multipart.PropertyValueCondition.func_2
12483_a(SourceFile:61) ~[?:?] {re:classloading}
at
net.minecraft.client.renderer.model.MultipartBakedModel.getQuads(MultipartB
akedModel.java:55) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at
net.minecraftforge.client.model.data.IDynamicBakedModel.func_200117_a(IDyna
micBakedModel.java:41) ~[forge:?] {re:classloading}
at
com.tomevoll.routerreborn.renderer.ModelbakeClass.getQuads(ModelbakeClass.j
ava:94) ~[routerreborn:1.16.3-1.0.11b] {re:classloading}
at
net.minecraft.client.renderer.BlockModelRenderer.renderModelSmooth(BlockMod
elRenderer.java:73) ~[?:?]
{re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl
:accesstransformer:B,pl:runtimedistcleaner:A}
at
net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.renderMode
lSmooth(ForgeBlockModelRenderer.java:89) ~[forge:?]
{re:mixin,re:classloading,pl:mixin:APP:imm_ptl_mixins_forge.json:client.Mix
inForgeBlockModelRenderer,pl:mixin:A}
-- Block model being tesselated --
Details:
Block: Block{routerreborn:itemconduit}
[down=0,east=1,north=0,south=0,up=0,west=1]
Block location: World: (-16,76,242), Chunk: (at 0,4,2 in -1,15;
contains blocks -16,0,240 to -1,255,255), Region: (-1,0; contains chunks
-32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Using AO: true
Stacktrace:
at
net.minecraft.client.renderer.BlockModelRenderer.renderModel(BlockModelRend
erer.java:51) ~[?:?]
{re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl
:accesstransformer:B,pl:runtimedistcleaner:A}

-- Block being tesselated --


Details:
Block: Block{routerreborn:itemconduit}
[down=0,east=1,north=0,south=0,up=0,west=1]
Block location: World: (-16,76,242), Chunk: (at 0,4,2 in -1,15;
contains blocks -16,0,240 to -1,255,255), Region: (-1,0; contains chunks
-32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Stacktrace:
at
net.minecraft.client.renderer.BlockRendererDispatcher.renderModel(BlockRend
ererDispatcher.java:63) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}

-- Affected level --
Details:
All players: 1 total; [ClientPlayerEntity['Konitor'/258,
l='ClientWorld minecraft:overworld', x=12.73, y=76.00, z=280.37]]
Chunk stats: Client Chunks (ImmPtl) 504
Level dimension: minecraft:overworld
Level spawn location: World: (-16,66,256), Chunk: (at 0,4,0 in
-1,16; contains blocks -16,0,256 to -1,255,271), Region: (-1,0; contains
chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 9692541 game time, 10176178 day time
Server brand: forge
Server type: Non-integrated multiplayer server
Stacktrace:
at
net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:447)
~[?:?]
{re:mixin,pl:runtimedistcleaner:A,re:classloading,xf:fml:xaeroworldmap:xaer
o_wm_clientworldclass,xf:fml:xaerominimap:xaero_clientworldclass,pl:mixin:A
PP:imm_ptl_mixins.json:client.MixinClientWorld,pl:mixin:APP:imm_ptl_mixins_
forge.json:client.MixinClientWorld_MA,pl:mixin:APP:imm_ptl_peripheral_mixin
s.json:client.alternate_dimension.MixinClientWorld_A,pl:mixin:A,pl:runtimed
istcleaner:A}
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2029)
~[?:?]
{re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl
:accesstransformer:B,pl:mixin:APP:randompatches.mixins.json:client.Minecraf
tMixin,pl:mixin:APP:imm_ptl_mixins.json:client.MixinMinecraftClient,pl:mixi
n:APP:imm_ptl_mixins.json:client.block_manipulation.MixinMinecraftClient_B,
pl:mixin:A,pl:runtimedistcleaner:A}
at
net.minecraft.client.renderer.chunk.ChunkRenderDispatcher.lambda$runTask$3(
ChunkRenderDispatcher.java:122) ~[?:?]
{re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl
:accesstransformer:B,pl:mixin:APP:imm_ptl_mixins_forge.json:client.MixinChu
nkRenderDispatcher,pl:mixin:A,pl:runtimedistcleaner:A}
at java.util.concurrent.CompletableFuture.uniWhenComplete(Unknown
Source) ~[?:1.8.0_281] {}
at
java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(Unknown
Source) ~[?:1.8.0_281] {}
at java.util.concurrent.CompletableFuture.postComplete(Unknown
Source) ~[?:1.8.0_281] {}
at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown
Source) ~[?:1.8.0_281] {}
at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown
Source) ~[?:1.8.0_281] {}
at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
~[?:1.8.0_281] {}
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown
Source) ~[?:1.8.0_281] {}
at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
~[?:1.8.0_281] {}
at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
~[?:1.8.0_281] {}

-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_281, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode),
Oracle Corporation
Memory: 1093534152 bytes (1042 MB) / 3724541952 bytes (3552 MB) up
to 4294967296 bytes (4096 MB)
CPUs: 8
JVM Flags: 9 total;
-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft
.exe.heapdump -Xss1M -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC
-XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50
-XX:G1HeapRegionSize=32M
ModLauncher: 8.0.9+86+master.3cf110c
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.2.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.5-36.0.42.jar object_holder_definalize
PLUGINSERVICE
/forge-1.16.5-36.0.42.jar runtime_enum_extender
PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer
PLUGINSERVICE
/forge-1.16.5-36.0.42.jar capability_inject_definalize
PLUGINSERVICE
/forge-1.16.5-36.0.42.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/forge-1.16.5-36.0.42.jar fml TRANSFORMATIONSERVICE
FML: 36.0
Forge: net.minecraftforge:36.0.42
FML Language Providers:
javafml@36.0
minecraft@1
Mod List:
CyclopsCore-1.16.4-1.11.1.jar |Cyclops
Core |cyclopscore |1.11.1 |
DONE |NOSIGNATURE
advancedperipherals-0.3.9b.jar |Advanced
Peripherals |advancedperipherals |0.3.9b |
DONE |NOSIGNATURE
refinedpipes-0.5.jar |Refined
Pipes |refinedpipes |0.5 |
DONE |NOSIGNATURE
sleeping_bags-1.16.5-1.0.1.jar |Sleeping
Bags |sleeping_bags |1.16.5-1.0.1 |
DONE |NOSIGNATURE
rsgauges-1.16.4-1.2.9-b1.jar |Gauges
and Switches |rsgauges |1.2.9-b1
|DONE |
bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:
aa:2f:cb:22:b0:04:9b
Neat+1.7-27.jar |Neat
|neat |1.7-27 |DONE |NOSIGNATURE
essentials-1.16.5-2.10.2.jar |
Essentials |essentials |1.16.5-2.10.2
|DONE |NOSIGNATURE
[1.16.5]LagMeter-1.3.5.jar |LagMeter
|lagmeter |1.3.5 |DONE |NOSIGNATURE
proxies-0.17.0.jar |Proxies
|proxies |0.17.0 |DONE |NOSIGNATURE
XaerosWorldMap_1.12.0.2_Forge_1.16.5.jar |Xaero's
World Map |xaeroworldmap |1.12.0 |
DONE |NOSIGNATURE
Controlling-7.0.0.13.jar |
Controlling |controlling |7.0.0.13
|DONE |NOSIGNATURE
dankstorage-3.14.jar |Dank
Storage |dankstorage |3.14
|DONE |NOSIGNATURE
Powah-1.16.4-2.3.11.jar |Powah
|powah |2.3.11 |DONE |NOSIGNATURE
branders-spawnermod-1.16.4-1.7.10.jar |Enhanced
Mob Spawners |spawnermod |1.7.10 |
DONE |NOSIGNATURE
Bookshelf-1.16.5-10.0.1.jar |
Bookshelf |bookshelf |10.0.1
|DONE |
eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:
fa:95:f2:cb:08:3a:e5
guardvillagers-1.16.4-1.1.10.jar |Guard
Villagers |guardvillagers |1.1.10
|DONE |NOSIGNATURE
u_team_core-1.16.4-3.1.17.192.jar |U Team
Core |uteamcore |3.1.17.192
|DONE |
f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:
32:2a:1a:ed:1d:ce:b0
randompatches-2.4.0-forge.jar |
RandomPatches |randompatches |2.4.0-forge
|DONE |
92:f6:29:d4:09:89:f5:f5:98:5e:20:34:31:d0:7b:58:22:06:bd:a5:d1:6a:92:6e:ac:
3d:8d:18:c5:b2:5b:d7
buildinggadgets-1.16.5-3.8.0.jar |Building
Gadgets |buildinggadgets |3.8.0 |
DONE |NOSIGNATURE
Ma-Essentials-1.16.3-3.4.0.jar |Ma
Essentials |maessentials |1.16.3-3.4.0
|DONE |NOSIGNATURE
carryon-1.16.5-1.15.3.11.jar |Carry On
|carryon |1.15.3.11 |DONE |
8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:
59:95:18:01:bc:84:a9
JustEnoughResources-1.16.4-0.12.0.104.jar |Just
Enough Resources |jeresources |0.12.0.104
|DONE |NOSIGNATURE
LostTrinkets-1.16.4-0.1.21.jar |Lost
Trinkets |losttrinkets |0.1.21
|DONE |NOSIGNATURE
supplementaries-0.9.22.jar |
Supplementaries |supplementaries |0.9.22
|DONE |NOSIGNATURE
spatialharvesters_forge_1.16.5-0.11.4.jar |Spatial
Harvesters |spatialharvesters |0.11.4 |
DONE |NOSIGNATURE
refinedstorage-1.9.12.jar |Refined
Storage |refinedstorage |1.9.12 |
DONE |NOSIGNATURE
PrettyPipes-1.9.2.jar |Pretty
Pipes |prettypipes |1.9.2
|DONE |NOSIGNATURE
corpse-1.16.5-1.0.0.jar |Corpse
|corpse |1.16.5-1.0.0 |DONE |NOSIGNATURE
JAMD-1.1.8-beta+mc-1.16.5.jar |Just
Another Mining Dimension |jamd |1.1.8-beta+mc-
1.16.5|DONE |
23:8f:95:0f:65:ec:2e:38:99:79:f4:bc:47:8a:0b:df:29:ef:2d:82:66:20:09:20:02:
dc:4a:15:97:45:f8:43
GarbageBins-2.0.4.jar |Garbage
Bins |garbagebins |2.0.4 |
DONE |NOSIGNATURE
wishingforsunshine-1.16.4-0.0.2.5.jar |Wishing
for Sunshine |wishingforsunshine |1.16.4-0.0.2.5 |
DONE |NOSIGNATURE
torchmaster-2.3.6.jar |
Torchmaster |torchmaster |2.3.6
|DONE |NOSIGNATURE
repurposed_structures-1.16.4-2.3.4.jar |
Repurposed Structures |repurposed_structures |1.16.4-2.3.4
|DONE |NOSIGNATURE
valhelsia_structures-16.0.5.jar |
Valhelsia Structures |valhelsia_structures |16.0.5
|DONE |NOSIGNATURE
Lollipop-1.16.4-3.2.5.jar |Lollipop
|lollipop |3.2.5 |DONE |NOSIGNATURE
ironfurnaces-1.16.5-2.6.3.jar |Iron
Furnaces |ironfurnaces |2.6.3
|DONE |NOSIGNATURE
EditSign-Forge-1.16.5-2.2.0.jar |Edit
Sign |editsign |2.2.0
|DONE |NOSIGNATURE
simplylight-1.16.4-1.1.1.jar |Simply
Light |simplylight |1.16.4-1.1.1
|DONE |NOSIGNATURE
SolarFluxReborn-1.16.3-16.2.3.jar |Solar
Flux Reborn |solarflux |16.2.3
|DONE |NOSIGNATURE
hole_filler_mod_1.2.1_1.16.1-1.16.5.jar |Hole
Filler Mod |hole_filler_mod |1.2.1
|DONE |NOSIGNATURE
curios-forge-1.16.5-4.0.4.0.jar |Curios
API |curios |1.16.5-4.0.4.0
|DONE |NOSIGNATURE
Patchouli-1.16.4-48.jar |
Patchouli |patchouli |1.16.4-48
|DONE |NOSIGNATURE
collective-1.16.5-1.66.jar |
Collective |collective |1.66
|DONE |NOSIGNATURE
doomangelring-1.16.4-1.0.0.jar |Doom
Angel Ring |doomangelring |1.0.0
|DONE |NOSIGNATURE
xercapaint-1.16.5-1.0.jar |Joy of
Painting |xercapaint |1.16.5-1.0
|DONE |NOSIGNATURE
lostcities-1.16-4.0.6-alpha.jar |
LostCities |lostcities |1.16-4.0.6-
alpha |DONE |NOSIGNATURE
elevatorid-1.16.5-1.7.12.jar |Elevator
Mod |elevatorid |1.16.5-1.7.12 |
DONE |NOSIGNATURE
Gobber2-Forge-1.16.5-2.3.48.jar |Gobber 2
|gobber2 |2.3.48 |DONE |NOSIGNATURE
ftb-ultimine-1603.1.1.14.jar |FTB
Ultimine |ftbultimine |1603.1.1.14
|DONE |NOSIGNATURE
WirelessRedstone-1.16.3-1.0.1.jar |Wireless
Redstone |wirelessredstone |1.16.3-1.0.1 |
DONE |NOSIGNATURE
NaturesAura-34.0.jar |Nature's
Aura |naturesaura |34.0 |
DONE |NOSIGNATURE
ChunkNoGoByeBye-1.16.5-1.3.0.jar |
ChunkNoGoByeBye |chunknogobyebye |1.16.5-1.3.0
|DONE |NOSIGNATURE
furniture-7.0.0-pre19-1.16.3.jar |
MrCrayfish's Furniture Mod |cfm |7.0.0-pre19
|DONE |NOSIGNATURE
cc-tweaked-1.16.4-1.95.2.jar |CC:
Tweaked |computercraft |1.95.2
|DONE |NOSIGNATURE
globalxp-1.16.5-v1.5.jar |Global
XP |globalxp |v1.5
|DONE |NOSIGNATURE
cloth-config-4.10.9-forge.jar |Cloth
Config v4 API |cloth-config |4.10.9
|DONE |NOSIGNATURE
nbtperipheral-1.0.jar |NBT
Peripheral, addition for C|nbtperipheral |1.0
|DONE |NOSIGNATURE
toms_storage-1.2.14.jar |Tom's
Simple Storage Mod |toms_storage |1.2.14
|DONE |NOSIGNATURE
FastLeafDecay-v25.jar |
FastLeafDecay |fastleafdecay |v25
|DONE |NOSIGNATURE
CleanView-1.16.5-v1a.jar |
CleanView |cleanview |1.16.5-v1a
|DONE |
5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:
32:89:67:56:57:01:53
Cyclic-1.16.5-1.1.6.jar |Cyclic
|cyclic |1.16.5-1.1.6 |DONE |
1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:
1e:0c:6f:22:5b:4c:ed
Notes-1.16.5-1.2.3.jar |Notes
|notes |1.16.5-1.2.3 |DONE |NOSIGNATURE
mystictools-1.16.3-1.3.1.jar |Mystic
Tools |mystictools |1.16.3-1.3.1
|DONE |NOSIGNATURE
xray-1.16.4-2.6.0.jar |Advanced
XRay |xray |2.6.0 |
DONE |NOSIGNATURE
SimpleNull-0.8.1.jar |
SimpleNull |simplenull |0.8.1
|DONE |NOSIGNATURE
jei-1.16.4-7.6.1.71.jar |Just
Enough Items |jei |7.6.1.71
|DONE |NOSIGNATURE
JEIEnchantmentInfo-1.16.4-1.2.1.jar |JEI
Enchantment Info |jeienchantmentinfo |1.16.4-1.2.1
|DONE |NOSIGNATURE
jei-professions-1.0.0-1.16.4.jar |JEI
Professions |jeiprofessions |1.0.0
|DONE |NOSIGNATURE
metalbarrels-3.3a.jar |Metal
Barrels |metalbarrels |3.3a
|DONE |NOSIGNATURE
longfallboots-1.6.0a.jar |Long
Fall Boots |longfallboots |1.6.0a
|DONE |NOSIGNATURE
EverlastingAbilities-1.16.4-1.7.0.jar |
EverlastingAbilities |everlastingabilities |1.7.0
|DONE |NOSIGNATURE
AttributeFix-1.16.5-10.0.1.jar |
AttributeFix |attributefix |10.0.1
|DONE |
eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:
fa:95:f2:cb:08:3a:e5
tesseract-1.0.17-mc1.16.4.jar |
Tesseract |tesseract |1.0.17
|DONE |NOSIGNATURE
Waystones_1.16.3-7.3.1.jar |
Waystones |waystones |7.3.1
|DONE |NOSIGNATURE
RingOfRepair-1.16.5-1.2.11.jar |Ring of
Repair |ring_of_repair |1.2.11 |
DONE |NOSIGNATURE
light-overlay-5.5.4.jar |Light
Overlay Forge |lightoverlay-forge |NONE
|DONE |NOSIGNATURE
sweetconcrete-1.16.5-1.7.1.jar |Sweet
Concrete |sweetconcrete |1.16.3-1.7.1
|DONE |NOSIGNATURE
NaturesCompass-1.16.5-1.8.6.jar |Nature's
Compass |naturescompass |1.16.5-1.8.6 |
DONE |NOSIGNATURE
SimpleStorageNetwork-1.16.5-1.3.2.jar |Simple
Storage Network |storagenetwork |1.16.5-1.3.2
|DONE |
1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:
1e:0c:6f:22:5b:4c:ed
finitewater-3.1-1.16.3.jar |Finite
Water and Infinite Lava|finitewater |3.1-1.16.3
|DONE |NOSIGNATURE
TinyMobFarm-1.16.4-1.1.1.jar |Tiny Mob
Farm |tinymobfarm |1.1.1 |
DONE |NOSIGNATURE
nhacampfire_1.16.5-3.0.jar |No
Hostiles Around Campfire |nhacampfire |3.0
|DONE |NOSIGNATURE
mcjtylib-1.16-5.0.16.jar |McJtyLib
|mcjtylib |1.16-5.0.16 |DONE |NOSIGNATURE
rftoolsbase-1.16-2.0.9.jar |
RFToolsBase |rftoolsbase |1.16-2.0.9
|DONE |NOSIGNATURE
xnet-1.16-3.0.11.jar |XNet
|xnet |1.16-3.0.11 |DONE |NOSIGNATURE
rftoolsstorage-1.16-2.0.8.jar |
RFToolsStorage |rftoolsstorage |1.16-2.0.8
|DONE |NOSIGNATURE
rftoolscontrol-1.16-4.0.7.jar |
RFToolsControl |rftoolscontrol |1.16-4.0.7
|DONE |NOSIGNATURE
rftoolsdim-1.16-7.0.1-beta.jar |
RFToolsDimensions |rftoolsdim |1.16-7.0.1-
beta |DONE |NOSIGNATURE
unbreakabletools-1.16.4-0.2.0.jar |
Unbreakable Tools |unbreakabletools |0.1.0
|DONE |NOSIGNATURE
PackingTape-1.16.3-0.10.0.jar |Packing
Tape |packingtape |0.10.0 |
DONE |NOSIGNATURE
inventorypets-2.0.12.jar |
Inventory Pets |inventorypets |2.0.12
|DONE |NOSIGNATURE
moreboots-1.8.0-1.16.x.jar |More
Boots |moreboots |1.8.0
|DONE |NOSIGNATURE
immersive-portals-0.14-mc1.16.4-forge.jar |
Immersive Portals |immersive_portals |0.14
|DONE |NOSIGNATURE
rftoolspower-1.16-3.0.8.jar |
RFToolsPower |rftoolspower |1.16-3.0.8
|DONE |NOSIGNATURE
forge-1.16.5-36.0.42-universal.jar |Forge
|forge |36.0.42 |DONE |
22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:
25:74:21:14:f5:0d:90
blame-1.16.4-1.9.2.jar |Blame!
|blame |1.9.2 |DONE |NOSIGNATURE
xercamusic-1.16.5-1.1.jar |Xerca's
Music Maker Mod |xercamusic |1.16.5-1.1 |
DONE |NOSIGNATURE
ironchest-1.16.4-11.2.10.jar |Iron
Chests |ironchest |1.16.4-11.2.10
|DONE |NOSIGNATURE
MinersAdvantage-1.16.5-1.9.1.180.jar |
MinersAdvantage |minersadvantage |1.16.5-
1.9.1.180 |DONE |NOSIGNATURE
forge-1.16.5-36.0.42-client.jar |
Minecraft |minecraft |1.16.5
|DONE |NOSIGNATURE
rftoolsutility-1.16-3.0.21.jar |
RFToolsUtility |rftoolsutility |1.16-3.0.21
|DONE |NOSIGNATURE
EnchantmentDescriptions-1.16.5-7.0.3.jar |
EnchantmentDescriptions |enchdesc |7.0.3
|DONE |
eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:
fa:95:f2:cb:08:3a:e5
theoneprobe-1.16-3.0.7.jar |The One
Probe |theoneprobe |1.16-3.0.7 |
DONE |NOSIGNATURE
playerplates-1.16.3-forge-1.0.0.jar |Player
Plates |playerplates |1.16.3-forge-1.0.0
|DONE |NOSIGNATURE
croparia-3.0.jar |Croparia
|croparia |3.0 |DONE |NOSIGNATURE
titanium-1.16.5-3.2.6.2.jar |Titanium
|titanium |3.2.6.2 |DONE |NOSIGNATURE
useful_railroads-1.16.4-1.4.6.35.jar |Useful
Railroads |usefulrailroads |1.4.6.35
|DONE |
f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:
32:2a:1a:ed:1d:ce:b0
HerdMentality-1.16.5-6.0.1.jar |
HerdMentality |herdmentality |6.0.1
|DONE |
eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:
fa:95:f2:cb:08:3a:e5
packedup-1.0.21-mc1.16.4.jar |PackedUp
|packedup |1.0.21 |DONE |NOSIGNATURE
movingelevators-1.2.33-mc1.16.5.jar |Moving
Elevators |movingelevators |1.2.33
|DONE |NOSIGNATURE
theurgy-1.16.5-1.0.8.jar |Theurgy
|theurgy |1.16.5-1.0.8 |DONE |NOSIGNATURE
PowerCraft-Gates-1.16.3-1.1.3.jar |
PowerCraft Gates |pcg |1.16.3-1.1.3
|DONE |NOSIGNATURE
Corail-Recycler-NE-1.16.4-385.jar |Corail
Recycler NE |corail_recycler_ne |1.16.4-385
|DONE |NOSIGNATURE
rftoolsbuilder-1.16-3.0.13.jar |
RFToolsBuilder |rftoolsbuilder |1.16-3.0.13
|DONE |NOSIGNATURE
jeiintegration_1.16.5-7.0.1.15.jar |JEI
Integration |jeiintegration |7.0.1.15
|DONE |NOSIGNATURE
extragolems-11.2.0.jar |Extra
Golems |golems |11.2.0
|DONE |NOSIGNATURE
easy_villagers-1.16.5-1.0.4.jar |Easy
Villagers |easy_villagers |1.16.5-1.0.4
|DONE |NOSIGNATURE
pipez-1.16.5-1.0.10.jar |Pipez
|pipez |1.16.5-1.0.10 |DONE |NOSIGNATURE
flux-5.4.0.jar |Flux
|flux |5.4.0 |DONE |NOSIGNATURE
fl-4.3.2.jar |Flux
Library |fl |4.3.2
|DONE |NOSIGNATURE
Xaeros_Minimap_21.3.0.2_Forge_1.16.5.jar |Xaero's
Minimap |xaerominimap |21.3.0 |
DONE |NOSIGNATURE
simplegrinder-16.5.1.jar |Simple
Grinder |simplegrinder |16.5.1
|DONE |NOSIGNATURE
itemcollectors-1.0.10-mc1.16.5.jar |Item
Collectors |itemcollectors |1.0.10
|DONE |NOSIGNATURE
polymorph-forge-1.16.5-0.24.jar |
Polymorph |polymorph |1.16.5-0.24
|DONE |NOSIGNATURE
The-Cactus-Mod-1.16.5-1.3.4.jar |The
Cactus Mod |cactusmod |1.3.4
|DONE |NOSIGNATURE
FluxNetworks-1.16.5-6.1.6.11.jar |Flux
Networks |fluxnetworks |1.16.5-6.1.6.11
|DONE |NOSIGNATURE
Regrowth-1.16.4-1.16.4-1.35.0.18.jar |Regrowth
Mod |regrowth |1.16.4-1.35.0.18 |
DONE |NOSIGNATURE
acceleratorcraft-1.2.1.jar |
AcceleratorCraft |acceleratorcraft |1.2.1
|DONE |NOSIGNATURE
Transport-1.16.4-3.4.2.jar |
Transport |transport |3.4.2
|DONE |NOSIGNATURE
MenuCompanions-v1.2.2-1.16.5.jar |Menu
Companions |menucompanions |1.2.2
|DONE |
3b:7d:be:d1:e9:dc:c0:ad:9f:f6:3d:4d:65:a8:d0:5e:da:d1:2b:b1:33:11:18:5f:0b:
0d:4c:fa:9e:7c:27:41
engineersdecor-1.16.4-1.1.8-b1.jar |
Engineer's Decor |engineersdecor |1.1.8-b1
|DONE |
bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:
aa:2f:cb:22:b0:04:9b
ModernUI-1.16.5-2.4.4.79-universal.jar |Modern
UI |modernui |2.4.4.79
|DONE |
72:da:aa:fa:02:98:8b:71:b7:c5:ce:aa:0f:0d:cb:a3:ac:4b:97:d4:bc:fa:58:e6:98:
e1:2e:ca:f4:61:a2:b0
guardscraft-1.16.4-1.0.1.jar |
GuardsCraft |guardscraft |1.16.4-1.0.1
|DONE |NOSIGNATURE
refinedstorageaddons-0.7.2.jar |Refined
Storage Addons |refinedstorageaddons |0.7.2 |
DONE |NOSIGNATURE
exnihilosequentia-1.16-2.0.1.0.jar |Ex
Nihilo: Sequentia |exnihilosequentia |1.16-2.0.1.0
|DONE |NOSIGNATURE
Ultimate+SkyBlock+Resource+Generator-1.16.5-3.0.ja|Ultimate
Skyblock Resource Gen|usrg |1.16.5-3.0 |
DONE |NOSIGNATURE
MineMenu-1.16.4-1.8.7.jar |MineMenu
|minemenu |1.16.4-1.8.7 |DONE |NOSIGNATURE
overloadedarmorbar-5.1.0.jar |
Overloaded Armor Bar |overloadedarmorbar |5.1.0
|DONE |NOSIGNATURE
healingcf_1.16.5-3.1.jar |Healing
Campfire |healingcf |3.1 |
DONE |NOSIGNATURE
ArmorUnlocked-1.16.3-1.0.0.jar |Armor
Unlocked |armorunlocked |1.0.0
|DONE |NOSIGNATURE
RouterReborn-1.16.3-1.0.11b.jar |Router
Reborn |routerreborn |1.16.3-1.0.11b
|DONE |NOSIGNATURE
draw_bridge-1.16.4-1.6.0.22.jar |Draw
Bridge |drawbridge |1.6.0.22
|DONE |
f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:
32:2a:1a:ed:1d:ce:b0
balancedenchanting-1.0.jar |Balanced
Enchanting |balancedenchanting |1.0 |
DONE |NOSIGNATURE
Crash Report UUID: b10420f8-36e1-4973-be58-69bd11769d9a
Patchouli open book context: n/a
Launched Version: 1.16.5-forge-36.0.42
Backend library: LWJGL version 3.2.2 build 10
Backend API: ~~ERROR~~ IllegalStateException: Rendersystem called
from wrong thread
GL Caps: Using framebuffer using OpenGL 3.0
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
Graphics mode: fast
Resource Packs: vanilla, file/NewDefault+v1.37[MC1.16.2-
1.16.4].zip, mod_resources, file/Lithos+v1.50+for+1.16.3+.zip, file/Lithos-
Font+v9+for+1.16.3x.zip, file/Cloud's+Unobtrusive+Shields+++[1.16+32x]
+V2.0.1.zip, file/Dramatic+Sky+for+1.16++(1).zip
Current Language: English (US)
CPU: 8x Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz

You might also like