Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when entering dimension #498

Open
Venomsoar opened this issue Aug 3, 2024 · 0 comments
Open

Crash when entering dimension #498

Venomsoar opened this issue Aug 3, 2024 · 0 comments

Comments

@Venomsoar
Copy link

Issue description: Crashed after entering a dimension

Steps to reproduce: When teleporting to any dimension using advanced porter, I get a crash. It worked fine up until now.

Versions:

  • Minecraft Version: 1.20.1
  • Forge: forge-47.3.0
  • McJtyLib: mcjtylib-1.20-8.0.5
  • RFTools: rftoolsbase-1.20-5.0.4
  • RFTools Dimensions: rftoolsdim-1.20-11.0.9

---- Minecraft Crash Report ----
// Daisy, daisy...

Time: 2024-08-03 02:27:37
Description: Exception generating new chunk

java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / minecraft:frozen_peaks]=net.minecraft.world.level.biome.Biome@5bbc483f}]
at net.minecraft.world.level.biome.FeatureSorter.m_220603_(FeatureSorter.java:100) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:classloading}
at mcjty.rftoolsdim.dimension.terraintypes.RFToolsChunkGenerator.lambda$new$6(RFToolsChunkGenerator.java:67) ~[rftoolsdim-1.20-11.0.9.jar%23355!/:1.20-11.0.9] {re:classloading}
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183) ~[guava-31.1-jre.jar%23109!/:?] {}
at net.minecraft.world.level.chunk.ChunkGenerator.m_213609_(ChunkGenerator.java:288) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at net.minecraft.world.level.chunk.ChunkStatus.m_279978_(ChunkStatus.java:108) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at net.minecraft.world.level.chunk.ChunkStatus$SimpleGenerationTask.m_214024_(ChunkStatus.java:309) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:classloading}
at net.minecraft.world.level.chunk.ChunkStatus.m_280308_(ChunkStatus.java:252) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:643) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:bugfix.paper_chunk_patches.ChunkMapMixin,pl:mixin:APP:modernfix-forge.mixins.json:bugfix.chunk_deadlock.ChunkMapLoadMixin,pl:mixin:A}
at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%23114!/:?] {}
at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$29(ChunkMap.java:634) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:bugfix.paper_chunk_patches.ChunkMapMixin,pl:mixin:APP:modernfix-forge.mixins.json:bugfix.chunk_deadlock.ChunkMapLoadMixin,pl:mixin:A}
at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:classloading}
at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:classloading}
at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:classloading}
at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:classloading}
at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395) ~[?:?] {}
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:mixin,re:computing_frames}
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames}
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin}

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

-- Head --
Thread: Server thread
Suspected Mod:
RFToolsDimensions (rftoolsdim), Version: 1.20-11.0.9
Issue tracker URL: http://github.com/McJtyMods/RFToolsDimensions/issues
at TRANSFORMER/[email protected]/mcjty.rftoolsdim.dimension.terraintypes.RFToolsChunkGenerator.lambda$new$6(RFToolsChunkGenerator.java:67)
Stacktrace:
at net.minecraft.world.level.biome.FeatureSorter.m_220603_(FeatureSorter.java:100) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:classloading}
at mcjty.rftoolsdim.dimension.terraintypes.RFToolsChunkGenerator.lambda$new$6(RFToolsChunkGenerator.java:67) ~[rftoolsdim-1.20-11.0.9.jar%23355!/:1.20-11.0.9] {re:classloading}
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183) ~[guava-31.1-jre.jar%23109!/:?] {}
at net.minecraft.world.level.chunk.ChunkGenerator.m_213609_(ChunkGenerator.java:288) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at net.minecraft.world.level.chunk.ChunkStatus.m_279978_(ChunkStatus.java:108) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at net.minecraft.world.level.chunk.ChunkStatus$SimpleGenerationTask.m_214024_(ChunkStatus.java:309) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:classloading}
at net.minecraft.world.level.chunk.ChunkStatus.m_280308_(ChunkStatus.java:252) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:643) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:bugfix.paper_chunk_patches.ChunkMapMixin,pl:mixin:APP:modernfix-forge.mixins.json:bugfix.chunk_deadlock.ChunkMapLoadMixin,pl:mixin:A}
at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%23114!/:?] {}
at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$29(ChunkMap.java:634) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:bugfix.paper_chunk_patches.ChunkMapMixin,pl:mixin:APP:modernfix-forge.mixins.json:bugfix.chunk_deadlock.ChunkMapLoadMixin,pl:mixin:A}
at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:classloading}
at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:classloading}
at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:classloading}
at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:classloading}
-- Chunk to be generated --
Details:
Location: -7,37
Position hash: 163208757241
Generator: mcjty.rftoolsdim.dimension.terraintypes.RFToolsChunkGenerator@2ed87302
Stacktrace:
at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:643) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:bugfix.paper_chunk_patches.ChunkMapMixin,pl:mixin:APP:modernfix-forge.mixins.json:bugfix.chunk_deadlock.ChunkMapLoadMixin,pl:mixin:A}
at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-6.0.8.jar%23114!/:?] {}
at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$29(ChunkMap.java:634) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:bugfix.paper_chunk_patches.ChunkMapMixin,pl:mixin:APP:modernfix-forge.mixins.json:bugfix.chunk_deadlock.ChunkMapLoadMixin,pl:mixin:A}
at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:classloading}
at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:classloading}
at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:classloading}
at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:classloading}
at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395) ~[?:?] {}
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:mixin,re:computing_frames}
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames}
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin}

-- Affected level --
Details:
All players: 1 total; [ServerPlayer['venomsoar'/129, l='ServerLevel[V's New World]', x=14.50, y=66.00, z=8.50]]
Chunk stats: 3407
Level dimension: rftoolsdim:void
Derived: true
Level spawn location: World: (0,64,0), Section: (at 0,0,0 in 0,4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
Level time: 6216295 game time, 371514 day time
Level name: V's New World
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Known server brands: forge
Removed feature flags:
Level was modded: true
Level storage version: 0x04ABD - Anvil
Stacktrace:
at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:896) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:814) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:89) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:modernfix-common.mixins.json:perf.thread_priorities.IntegratedServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:661) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.20.1-20230612.114412-srg.jar%23384!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at java.lang.Thread.run(Thread.java:833) ~[?:?] {re:mixin}

-- System Details --
Details:
Minecraft Version: 1.20.1
Minecraft Version ID: 1.20.1
Operating System: Windows 10 (amd64) version 10.0
Java Version: 17.0.8, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 261392648 bytes (249 MiB) / 2204106752 bytes (2102 MiB) up to 4294967296 bytes (4096 MiB)
CPUs: 12
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz
Identifier: Intel64 Family 6 Model 165 Stepping 3
Microarchitecture: unknown
Frequency (GHz): 2.90
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: NVIDIA GeForce GT 730
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 2048.00
Graphics card #0 deviceId: 0x1287
Graphics card #0 versionInfo: DriverVersion=30.0.14.7430
Graphics card #1 name: spacedesk Graphics Adapter
Graphics card #1 vendor: datronicsoft
Graphics card #1 VRAM (MB): 0.00
Graphics card #1 deviceId: unknown
Graphics card #1 versionInfo: DriverVersion=10.2.382.167
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 2.13
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 8192.00
Memory slot #1 clockSpeed (GHz): 2.13
Memory slot #1 type: DDR4
Virtual memory max (MB): 41903.31
Virtual memory used (MB): 14751.11
Swap memory total (MB): 25600.00
Swap memory used (MB): 285.78
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m
Server Running: true
Player Count: 1 / 8; [ServerPlayer['venomsoar'/129, l='ServerLevel[V's New World]', x=14.50, y=66.00, z=8.50]]
Data Packs: vanilla, mod:rsrequestify (incompatible), mod:cyclopscore, mod:kuma_api (incompatible), mod:solarpanels, mod:supermartijn642configlib (incompatible), mod:geckolib, mod:integratedterminals, mod:placebo (incompatible), mod:modernfix (incompatible), mod:useitemonblockevent (incompatible), mod:cabletiers, mod:mixinextras (incompatible), mod:jumbofurnace (incompatible), mod:bookshelf, mod:darkutils (incompatible), mod:balm, mod:jeresources, mod:cloth_config (incompatible), mod:sound_physics_remastered (incompatible), mod:shetiphiancore, mod:sawmill (incompatible), mod:mob_grinding_utils (incompatible), mod:refinedstorage, mod:industrialforegoing (incompatible), mod:rebornstorage (incompatible), mod:endertanks, mod:commoncapabilities, mod:supermartijn642corelib, mod:simplylight (incompatible), mod:portablemobs (incompatible), mod:patchouli (incompatible), mod:advgenerators, mod:oreexcavation (incompatible), mod:integratedtunnels, mod:wirelessredstone, mod:runelic, mod:extrastorage, mod:architectury (incompatible), mod:cupboard (incompatible), mod:flib, mod:trashcans (incompatible), mod:fastleafdecay, mod:codechickenlib (incompatible), mod:cb_multipart (incompatible), mod:projectred_core (incompatible), mod:projectred_integration (incompatible), mod:projectred_expansion (incompatible), mod:veinmining (incompatible), mod:cyclic, mod:moremekanismprocessing (incompatible), mod:rechiseled (incompatible), mod:jei, mod:mekanism, mod:mekaweapons (incompatible), mod:mekanismgenerators, mod:mekanismadditions, mod:mekanismtools, mod:bdlib, mod:waystones, mod:projectred_transmission (incompatible), mod:journeymap (incompatible), mod:mekanismexplosives, mod:mcjtylib, mod:rftoolsbase, mod:xnet, mod:xnetgases (incompatible), mod:rftoolsstorage, mod:rftoolscontrol, mod:rftoolsdim, mod:clickmachine (incompatible), mod:additional_lights, mod:fusion, mod:enderstorage (incompatible), mod:rftoolspower, mod:extradisks, mod:edivadlib, mod:forge, mod:integratedcrafting, mod:zerocore (incompatible), mod:bigreactors (incompatible), mod:cofh_core, mod:thermal, mod:thermal_integration, mod:redstone_arsenal, mod:thermal_innovation, mod:thermal_foundation, mod:thermal_expansion, mod:thermal_locomotion, mod:thermal_dynamics, mod:projectred_exploration (incompatible), mod:rftoolsutility, mod:moonlight (incompatible), mod:mousetweaks, mod:titanium (incompatible), mod:jade (incompatible), mod:wands, mod:mekanism_turrets (incompatible), mod:mekanism_lasers (incompatible), mod:spectrelib (incompatible), mod:enderio, mod:betterfpsdist (incompatible), mod:rftoolsbuilder, mod:integrateddynamics, mod:itemcollectors (incompatible), mod:gravestone, mod:thermal_cultivation, mod:pigpen (incompatible), mod:storagedrawers (incompatible), mod:projectred_fabrication (incompatible), mod:fluxnetworks (incompatible), mod:ferritecore (incompatible), mod:connectedglass, mod:functionalstorage, mod:modularrouters (incompatible), mod:projectred_illumination (incompatible), mod:refinedstorageaddons, mod:morered (incompatible), mod:invtweaks, mod:configured (incompatible), mod:chickenchunks (incompatible)
Enabled Feature Flags: minecraft:vanilla
World Generation: Experimental
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
Launched Version: forge-47.3.0
ModLauncher: 10.0.9+10.0.9+main.dcd20f30
ModLauncher launch target: forgeclient
ModLauncher naming: srg
ModLauncher services:
mixin-0.8.5.jar mixin PLUGINSERVICE
eventbus-6.0.5.jar eventbus PLUGINSERVICE
fmlloader-1.20.1-47.3.0.jar slf4jfixer PLUGINSERVICE
fmlloader-1.20.1-47.3.0.jar object_holder_definalize PLUGINSERVICE
fmlloader-1.20.1-47.3.0.jar runtime_enum_extender PLUGINSERVICE
fmlloader-1.20.1-47.3.0.jar capability_token_subclass PLUGINSERVICE
accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
fmlloader-1.20.1-47.3.0.jar runtimedistcleaner PLUGINSERVICE
modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
FML Language Providers:
[email protected]
lowcodefml@null
[email protected]
javafml@null
Mod List:
rsrequestify-1.20.1-2.3.3.jar |RSRequestify |rsrequestify |2.3.3 |DONE |Manifest: NOSIGNATURE
CyclopsCore-1.20.1-1.19.5.jar |Cyclops Core |cyclopscore |1.19.5 |DONE |Manifest: NOSIGNATURE
kuma-api-forge-20.1.8+1.20.1.jar |KumaAPI |kuma_api |20.1.8 |DONE |Manifest: NOSIGNATURE
Mekanism-MoreSolarPanels-1.20.1-1.5.9.jar |Mekanism-MoreSolarPanels |solarpanels |1.5.9 |DONE |Manifest: NOSIGNATURE
supermartijn642configlib-1.1.8-forge-mc1.20.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |DONE |Manifest: NOSIGNATURE
geckolib-forge-1.20.1-4.4.7.jar |GeckoLib 4 |geckolib |4.4.7 |DONE |Manifest: NOSIGNATURE
IntegratedTerminals-1.20.1-1.5.0.jar |IntegratedTerminals |integratedterminals |1.5.0 |DONE |Manifest: NOSIGNATURE
Placebo-1.20.1-8.6.2.jar |Placebo |placebo |8.6.2 |DONE |Manifest: NOSIGNATURE
modernfix-forge-5.19.0+mc1.20.1.jar |ModernFix |modernfix |5.19.0+mc1.20.1 |DONE |Manifest: NOSIGNATURE
useitemonblockevent-1.20.1-1.0.0.2.jar |Use Item on Block Event |useitemonblockevent |1.0.0.2 |DONE |Manifest: NOSIGNATURE
cabletiers-1.20.1-1.2.2.jar |Cable Tiers |cabletiers |1.20.1-1.2.2 |DONE |Manifest: NOSIGNATURE
mixinextras-forge-0.3.6.jar |MixinExtras |mixinextras |0.3.6 |DONE |Manifest: NOSIGNATURE
jumbofurnace-1.20.1-4.0.0.5.jar |Jumbo Furnace |jumbofurnace |4.0.0.5 |DONE |Manifest: NOSIGNATURE
Bookshelf-Forge-1.20.1-20.2.13.jar |Bookshelf |bookshelf |20.2.13 |DONE |Manifest: 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
DarkUtilities-Forge-1.20.1-17.0.3.jar |DarkUtilities |darkutils |17.0.3 |DONE |Manifest: NOSIGNATURE
balm-forge-1.20.1-7.3.6-all.jar |Balm |balm |7.3.6 |DONE |Manifest: NOSIGNATURE
JustEnoughResources-1.20.1-1.4.0.247.jar |Just Enough Resources |jeresources |1.4.0.247 |DONE |Manifest: NOSIGNATURE
cloth-config-11.1.118-forge.jar |Cloth Config v10 API |cloth_config |11.1.118 |DONE |Manifest: NOSIGNATURE
sound-physics-remastered-forge-1.20.1-1.4.5.jar |Sound Physics Remastered |sound_physics_remastered |1.20.1-1.4.5 |DONE |Manifest: NOSIGNATURE
shetiphiancore-forge-1.20.1-1.3.jar |ShetiPhian-Core |shetiphiancore |1.20.1-1.3 |DONE |Manifest: NOSIGNATURE
sawmill-1.20-1.4.3.jar |Universal Sawmill |sawmill |1.20-1.4.3 |DONE |Manifest: NOSIGNATURE
mob_grinding_utils-1.20.1-1.1.0.jar |Mob Grinding Utils |mob_grinding_utils |1.20.1-1.1.0 |DONE |Manifest: NOSIGNATURE
refinedstorage-1.12.4.jar |Refined Storage |refinedstorage |1.12.4 |DONE |Manifest: NOSIGNATURE
industrial-foregoing-1.20.1-3.5.17.jar |Industrial Foregoing |industrialforegoing |3.5.17 |DONE |Manifest: NOSIGNATURE
rebornstorage-1.20.1-5.0.7.jar |RebornStorage |rebornstorage |5.0.7 |DONE |Manifest: NOSIGNATURE
endertanks-forge-1.20.1-1.3.jar |EnderTanks |endertanks |1.20.1-1.3 |DONE |Manifest: NOSIGNATURE
CommonCapabilities-1.20.1-2.9.2.jar |CommonCapabilities |commoncapabilities |2.9.2 |DONE |Manifest: NOSIGNATURE
supermartijn642corelib-1.1.17-forge-mc1.20.1.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.17 |DONE |Manifest: NOSIGNATURE
simplylight-1.20.1-1.4.6-build.50.jar |Simply Light |simplylight |1.20.1-1.4.6-build.5|DONE |Manifest: NOSIGNATURE
portablemobs-1.2.0-forge-mc1.20.jar |Portable Mobs |portablemobs |1.2.0 |DONE |Manifest: NOSIGNATURE
Patchouli-1.20.1-84-FORGE.jar |Patchouli |patchouli |1.20.1-84-FORGE |DONE |Manifest: NOSIGNATURE
advgenerators-1.6.0.6-mc1.20.1.jar |Advanced Generators |advgenerators |1.6.0.6 |DONE |Manifest: NOSIGNATURE
oreexcavation-1.13.170.jar |OreExcavation |oreexcavation |1.13.170 |DONE |Manifest: NOSIGNATURE
IntegratedTunnels-1.20.1-1.8.29.jar |IntegratedTunnels |integratedtunnels |1.8.29 |DONE |Manifest: NOSIGNATURE
wirelessredstone-forge-1.20.1-1.1.3.jar |Wireless Redstone |wirelessredstone |1.20.1-1.1.3 |DONE |Manifest: NOSIGNATURE
Runelic-Forge-1.20.1-18.0.2.jar |Runelic |runelic |18.0.2 |DONE |Manifest: 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
ExtraStorage-1.20.1-4.0.7.jar |ExtraStorage |extrastorage |4.0.7 |DONE |Manifest: NOSIGNATURE
architectury-9.2.14-forge.jar |Architectury |architectury |9.2.14 |DONE |Manifest: NOSIGNATURE
cupboard-1.20.1-2.7.jar |Cupboard utilities |cupboard |1.20.1-2.7 |DONE |Manifest: NOSIGNATURE
flib-1.20.1-0.0.14.jar |flib |flib |0.0.14 |DONE |Manifest: 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
trashcans-1.0.18b-forge-mc1.20.jar |Trash Cans |trashcans |1.0.18b |DONE |Manifest: NOSIGNATURE
FastLeafDecay-32.jar |Fast Leaf Decay |fastleafdecay |32 |DONE |Manifest: NOSIGNATURE
CodeChickenLib-1.20.1-4.4.0.512-universal.jar |CodeChicken Lib |codechickenlib |4.4.0.512 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
CBMultipart-1.20.1-3.3.0.146-universal.jar |CBMultipart |cb_multipart |3.3.0.146 |DONE |Manifest: NOSIGNATURE
ProjectRed-1.20.1-4.19.0-beta+11-core.jar |ProjectRed Core |projectred_core |4.19.0-beta+11 |DONE |Manifest: NOSIGNATURE
ProjectRed-1.20.1-4.19.0-beta+11-integration.jar |ProjectRed Integration |projectred_integration |4.19.0-beta+11 |DONE |Manifest: NOSIGNATURE
ProjectRed-1.20.1-4.19.0-beta+11-expansion.jar |ProjectRed Expansion |projectred_expansion |4.19.0-beta+11 |DONE |Manifest: NOSIGNATURE
veinmining-forge-1.5.0+1.20.1.jar |Vein Mining |veinmining |1.5.0+1.20.1 |DONE |Manifest: NOSIGNATURE
Cyclic-1.20.1-1.12.10.jar |Cyclic |cyclic |1.12.10 |DONE |Manifest: 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
MoreMekanismProcessing-1.20.1-4.0.jar |More Mekanism Processing |moremekanismprocessing |4.0 |DONE |Manifest: NOSIGNATURE
rechiseled-1.1.6-forge-mc1.20.jar |Rechiseled |rechiseled |1.1.6 |DONE |Manifest: NOSIGNATURE
jei-1.20.1-forge-15.8.2.25.jar |Just Enough Items |jei |15.8.2.25 |DONE |Manifest: NOSIGNATURE
Mekanism-1.20.1-10.4.8.43.jar |Mekanism |mekanism |10.4.8 |DONE |Manifest: NOSIGNATURE
MekanismWeapons-1.20.1-1.5.jar |Mekanism: Weapons |mekaweapons |1.5 |DONE |Manifest: NOSIGNATURE
MekanismGenerators-1.20.1-10.4.8.43.jar |Mekanism: Generators |mekanismgenerators |10.4.8 |DONE |Manifest: NOSIGNATURE
MekanismAdditions-1.20.1-10.4.8.43.jar |Mekanism: Additions |mekanismadditions |10.4.8 |DONE |Manifest: NOSIGNATURE
MekanismTools-1.20.1-10.4.8.43.jar |Mekanism: Tools |mekanismtools |10.4.8 |DONE |Manifest: NOSIGNATURE
bdlib-1.27.0.8-mc1.20.1.jar |BdLib |bdlib |1.27.0.8 |DONE |Manifest: NOSIGNATURE
invtweaks-1.20.1-1.1.0.jar |Inventory Tweaks Refoxed |invtweaks |1.1.0 |DONE |Manifest: NOSIGNATURE
waystones-forge-1.20-14.1.4.jar |Waystones |waystones |14.1.4 |DONE |Manifest: NOSIGNATURE
ProjectRed-1.20.1-4.19.0-beta+11-transmission.jar |ProjectRed Transmission |projectred_transmission |4.19.0-beta+11 |DONE |Manifest: NOSIGNATURE
journeymap-1.20.1-5.10.1-forge.jar |Journeymap |journeymap |5.10.1 |DONE |Manifest: NOSIGNATURE
configured-forge-1.20.1-2.2.3.jar |Configured |configured |2.2.3 |DONE |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
MekanismExplosives-1.20.1-0.3.5.jar |Mekanism Explosives |mekanismexplosives |1.0.0 |DONE |Manifest: NOSIGNATURE
mcjtylib-1.20-8.0.5.jar |McJtyLib |mcjtylib |1.20-8.0.5 |DONE |Manifest: NOSIGNATURE
rftoolsbase-1.20-5.0.4.jar |RFToolsBase |rftoolsbase |1.20-5.0.4 |DONE |Manifest: NOSIGNATURE
xnet-1.20-6.1.4.jar |XNet |xnet |1.20-6.1.4 |DONE |Manifest: NOSIGNATURE
xnetgases-1.20.1-5.0.0.jar |XNet Gases |xnetgases |5.0.0 |DONE |Manifest: NOSIGNATURE
rftoolsstorage-1.20-5.0.3.jar |RFToolsStorage |rftoolsstorage |1.20-5.0.3 |DONE |Manifest: NOSIGNATURE
rftoolscontrol-1.20-7.0.2.jar |RFToolsControl |rftoolscontrol |1.20-7.0.2 |DONE |Manifest: NOSIGNATURE
rftoolsdim-1.20-11.0.9.jar |RFToolsDimensions |rftoolsdim |1.20-11.0.9 |DONE |Manifest: NOSIGNATURE
ClickMachine-1.20.1-8.0.2.jar |Click Machine |clickmachine |8.0.2 |DONE |Manifest: NOSIGNATURE
additional_lights-1.20.1-2.1.7.jar |Additional Lights |additional_lights |2.1.7 |DONE |Manifest: NOSIGNATURE
fusion-1.1.1-forge-mc1.20.1.jar |Fusion |fusion |1.1.1 |DONE |Manifest: NOSIGNATURE
EnderStorage-1.20.1-2.11.0.188-universal.jar |EnderStorage |enderstorage |2.11.0.188 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
rftoolspower-1.20-6.0.2.jar |RFToolsPower |rftoolspower |1.20-6.0.2 |DONE |Manifest: NOSIGNATURE
ExtraDisks-1.20.1-3.0.2.jar |Extra Disks |extradisks |1.20.1-3.0.2 |DONE |Manifest: NOSIGNATURE
EdivadLib-1.20.1-2.0.1.jar |EdivadLib |edivadlib |2.0.1 |DONE |Manifest: NOSIGNATURE
forge-1.20.1-47.3.0-universal.jar |Forge |forge |47.3.0 |DONE |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
IntegratedCrafting-1.20.1-1.1.7.jar |IntegratedCrafting |integratedcrafting |1.1.7 |DONE |Manifest: NOSIGNATURE
ZeroCore2-1.20.1-2.1.44.jar |Zero CORE 2 |zerocore |1.20.1-2.1.44 |DONE |Manifest: NOSIGNATURE
ExtremeReactors2-1.20.1-2.0.83.jar |Extreme Reactors |bigreactors |1.20.1-2.0.83 |DONE |Manifest: NOSIGNATURE
client-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |DONE |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
cofh_core-1.20.1-11.0.2.56.jar |CoFH Core |cofh_core |11.0.2 |DONE |Manifest: NOSIGNATURE
thermal_core-1.20.1-11.0.6.24.jar |Thermal Series |thermal |11.0.6 |DONE |Manifest: NOSIGNATURE
thermal_integration-1.20.1-11.0.1.27.jar |Thermal Integration |thermal_integration |11.0.1 |DONE |Manifest: NOSIGNATURE
redstone_arsenal-1.20.1-8.0.1.24.jar |Redstone Arsenal |redstone_arsenal |8.0.1 |DONE |Manifest: NOSIGNATURE
thermal_innovation-1.20.1-11.0.1.23.jar |Thermal Innovation |thermal_innovation |11.0.1 |DONE |Manifest: NOSIGNATURE
thermal_foundation-1.20.1-11.0.6.70.jar |Thermal Foundation |thermal_foundation |11.0.6 |DONE |Manifest: NOSIGNATURE
thermal_expansion-1.20.1-11.0.1.29.jar |Thermal Expansion |thermal_expansion |11.0.1 |DONE |Manifest: NOSIGNATURE
thermal_locomotion-1.20.1-11.0.1.19.jar |Thermal Locomotion |thermal_locomotion |11.0.1 |DONE |Manifest: NOSIGNATURE
thermal_dynamics-1.20.1-11.0.1.23.jar |Thermal Dynamics |thermal_dynamics |11.0.1 |DONE |Manifest: NOSIGNATURE
ProjectRed-1.20.1-4.19.0-beta+11-exploration.jar |ProjectRed Exploration |projectred_exploration |4.19.0-beta+11 |DONE |Manifest: NOSIGNATURE
rftoolsutility-1.20-6.0.6.jar |RFToolsUtility |rftoolsutility |1.20-6.0.6 |DONE |Manifest: NOSIGNATURE
moonlight-1.20-2.12.9-forge.jar |Moonlight Library |moonlight |1.20-2.12.9 |DONE |Manifest: NOSIGNATURE
MouseTweaks-forge-mc1.20.1-2.25.1.jar |Mouse Tweaks |mousetweaks |2.25.1 |DONE |Manifest: NOSIGNATURE
titanium-1.20.1-3.8.32.jar |Titanium |titanium |3.8.32 |DONE |Manifest: NOSIGNATURE
Jade-1.20.1-forge-11.9.2.jar |Jade |jade |11.9.2+forge |DONE |Manifest: NOSIGNATURE
BuildingWands-mc1.20.1-2.6.9-release.jar |Building Wands |wands |2.6.9-release |DONE |Manifest: NOSIGNATURE
mekanism_turrets-1.1.7.jar |Mekanism Turrets |mekanism_turrets |1.1.7 |DONE |Manifest: NOSIGNATURE
mekanism_lasers-1.0.8.jar |Mekanism_Lasers |mekanism_lasers |1.0.8 |DONE |Manifest: NOSIGNATURE
spectrelib-forge-0.13.15+1.20.1.jar |SpectreLib |spectrelib |0.13.15+1.20.1 |DONE |Manifest: NOSIGNATURE
ChickenChunks-1.20.1-2.10.0.100-universal.jar |ChickenChunks |chickenchunks |2.10.0.100 |DONE |Manifest: NOSIGNATURE
EnderIO-1.20.1-6.1.8-beta-all.jar |Ender IO |enderio |6.1.8-beta |DONE |Manifest: NOSIGNATURE
betterfpsdist-1.20.1-4.4.jar |betterfpsdist mod |betterfpsdist |1.20.1-4.4 |DONE |Manifest: NOSIGNATURE
rftoolsbuilder-1.20-6.0.5.jar |RFToolsBuilder |rftoolsbuilder |1.20-6.0.5 |DONE |Manifest: NOSIGNATURE
IntegratedDynamics-1.20.1-1.23.1.jar |IntegratedDynamics |integrateddynamics |1.23.1 |DONE |Manifest: NOSIGNATURE
itemcollectors-1.1.10-forge-mc1.20.jar |Item Collectors |itemcollectors |1.1.10 |DONE |Manifest: NOSIGNATURE
gravestone-forge-1.20.1-1.0.18.jar |Gravestone Mod |gravestone |1.20.1-1.0.18 |DONE |Manifest: NOSIGNATURE
thermal_cultivation-1.20.1-11.0.1.24.jar |Thermal Cultivation |thermal_cultivation |11.0.1 |DONE |Manifest: NOSIGNATURE
PigPen-Forge-1.20.1-15.0.2.jar |PigPen |pigpen |15.0.2 |DONE |Manifest: NOSIGNATURE
StorageDrawers-1.20.1-12.0.4.jar |Storage Drawers |storagedrawers |12.0.4 |DONE |Manifest: NOSIGNATURE
ProjectRed-1.20.1-4.19.0-beta+11-fabrication.jar |ProjectRed Fabrication |projectred_fabrication |4.19.0-beta+11 |DONE |Manifest: NOSIGNATURE
FluxNetworks-1.20.1-7.2.1.15.jar |Flux Networks |fluxnetworks |7.2.1.15 |DONE |Manifest: NOSIGNATURE
ferritecore-6.0.1-forge.jar |Ferrite Core |ferritecore |6.0.1 |DONE |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
connectedglass-1.1.11-forge-mc1.20.1.jar |Connected Glass |connectedglass |1.1.11 |DONE |Manifest: NOSIGNATURE
functionalstorage-1.20.1-1.2.10.jar |Functional Storage |functionalstorage |1.20.1-1.2.10 |DONE |Manifest: NOSIGNATURE
modular-routers-12.1.1+mc1.20.1.jar |Modular Routers |modularrouters |12.1.1+mc1.20.1 |DONE |Manifest: NOSIGNATURE
ProjectRed-1.20.1-4.19.0-beta+11-illumination.jar |ProjectRed Illumination |projectred_illumination |4.19.0-beta+11 |DONE |Manifest: NOSIGNATURE
refinedstorageaddons-0.10.0.jar |Refined Storage Addons |refinedstorageaddons |0.10.0 |DONE |Manifest: NOSIGNATURE
morered-1.20.1-4.0.0.4.jar |More Red |morered |4.0.0.4 |DONE |Manifest: NOSIGNATURE
Crash Report UUID: 73d63a5c-76a0-4e4c-9424-655114e682e4
FML: 47.3
Forge: net.minecraftforge:47.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant