Crash on launch with scribes table
TardisKing40 opened this issue ยท 1 comments
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
Time: 1/10/23, 6:38 AM
Description: Ticking block entity
java.lang.RuntimeException: Slot 10 not in valid range - [0,10)
at net.minecraftforge.items.ItemStackHandler.validateSlotIndex(ItemStackHandler.java:207) ~[forge-1.18.2-40.2.0-universal.jar%23288!/:?] {re:classloading}
at net.minecraftforge.items.ItemStackHandler.getStackInSlot(ItemStackHandler.java:59) ~[forge-1.18.2-40.2.0-universal.jar%23288!/:?] {re:classloading}
at net.minecraftforge.items.wrapper.CombinedInvWrapper.getStackInSlot(CombinedInvWrapper.java:90) ~[forge-1.18.2-40.2.0-universal.jar%23288!/:?] {re:classloading}
at com.hollingsworth.arsnouveau.common.block.tile.ScribesTile.checkInventories(ScribesTile.java:130) ~[ars_nouveau-1.18.2-2.8.0.jar%2372!/:2.8.0] {re:classloading}
at com.hollingsworth.arsnouveau.common.block.tile.ScribesTile.tick(ScribesTile.java:101) ~[ars_nouveau-1.18.2-2.8.0.jar%2372!/:2.8.0] {re:classloading}
at com.hollingsworth.arsnouveau.common.block.ITickable.tick(ITickable.java:21) ~[ars_nouveau-1.18.2-2.8.0.jar%2372!/:2.8.0] {re:classloading}
at com.hollingsworth.arsnouveau.common.block.ITickableBlock.lambda$getTicker$0(ITickableBlock.java:18) ~[ars_nouveau-1.18.2-2.8.0.jar%2372!/:2.8.0] {re:classloading}
at net.minecraft.world.level.chunk.LevelChunk$BoundTickingBlockEntity.m_142224_(LevelChunk.java:673) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.world.level.chunk.LevelChunk$RebindableTickingBlockEntityWrapper.m_142224_(LevelChunk.java:766) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.world.level.Level.redirect$zom000$redirectTick(Level.java:1600) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:LevelMixin,pl:mixin:APP:observable.common.json:LevelMixin,pl:mixin:A}
at net.minecraft.world.level.Level.m_46463_(Level.java:476) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:LevelMixin,pl:mixin:APP:observable.common.json:LevelMixin,pl:mixin:A}
at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:327) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:botania_xplat.mixins.json:MixinServerLevel,pl:mixin:APP:immersiveengineering.mixins.json:coremods.ServerWorldMixin,pl:mixin:APP:observable.common.json:ServerLevelMixin,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:902) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:842) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:84) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:685) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:261) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at java.lang.Thread.run(Thread.java:833) [?:?] {re:mixin}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at net.minecraftforge.items.ItemStackHandler.validateSlotIndex(ItemStackHandler.java:207) ~[forge-1.18.2-40.2.0-universal.jar%23288!/:?] {re:classloading}
at net.minecraftforge.items.ItemStackHandler.getStackInSlot(ItemStackHandler.java:59) ~[forge-1.18.2-40.2.0-universal.jar%23288!/:?] {re:classloading}
at net.minecraftforge.items.wrapper.CombinedInvWrapper.getStackInSlot(CombinedInvWrapper.java:90) ~[forge-1.18.2-40.2.0-universal.jar%23288!/:?] {re:classloading}
at com.hollingsworth.arsnouveau.common.block.tile.ScribesTile.checkInventories(ScribesTile.java:130) ~[ars_nouveau-1.18.2-2.8.0.jar%2372!/:2.8.0] {re:classloading}
at com.hollingsworth.arsnouveau.common.block.tile.ScribesTile.tick(ScribesTile.java:101) ~[ars_nouveau-1.18.2-2.8.0.jar%2372!/:2.8.0] {re:classloading}
at com.hollingsworth.arsnouveau.common.block.ITickable.tick(ITickable.java:21) ~[ars_nouveau-1.18.2-2.8.0.jar%2372!/:2.8.0] {re:classloading}
at com.hollingsworth.arsnouveau.common.block.ITickableBlock.lambda$getTicker$0(ITickableBlock.java:18) ~[ars_nouveau-1.18.2-2.8.0.jar%2372!/:2.8.0] {re:classloading}
at net.minecraft.world.level.chunk.LevelChunk$BoundTickingBlockEntity.m_142224_(LevelChunk.java:673) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.world.level.chunk.LevelChunk$RebindableTickingBlockEntityWrapper.m_142224_(LevelChunk.java:766) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.world.level.Level.redirect$zom000$redirectTick(Level.java:1600) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:LevelMixin,pl:mixin:APP:observable.common.json:LevelMixin,pl:mixin:A}
at net.minecraft.world.level.Level.m_46463_(Level.java:476) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:LevelMixin,pl:mixin:APP:observable.common.json:LevelMixin,pl:mixin:A}
at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:327) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:botania_xplat.mixins.json:MixinServerLevel,pl:mixin:APP:immersiveengineering.mixins.json:coremods.ServerWorldMixin,pl:mixin:APP:observable.common.json:ServerLevelMixin,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor,pl:mixin:A}
-- Block entity being ticked --
Details:
Name: ars_nouveau:scribes_table // com.hollingsworth.arsnouveau.common.block.tile.ScribesTile
Block: Block{ars_nouveau:scribes_table}[facing=west,part=head]
Block location: World: (4107,66,-1), Section: (at 11,2,15 in 256,4,-1; chunk contains blocks 4096,-64,-16 to 4111,319,-1), Region: (8,-1; contains chunks 256,-32 to 287,-1, blocks 4096,-64,-512 to 4607,319,-1)
Block: Block{ars_nouveau:scribes_table}[facing=west,part=head]
Block location: World: (4107,66,-1), Section: (at 11,2,15 in 256,4,-1; chunk contains blocks 4096,-64,-16 to 4111,319,-1), Region: (8,-1; contains chunks 256,-32 to 287,-1, blocks 4096,-64,-512 to 4607,319,-1)
Stacktrace:
at net.minecraft.world.level.chunk.LevelChunk$BoundTickingBlockEntity.m_142224_(LevelChunk.java:673) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.world.level.chunk.LevelChunk$RebindableTickingBlockEntityWrapper.m_142224_(LevelChunk.java:766) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.world.level.Level.redirect$zom000$redirectTick(Level.java:1600) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:LevelMixin,pl:mixin:APP:observable.common.json:LevelMixin,pl:mixin:A}
at net.minecraft.world.level.Level.m_46463_(Level.java:476) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:LevelMixin,pl:mixin:APP:observable.common.json:LevelMixin,pl:mixin:A}
at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:327) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:botania_xplat.mixins.json:MixinServerLevel,pl:mixin:APP:immersiveengineering.mixins.json:coremods.ServerWorldMixin,pl:mixin:APP:observable.common.json:ServerLevelMixin,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:902) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:842) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:84) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:685) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:261) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at java.lang.Thread.run(Thread.java:833) [?:?] {re:mixin}
-- Affected level --
Details:
All players: 0 total; []
Chunk stats: 3170
Level dimension: minecraft:overworld
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: 5723340 game time, 5816356 day time
Level name: augh
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Level weather: Rain time: 82050 (now: false), thunder time: 87933 (now: false)
Known server brands: forge
Level was modded: true
Level storage version: 0x04ABD - Anvil
Stacktrace:
at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:902) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:842) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:84) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:685) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:261) ~[client-1.18.2-20220404.173914-srg.jar%23283!/:?] {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.18.2
Minecraft Version ID: 1.18.2
Operating System: Linux (amd64) version 6.1.3-arch1-1
Java Version: 17.0.5, N/A
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3522388120 bytes (3359 MiB) / 8589934592 bytes (8192 MiB) up to 8589934592 bytes (8192 MiB)
CPUs: 12
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 5 5500U with Radeon Graphics
Identifier: AuthenticAMD Family 23 Model 104 Stepping 1
Microarchitecture: unknown
Frequency (GHz): -0.00
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: Lucienne
Graphics card #0 vendor: Advanced Micro Devices, Inc. [AMD/ATI] (0x1002)
Graphics card #0 VRAM (MB): 258.00
Graphics card #0 deviceId: 0x164c
Graphics card #0 versionInfo: unknown
Virtual memory max (MB): 7677.52
Virtual memory used (MB): 13351.49
Swap memory total (MB): 0.00
Swap memory used (MB): 0.00
JVM Flags: 2 total; -Xms512m -Xmx8192m
Server Running: true
Player Count: 0 / 8; []
Data Packs: vanilla, mod:ftbessentials (incompatible), mod:supermartijn642configlib, mod:simplemagnets, mod:integratedterminals, mod:modnametooltip (incompatible), mod:ironjetpacks, mod:laserio, mod:ctm (incompatible), mod:reauth (incompatible), mod:powah (incompatible), mod:wstweaks (incompatible), mod:shrink (incompatible), mod:darkutils (incompatible), mod:apotheosis (incompatible), mod:balm (incompatible), mod:waterstrainer, mod:jeresources (incompatible), mod:delogger (incompatible), mod:cloth_config (incompatible), mod:emojiful (incompatible), mod:tklib (incompatible), mod:novillagerdm (incompatible), mod:packmenu (incompatible), mod:alltheores, mod:industrialforegoing (incompatible), mod:torchmaster (incompatible), mod:tipthescales (incompatible), mod:ironfurnaces (incompatible), mod:supermartijn642corelib, mod:botania (incompatible), mod:spark (incompatible), mod:corail_woodcutter, mod:advgenerators (incompatible), mod:tombstone, mod:constructionwand, mod:cfm, mod:chargers (incompatible), mod:curios (incompatible), mod:cobblefordays (incompatible), mod:fastleafdecay, mod:codechickenlib (incompatible), mod:geckolib3 (incompatible), mod:jei (incompatible), mod:projecte, mod:attributefix (incompatible), mod:mekanism, mod:bdlib (incompatible), mod:allthecompressed (incompatible), mod:shutupexperimentalsettings, mod:naturescompass (incompatible), mod:libx, mod:compactmachines (incompatible), mod:phosphophyllite (incompatible), mod:farmingforblockheads (incompatible), mod:pneumaticcraft, mod:mythicbotany, mod:integratedcrafting, mod:alchemistry, mod:theoneprobe (incompatible), mod:ae2 (incompatible), mod:aeinfinitybooster (incompatible), mod:mousetweaks (incompatible), mod:immersiveengineering, mod:allthemodium, mod:skyblockbuilder, mod:exnihilomekanism (incompatible), mod:jeiintegration (incompatible), mod:pipez (incompatible), mod:flywheel (incompatible), mod:mantle (incompatible), mod:integrateddynamics, mod:croptopia, mod:autoreglib (incompatible), mod:norecipeadvancements, mod:structures_compass, mod:showcaseitem (incompatible), mod:occultism, mod:allthetweaks, mod:extremesoundmuffler (incompatible), mod:cosmeticarmorreworked (incompatible), mod:defaultoptions (incompatible), mod:slabmachines, mod:cyclopscore, mod:supercircuitmaker (incompatible), mod:connectivity (incompatible), mod:sophisticatedcore (incompatible), mod:kleeslabs (incompatible), mod:insanelib, mod:glassential (incompatible), mod:cookingforblockheads (incompatible), mod:controlling (incompatible), mod:placebo (incompatible), mod:potionsmaster (incompatible), mod:bookshelf, mod:sophisticatedbackpacks (incompatible), mod:squatgrow (incompatible), mod:buildinggadgets (incompatible), mod:framedblocks, mod:forge, mod:right_click_get_crops, mod:cofh_core, mod:thermal, mod:thermal_innovation, mod:thermal_cultivation, mod:appleskin (incompatible), mod:mekanismgenerators, mod:carryon (incompatible), mod:absentbydesign, mod:twilightforest (incompatible), mod:mob_grinding_utils (incompatible), mod:chipped (incompatible), mod:exmachinis, mod:mcwbridges, mod:farmersdelight (incompatible), mod:hostilenetworks (incompatible), mod:commoncapabilities, mod:crashutilities (incompatible), mod:patchouli (incompatible), mod:ars_nouveau, mod:ironchests (incompatible), mod:thermal_expansion, mod:integratedtunnels, mod:mysticalcustomization, mod:libnonymous, mod:elevatorid, mod:ftbultimine (incompatible), mod:runelic (incompatible), mod:spirit, mod:mekanismtools, mod:architectury (incompatible), mod:ftblibrary (incompatible), mod:ftbic (incompatible), mod:myrtrees (incompatible), mod:findme (incompatible), mod:ftbteams (incompatible), mod:computercraft, mod:energymeter (incompatible), mod:productivebees (incompatible), mod:lightoverlay (incompatible), mod:trashcans, mod:bwncr (incompatible), mod:observable (incompatible), mod:betteradvancements (incompatible), mod:inventorysorter (incompatible), mod:rhino (incompatible), mod:biggerreactors (incompatible), mod:cucumber, mod:snad (incompatible), mod:itemfilters (incompatible), mod:exnaturae, mod:create, mod:clumps (incompatible), mod:configured (incompatible), mod:myserveriscompatible (incompatible), mod:charginggadgets (incompatible), mod:mcjtylib (incompatible), mod:rftoolsbase (incompatible), mod:xnet (incompatible), mod:notenoughwands (incompatible), mod:rftoolspower (incompatible), mod:rftoolsbuilder (incompatible), mod:xnetgases (incompatible), mod:rftoolsstorage (incompatible), mod:exnihilothermal (incompatible), mod:exnihilosequentia (incompatible), mod:exnihiloae (incompatible), mod:toastcontrol (incompatible), mod:enderstorage (incompatible), mod:akashictome (incompatible), mod:ftbchunks (incompatible), mod:kubejs (incompatible), mod:lazierae2, mod:kubejs_thermal (incompatible), mod:ftbquests (incompatible), mod:kubejs_create (incompatible), mod:kubejs_immersive_engineering (incompatible), mod:kubejs_mekanism (incompatible), mod:ponderjs, mod:bloodmagic (incompatible), mod:mysticalagriculture, mod:mysticalagradditions, mod:craftingtweaks (incompatible), mod:tconstruct (incompatible), mod:rftoolsutility (incompatible), mod:enchdesc (incompatible), mod:titanium (incompatible), mod:ae2things, mod:archers_paradox, mod:reliquary (incompatible), mod:chemlib (incompatible), mod:pigpen (incompatible), mod:fluxnetworks (incompatible), mod:appbot (incompatible), mod:skyguis, mod:modonomicon, mod:quartz (incompatible), mod:pylons, mod:creeperoverhaul (incompatible), mod:infinitylib (incompatible), mod:engineersdecor (incompatible), mod:functionalstorage (incompatible), mod:moredragoneggs (incompatible), mod:appmek (incompatible), mod:solargeneration (incompatible), mod:valhelsia_core (incompatible), mod:forbidden_arcanus (incompatible), mod:flickerfix (incompatible), mod:createaddition (incompatible), mod:mcwwindows, mod:mcwtrpdoors, mod:mcwroofs, mod:simplebackups, mod:domum_ornamentum (incompatible), mod:itemcollectors, mod:serverconfigupdater (incompatible), mod:polymorph (incompatible), mod:advancedperipherals (incompatible), mod:mcwdoors, mod:mcwfences, mod:sophisticatedstorage (incompatible), mod:createdeco (incompatible), mod:comforts (incompatible), mod:decorative_blocks, mod:megacells, mod:redstone_arsenal (incompatible), mod:smartbrainlib (incompatible), mod:alchemylib, mod:plonk (incompatible), mod:squirtgun (incompatible), mod:kotlinforforge
World Generation: Stable
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
ModLauncher: 9.1.3+9.1.3+main.9b69c82a
ModLauncher launch target: forgeclient
ModLauncher naming: srg
ModLauncher services:
mixin PLUGINSERVICE
eventbus PLUGINSERVICE
slf4jfixer PLUGINSERVICE
object_holder_definalize PLUGINSERVICE
runtime_enum_extender PLUGINSERVICE
capability_token_subclass PLUGINSERVICE
accesstransformer PLUGINSERVICE
runtimedistcleaner PLUGINSERVICE
mixin TRANSFORMATIONSERVICE
fml TRANSFORMATIONSERVICE
FML Language Providers:
[email protected]
javafml@null
[email protected]
lowcodefml@null
[email protected]
Mod List:
ftb-essentials-1802.1.7-build.42.jar |FTB Essentials |ftbessentials |1802.1.7-build.42 |DONE |Manifest: NOSIGNATURE
supermartijn642configlib-1.1.6-forge-mc1.18.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.6 |DONE |Manifest: NOSIGNATURE
simplemagnets-1.1.9-forge-mc1.18.jar |Simple Magnets |simplemagnets |1.1.9 |DONE |Manifest: NOSIGNATURE
IntegratedTerminals-1.18.2-1.4.3.jar |IntegratedTerminals |integratedterminals |1.4.3 |DONE |Manifest: NOSIGNATURE
mcw-windows-2.1.1-mc1.18.2forge.jar |Macaw's Windows |mcwwindows |2.1.1 |DONE |Manifest: NOSIGNATURE
modnametooltip-1.18.1-1.18.0.jar |Mod Name Tooltip |modnametooltip |1.18.0 |DONE |Manifest: NOSIGNATURE
IronJetpacks-1.18.2-5.1.4.jar |Iron Jetpacks |ironjetpacks |5.1.4 |DONE |Manifest: NOSIGNATURE
laserio-1.4.5.jar |LaserIO |laserio |1.4.5 |DONE |Manifest: NOSIGNATURE
CTM-1.18.2-1.1.5+5.jar |ConnectedTexturesMod |ctm |1.18.2-1.1.5+5 |DONE |Manifest: NOSIGNATURE
ReAuth-1.18-Forge-4.0.6.jar |ReAuth |reauth |4.0.6 |DONE |Manifest: 3d:06:1e:e5:da:e2:ff:ae:04:00:be:45:5b:ff:fd:70:65:00:67:0b:33:87:a6:5f:af:20:3c:b6:a1:35:ca:7e
Powah-3.0.7.jar |Powah |powah |3.0.7 |DONE |Manifest: NOSIGNATURE
WitherSkeletonTweaks-1.18.2-7.1.3.jar |Wither Skeleton Tweaks |wstweaks |7.1.3 |DONE |Manifest: NOSIGNATURE
Shrink-1.18.2-1.3.3.jar |Shrink |shrink |1.3.3 |DONE |Manifest: NOSIGNATURE
DarkUtilities-Forge-1.18.2-10.0.5.jar |DarkUtilities |darkutils |10.0.5 |DONE |Manifest: NOSIGNATURE
Apotheosis-1.18.2-5.7.7.jar |Apotheosis |apotheosis |5.7.7 |DONE |Manifest: NOSIGNATURE
balm-3.2.1+0.jar |Balm |balm |3.2.1+0 |DONE |Manifest: NOSIGNATURE
WaterStrainer-1.18.2-13.0.0.jar |Water Strainer |waterstrainer |1.18.2-13.0.0 |DONE |Manifest: NOSIGNATURE
JustEnoughResources-1.18.2-0.14.1.171.jar |Just Enough Resources |jeresources |0.14.1.171 |DONE |Manifest: NOSIGNATURE
DeLogger-4.0.0-build.4+mc1.18.2.jar |DeLogger |delogger |4.0.0-build.4+mc1.18|DONE |Manifest: NOSIGNATURE
cloth-config-6.4.90-forge.jar |Cloth Config v4 API |cloth_config |6.4.90 |DONE |Manifest: NOSIGNATURE
emojiful-1.18.2-3.0.1.jar |Emojiful |emojiful |1.18.2-3.0.1 |DONE |Manifest: NOSIGNATURE
TKLib-0.0.23+1.18.2.jar |TKLib |tklib |0.0.23 |DONE |Manifest: NOSIGNATURE
novillagerdm-1.18.1-3.0.0.jar |No Villager Death Messages |novillagerdm |3.0.0 |DONE |Manifest: NOSIGNATURE
PackMenu-1.18.2-4.1.4.jar |PackMenu |packmenu |4.1.4 |DONE |Manifest: NOSIGNATURE
alltheores-1.9.9m-1.18.2-40.1.0.jar |AllTheOres |alltheores |1.9.9m-1.18.2-40.1.0|DONE |Manifest: NOSIGNATURE
industrial-foregoing-1.18.2-3.3.1.5-9.jar |Industrial Foregoing |industrialforegoing |3.3.1.5 |DONE |Manifest: NOSIGNATURE
torchmaster-18.1.0.jar |Torchmaster |torchmaster |18.1.0 |DONE |Manifest: NOSIGNATURE
TipTheScales-forge-1.18.2-5.0.6.jar |TipTheScales |tipthescales |5.0.6 |DONE |Manifest: NOSIGNATURE
ironfurnaces-1.18.2-3.3.3.jar |Iron Furnaces |ironfurnaces |3.3.3 |DONE |Manifest: NOSIGNATURE
mcw-trapdoors-1.0.8-mc1.18.2forge.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.8 |DONE |Manifest: NOSIGNATURE
supermartijn642corelib-1.1.1-forge-mc1.18.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.1 |DONE |Manifest: NOSIGNATURE
Botania-1.18.2-435.jar |Botania |botania |1.18.2-435 |DONE |Manifest: NOSIGNATURE
spark-1.9.11-forge.jar |spark |spark |1.9.11 |DONE |Manifest: NOSIGNATURE
corail_woodcutter-1.18.2-2.3.8.jar |Corail Woodcutter |corail_woodcutter |2.3.8 |DONE |Manifest: NOSIGNATURE
advgenerators-1.1.0.6-mc1.18.2.jar |Advanced Generators |advgenerators |1.1.0.6 |DONE |Manifest: NOSIGNATURE
tombstone-7.6.0-1.18.2.jar |Corail Tombstone |tombstone |7.6.0 |DONE |Manifest: NOSIGNATURE
constructionwand-1.18.2-2.7.jar |Construction Wand |constructionwand |1.18.2-2.7 |DONE |Manifest: NOSIGNATURE
mcw-roofs-2.2.2-mc1.18.2forge.jar |Macaw's Roofs |mcwroofs |2.2.2 |DONE |Manifest: NOSIGNATURE
cfm-7.0.0-pre29-1.18.2.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre29 |DONE |Manifest: NOSIGNATURE
Chargers-1.18.2-4.2.1.14.jar |Chargers |chargers |4.2.1.14 |DONE |Manifest: 15:a4:a3:0e:d2:f8:64:0c:a4:97:30:5f:48:ba:5f:69:f9:23:42:14:a8:5a:60:3a:b1:b1:29:1a:0a:37:3c:79
curios-forge-1.18.2-5.0.7.1.jar |Curios API |curios |1.18.2-5.0.7.1 |DONE |Manifest: NOSIGNATURE
CobbleForDays-1.5.1.jar |Cobble For Days |cobblefordays |1.5.1 |DONE |Manifest: NOSIGNATURE
FastLeafDecay-28.jar |FastLeafDecay |fastleafdecay |28 |DONE |Manifest: NOSIGNATURE
CodeChickenLib-1.18.2-4.1.2.475-universal.jar |CodeChicken Lib |codechickenlib |4.1.2.475 |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
geckolib-forge-1.18-3.0.57.jar |GeckoLib |geckolib3 |3.0.57 |DONE |Manifest: NOSIGNATURE
SmartBrainLib-forge-1.18.2-1.8.1.jar |SmartBrainLib |smartbrainlib |1.8.1 |DONE |Manifest: NOSIGNATURE
jei-1.18.2-forge-10.2.1.283.jar |Just Enough Items |jei |10.2.1.283 |DONE |Manifest: NOSIGNATURE
ProjectE-1.18.2-PE1.0.1.jar |ProjectE |projecte |1.0.1 |DONE |Manifest: NOSIGNATURE
AttributeFix-Forge-1.18.2-14.0.2.jar |AttributeFix |attributefix |14.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
Mekanism-1.18.2-10.2.5.465.jar |Mekanism |mekanism |10.2.5 |DONE |Manifest: NOSIGNATURE
bdlib-1.19.3.7-mc1.18.2.jar |BdLib |bdlib |1.19.3.7 |DONE |Manifest: NOSIGNATURE
AllTheCompressed-1.0.8-1.18.2-40.1.30.jar |AllTheCompressed |allthecompressed |1.0.8-1.18.2-40.1.30|DONE |Manifest: NOSIGNATURE
shutupexperimentalsettings-1.0.5.jar |Shutup Experimental Settings! |shutupexperimentalsettings |1.0.5 |DONE |Manifest: NOSIGNATURE
NaturesCompass-1.18.2-1.9.7-forge.jar |Nature's Compass |naturescompass |1.18.2-1.9.7-forge |DONE |Manifest: NOSIGNATURE
LibX-1.18.2-3.2.19.jar |LibX |libx |1.18.2-3.2.19 |DONE |Manifest: NOSIGNATURE
compactmachines-4.5.0.jar |Compact Machines 4 |compactmachines |4.5.0 |DONE |Manifest: NOSIGNATURE
phosphophyllite-1.18.2-0.6.0-beta.1.5.jar |Phosphophyllite |phosphophyllite |0.6.0-beta.1.5 |DONE |Manifest: NOSIGNATURE
farmingforblockheads-forge-1.18.2-10.0.2.jar |Farming for Blockheads |farmingforblockheads |10.0.2 |DONE |Manifest: NOSIGNATURE
pneumaticcraft-repressurized-1.18.2-3.5.0-17.jar |PneumaticCraft: Repressurized |pneumaticcraft |1.18.2-3.5.0-17 |DONE |Manifest: NOSIGNATURE
MythicBotany-1.18.2-2.1.14.jar |MythicBotany |mythicbotany |1.18.2-2.1.14 |DONE |Manifest: NOSIGNATURE
IntegratedCrafting-1.18.2-1.0.25.jar |IntegratedCrafting |integratedcrafting |1.0.25 |DONE |Manifest: NOSIGNATURE
alchemistry-1.18.2-2.2.1.jar |Alchemistry |alchemistry |1.18.2-2.2.1 |DONE |Manifest: NOSIGNATURE
client-1.18.2-20220404.173914-srg.jar |Minecraft |minecraft |1.18.2 |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
SimpleBackups-1.18.2-1.1.12.jar |Simple Backups |simplebackups |1.18.2-1.1.12 |DONE |Manifest: NOSIGNATURE
theoneprobe-1.18-5.1.2.jar |The One Probe |theoneprobe |1.18-5.1.2 |DONE |Manifest: NOSIGNATURE
appliedenergistics2-forge-11.7.0.jar |Applied Energistics 2 |ae2 |11.7.0 |DONE |Manifest: NOSIGNATURE
AEInfinityBooster-1.18.2-1.1.0+9.jar |AEInfinityBooster |aeinfinitybooster |1.18.2-1.1.0+9 |DONE |Manifest: NOSIGNATURE
MouseTweaks-forge-mc1.18-2.21.jar |Mouse Tweaks |mousetweaks |2.21 |DONE |Manifest: NOSIGNATURE
ImmersiveEngineering-1.18.2-8.3.0-155.jar |Immersive Engineering |immersiveengineering |1.18.2-8.3.0-155 |DONE |Manifest: 44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7
allthemodium-1.9.6-1.18.2-40.1.51.jar |Allthemodium |allthemodium |1.9.6-1.18.2-40.1.51|DONE |Manifest: NOSIGNATURE
SkyblockBuilder-1.18.2-3.3.28.jar |Skyblock Builder |skyblockbuilder |1.18.2-3.3.28 |DONE |Manifest: NOSIGNATURE
ExNihiloMekanism-1.18.2-20220608-005057.jar |Ex Nihilo: Sequentia - Mekanis|exnihilomekanism |1.18.2-20220608-0050|DONE |Manifest: NOSIGNATURE
domum_ornamentum-1.18.2-1.0.77-ALPHA-universal.jar|Domum Ornamentum |domum_ornamentum |1.18.2-1.0.77-ALPHA |DONE |Manifest: NOSIGNATURE
kffmod-3.9.1.jar |Kotlin For Forge |kotlinforforge |3.9.1 |DONE |Manifest: NOSIGNATURE
jeiintegration_1.18.2-9.0.0.37.jar |JEI Integration |jeiintegration |9.0.0.37 |DONE |Manifest: NOSIGNATURE
pipez-1.18.2-1.1.5.jar |Pipez |pipez |1.18.2-1.1.5 |DONE |Manifest: NOSIGNATURE
flywheel-forge-1.18.2-0.6.8.jar |Flywheel |flywheel |0.6.8-97 |DONE |Manifest: NOSIGNATURE
Mantle-1.18.2-1.9.31.jar |Mantle |mantle |1.9.31 |DONE |Manifest: NOSIGNATURE
IntegratedDynamics-1.18.2-1.12.4.jar |IntegratedDynamics |integrateddynamics |1.12.4 |DONE |Manifest: NOSIGNATURE
itemcollectors-1.1.6-forge-mc1.18.jar |Item Collectors |itemcollectors |1.1.6 |DONE |Manifest: NOSIGNATURE
Croptopia-1.18.2-FORGE-2.1.0.jar |Croptopia |croptopia |2.1.0 |DONE |Manifest: NOSIGNATURE
serverconfigupdater-2.1.jar |ServerConfig Updater |serverconfigupdater |2.1 |DONE |Manifest: NOSIGNATURE
polymorph-forge-1.18.2-0.46.jar |Polymorph |polymorph |1.18.2-0.46 |DONE |Manifest: NOSIGNATURE
AutoRegLib-1.7-53.jar |AutoRegLib |autoreglib |1.7-53 |DONE |Manifest: NOSIGNATURE
norecipeadvancements-1.18.2-2.0.1.jar |No Recipe Advancements |norecipeadvancements |2.0.1 |DONE |Manifest: NOSIGNATURE
structures_compass-1.18.2-1.4.1.jar |Structures Compass |structures_compass |1.18.2-1.4.1 |DONE |Manifest: NOSIGNATURE
showcaseitem-1.18.2-1.0.jar |Showcase Item |showcaseitem |1.18.2-1.0 |DONE |Manifest: NOSIGNATURE
occultism-1.18.2-1.65.1.jar |Occultism |occultism |1.18.2-1.65.1 |DONE |Manifest: NOSIGNATURE
allthetweaks-1.9.9.6-1.18.2-40.1.60.jar |All The Tweaks |allthetweaks |1.9.9.6-1.18.2-40.1.|DONE |Manifest: NOSIGNATURE
extremesoundmuffler-3.30_forge-1.18.2.jar |Extreme Sound Muffler |extremesoundmuffler |3.31_forge-1.18.2 |DONE |Manifest: NOSIGNATURE
CosmeticArmorReworked-1.18.2-v2a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.18.2-v2a |DONE |Manifest: 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
defaultoptions-forge-1.18.2-14.1.1.jar |Default Options |defaultoptions |14.1.1 |DONE |Manifest: NOSIGNATURE
SlabMachines-1.18.2-1.1.3.jar |Slab Machines |slabmachines |1.1.3 |DONE |Manifest: NOSIGNATURE
CyclopsCore-1.18.2-1.16.1.jar |Cyclops Core |cyclopscore |1.16.1 |DONE |Manifest: NOSIGNATURE
SuperCircuitMaker2-0.2.9+1.18.2.jar |Super Circuit Maker |supercircuitmaker |0.2.9 |DONE |Manifest: NOSIGNATURE
alchemylib-1.18.2-1.0.20.jar |AlchemyLib |alchemylib |1.18.2-1.0.20 |DONE |Manifest: NOSIGNATURE
AdvancedPeripherals-0.7.22r.jar |Advanced Peripherals |advancedperipherals |0.7.22r |DONE |Manifest: NOSIGNATURE
connectivity-1.18.2-3.2.jar |Connectivity Mod |connectivity |1.18.2-3.2 |DONE |Manifest: NOSIGNATURE
sophisticatedcore-1.18.2-0.5.36.199.jar |Sophisticated Core |sophisticatedcore |1.18.2-0.5.36.199 |DONE |Manifest: NOSIGNATURE
kleeslabs-forge-1.18.2-11.1.1.jar |KleeSlabs |kleeslabs |11.1.1 |DONE |Manifest: NOSIGNATURE
InsaneLib-1.5.3-mc1.18.2.jar |InsaneLib |insanelib |1.5.3 |DONE |Manifest: NOSIGNATURE
glassential-forge-1.18.2-1.2.3.jar |Glassential |glassential |1.18.2-1.2.3 |DONE |Manifest: NOSIGNATURE
cookingforblockheads-forge-1.18.2-12.2.0.jar |CookingForBlockheads |cookingforblockheads |12.2.0 |DONE |Manifest: NOSIGNATURE
Controlling-forge-1.18.2-9.0+22.jar |Controlling |controlling |9.0+22 |DONE |Manifest: NOSIGNATURE
Placebo-1.18.2-6.6.6.jar |Placebo |placebo |6.6.6 |DONE |Manifest: NOSIGNATURE
potionsmaster-0.5.9-1.18.2-40.0.2.jar |Potions Master |potionsmaster |0.5.9-1.18.2-40.0.2 |DONE |Manifest: NOSIGNATURE
Bookshelf-Forge-1.18.2-13.2.51.jar |Bookshelf |bookshelf |13.2.51 |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
sophisticatedbackpacks-1.18.2-3.18.40.773.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.18.2-3.18.40.773 |DONE |Manifest: NOSIGNATURE
buildinggadgets-3.13.1-build.18+mc1.18.2.jar |Building Gadgets |buildinggadgets |3.13.1-build.18+mc1.|DONE |Manifest: NOSIGNATURE
FramedBlocks-5.9.2.jar |FramedBlocks |framedblocks |5.9.2 |DONE |Manifest: NOSIGNATURE
forge-1.18.2-40.2.0-universal.jar |Forge |forge |40.2.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
right_click_get_crops-1.18.2-1.4.0.10.jar |Right Click, Get Crops |right_click_get_crops |1.4.0.10 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
cofh_core-1.18.2-9.1.2.32.jar |CoFH Core |cofh_core |9.1.2.32 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
thermal_foundation-1.18.2-9.1.0.34.jar |Thermal Series |thermal |9.1.0.34 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
redstone_arsenal-1.18.2-6.1.1.11.jar |Redstone Arsenal |redstone_arsenal |6.1.1.11 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
thermal_innovation-1.18.2-9.1.0.15.jar |Thermal Innovation |thermal_innovation |9.1.0.15 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
plonk-1.18.2-10.0.2.jar |Plonk |plonk |10.0.2 |DONE |Manifest: NOSIGNATURE
thermal_cultivation-1.18.2-9.1.0.14.jar |Thermal Cultivation |thermal_cultivation |9.1.0.14 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
appleskin-forge-mc1.18.2-2.4.1.jar |AppleSkin |appleskin |2.4.1+mc1.18.2 |DONE |Manifest: NOSIGNATURE
mcw-doors-1.0.7-mc1.18.2.jar |Macaw's Doors |mcwdoors |1.0.7 |DONE |Manifest: NOSIGNATURE
MekanismGenerators-1.18.2-10.2.5.465.jar |Mekanism: Generators |mekanismgenerators |10.2.5 |DONE |Manifest: NOSIGNATURE
carryon-1.18.2-1.17.0.8.jar |Carry On |carryon |1.17.0.8 |DONE |Manifest: NOSIGNATURE
absentbydesign-1.18.2-1.6.2.jar |Absent By Design Mod |absentbydesign |1.18.2-1.6.2 |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
twilightforest-1.18.2-4.1.1423-universal.jar |The Twilight Forest |twilightforest |4.1.1423 |DONE |Manifest: NOSIGNATURE
mob_grinding_utils-1.18.2-0.4.46.jar |Mob Grinding Utils |mob_grinding_utils |1.18.2-0.4.46 |DONE |Manifest: NOSIGNATURE
chipped-forge-1.18.2-2.0.1.jar |Chipped |chipped |2.0.1 |DONE |Manifest: NOSIGNATURE
exmachinis-1.18.2-1.0.3.jar |Ex Machinis |exmachinis |1.0.3 |DONE |Manifest: NOSIGNATURE
mcw-bridges-2.0.6-mc1.18.2forge.jar |Macaw's Bridges |mcwbridges |2.0.6 |DONE |Manifest: NOSIGNATURE
FarmersDelight-1.18.2-1.2.0.jar |Farmer's Delight |farmersdelight |1.18.2-1.2.0 |DONE |Manifest: NOSIGNATURE
HostileNeuralNetworks-1.18.2-3.2.2.jar |Hostile Neural Networks |hostilenetworks |3.2.2 |DONE |Manifest: NOSIGNATURE
CommonCapabilities-1.18.2-2.8.2.jar |CommonCapabilities |commoncapabilities |2.8.2 |DONE |Manifest: NOSIGNATURE
crashutilities-4.1.jar |Crash Utilities |crashutilities |4.1 |DONE |Manifest: NOSIGNATURE
mcw-fences-1.0.7-mc1.18.2forge.jar |Macaw's Fences and Walls |mcwfences |1.0.7 |DONE |Manifest: NOSIGNATURE
Patchouli-1.18.2-71.1.jar |Patchouli |patchouli |1.18.2-71.1 |DONE |Manifest: NOSIGNATURE
ars_nouveau-1.18.2-2.8.0.jar |Ars Nouveau |ars_nouveau |2.8.0 |DONE |Manifest: NOSIGNATURE
ironchests-2.0.4-forge.jar |Iron Chests: Restocked |ironchests |2.0.4 |DONE |Manifest: NOSIGNATURE
thermal_expansion-1.18.2-9.1.0.18.jar |Thermal Expansion |thermal_expansion |9.1.0.18 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
IntegratedTunnels-1.18.2-1.8.17.jar |IntegratedTunnels |integratedtunnels |1.8.17 |DONE |Manifest: NOSIGNATURE
MysticalCustomization-1.18.2-3.1.2.jar |Mystical Customization |mysticalcustomization |3.1.2 |DONE |Manifest: NOSIGNATURE
libnonymous-2.1.0.jar |libnonymous |libnonymous |2.1.0 |DONE |Manifest: NOSIGNATURE
elevatorid-1.18.2-1.8.4.jar |Elevator Mod |elevatorid |1.18.2-1.8.4 |DONE |Manifest: NOSIGNATURE
ftb-ultimine-forge-1802.3.3-build.70.jar |FTB Ultimine |ftbultimine |1802.3.3-build.70 |DONE |Manifest: NOSIGNATURE
Runelic-Forge-1.18.2-11.0.1.jar |Runelic |runelic |11.0.1 |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
spirit-forge-1.18.2-2.1.8.jar |Spirit |spirit |2.1.8 |DONE |Manifest: NOSIGNATURE
MekanismTools-1.18.2-10.2.5.465.jar |Mekanism: Tools |mekanismtools |10.2.5 |DONE |Manifest: NOSIGNATURE
architectury-4.10.88-forge.jar |Architectury |architectury |4.10.88 |DONE |Manifest: NOSIGNATURE
ftb-library-forge-1802.3.9-build.167.jar |FTB Library |ftblibrary |1802.3.9-build.167 |DONE |Manifest: NOSIGNATURE
ftb-industrial-contraptions-1802.1.6-build.220.jar|FTB Industrial Contraptions |ftbic |1802.1.6-build.220 |DONE |Manifest: NOSIGNATURE
myrtrees-forge-1.1.0-build.29.jar |Myrtrees |myrtrees |1.1.0-build.29 |DONE |Manifest: NOSIGNATURE
findme-3.0.6-forge.jar |FindMe |findme |3.0.6 |DONE |Manifest: NOSIGNATURE
squatgrow-forge-2.0.0-build.34+mc1.18.2.jar |Squat Grow |squatgrow |2.0.0-build.34+mc1.1|DONE |Manifest: NOSIGNATURE
ftb-teams-forge-1802.2.9-build.88.jar |FTB Teams |ftbteams |1802.2.9-build.88 |DONE |Manifest: NOSIGNATURE
cc-tweaked-1.18.2-1.101.0.jar |CC: Tweaked |computercraft |1.101.0 |DONE |Manifest: NOSIGNATURE
energymeter-1.18.2-3.2.1.jar |Energy Meter |energymeter |1.18.2-3.2.1 |DONE |Manifest: NOSIGNATURE
productivebees-1.18.2-0.9.3.0.jar |Productive Bees |productivebees |1.18.2-0.9.3.0 |DONE |Manifest: NOSIGNATURE
light-overlay-6.0.5-forge.jar |Light Overlay |lightoverlay |6.0.5 |DONE |Manifest: NOSIGNATURE
trashcans-1.0.16-forge-mc1.18.jar |Trash Cans |trashcans |1.0.16 |DONE |Manifest: NOSIGNATURE
bwncr-3.13.21.jar |Bad Wither No Cookie Reloaded |bwncr |3.13.21 |DONE |Manifest: NOSIGNATURE
observable-2.2.3-forge.jar |Observable |observable |2.2.3 |DONE |Manifest: NOSIGNATURE
BetterAdvancements-1.18.2-0.2.0.146.jar |Better Advancements |betteradvancements |0.2.0.146 |DONE |Manifest: NOSIGNATURE
inventorysorter-1.18.2-19.0.4.jar |Simple Inventory Sorter |inventorysorter |19.0.4 |DONE |Manifest: NOSIGNATURE
rhino-forge-1802.2.1-build.255.jar |Rhino |rhino |1802.2.1-build.255 |DONE |Manifest: NOSIGNATURE
biggerreactors-1.18.2-0.6.0-beta.1.3.jar |Bigger Reactors |biggerreactors |0.6.0-beta.1.3 |DONE |Manifest: NOSIGNATURE
Cucumber-1.18.2-5.1.3.jar |Cucumber Library |cucumber |5.1.3 |DONE |Manifest: NOSIGNATURE
sophisticatedstorage-1.18.2-0.6.16.274.jar |Sophisticated Storage |sophisticatedstorage |1.18.2-0.6.16.274 |DONE |Manifest: NOSIGNATURE
Snad-1.18.2-1.22.04.15a.jar |Snad |snad |1.18.2-1.22.04.15a |DONE |Manifest: NOSIGNATURE
item-filters-forge-1802.2.8-build.47.jar |Item Filters |itemfilters |1802.2.8-build.47 |DONE |Manifest: NOSIGNATURE
ExNaturae-1.18.2-2.0.0.jar |Ex Naturae |exnaturae |1.18.2-2.0.0 |DONE |Manifest: NOSIGNATURE
create-1.18.2-0.5.0.g.jar |Create |create |0.5.0.g |DONE |Manifest: NOSIGNATURE
createdeco-1.2.12-1.18.2.jar |Create Deco |createdeco |1.2.12-1.18.2 |DONE |Manifest: NOSIGNATURE
Clumps-forge-1.18.2-8.0.0+17.jar |Clumps |clumps |8.0.0+17 |DONE |Manifest: NOSIGNATURE
comforts-forge-1.18.2-5.0.0.5.jar |Comforts |comforts |1.18.2-5.0.0.5 |DONE |Manifest: NOSIGNATURE
configured-2.0.0-1.18.2.jar |Configured |configured |2.0.0 |DONE |Manifest: NOSIGNATURE
Decorative Blocks-forge-1.18.2-2.1.2.jar |Decorative Blocks |decorative_blocks |2.1.2 |DONE |Manifest: NOSIGNATURE
MyServerIsCompatible-1.18-1.0.jar |MyServerIsCompatible |myserveriscompatible |1.0 |DONE |Manifest: NOSIGNATURE
charginggadgets-1.7.0.jar |Charging Gadgets |charginggadgets |1.7.0 |DONE |Manifest: NOSIGNATURE
mcjtylib-1.18-6.0.20.jar |McJtyLib |mcjtylib |1.18-6.0.20 |DONE |Manifest: NOSIGNATURE
rftoolsbase-1.18-3.0.11.jar |RFToolsBase |rftoolsbase |1.18-3.0.11 |DONE |Manifest: NOSIGNATURE
xnet-1.18-4.0.7.jar |XNet |xnet |1.18-4.0.7 |DONE |Manifest: NOSIGNATURE
notenoughwands-1.18-4.0.0.jar |Not Enough Wands |notenoughwands |1.18-4.0.0 |DONE |Manifest: NOSIGNATURE
rftoolspower-1.18-4.0.9.jar |RFToolsPower |rftoolspower |1.18-4.0.9 |DONE |Manifest: NOSIGNATURE
rftoolsbuilder-1.18-4.1.1.jar |RFToolsBuilder |rftoolsbuilder |1.18-4.1.1 |DONE |Manifest: NOSIGNATURE
XNetGases-1.18.2-3.0.1.jar |XNet Gases |xnetgases |3.0.1 |DONE |Manifest: NOSIGNATURE
rftoolsstorage-1.18-3.0.12.jar |RFToolsStorage |rftoolsstorage |1.18-3.0.12 |DONE |Manifest: NOSIGNATURE
ExNihiloThermal-1.18.2-20220608-014416.jar |Ex Nihilo: Sequentia - Thermal|exnihilothermal |1.18.2-20220608-0144|DONE |Manifest: NOSIGNATURE
ExNihiloSequentia-1.18.2-20221113-044349.jar |Ex Nihilo: Sequentia |exnihilosequentia |1.18.2-20221113-0443|DONE |Manifest: NOSIGNATURE
ExNihiloAE-1.18.2-20220607-014628.jar |Ex Nihilo: Sequentia - AE2 Add|exnihiloae |1.18.2-20220607-0146|DONE |Manifest: NOSIGNATURE
ToastControl-1.18.2-6.0.3.jar |Toast Control |toastcontrol |6.0.3 |DONE |Manifest: NOSIGNATURE
EnderStorage-1.18.2-2.9.0.182-universal.jar |EnderStorage |enderstorage |2.9.0.182 |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
AkashicTome-1.5-20.jar |Akashic Tome |akashictome |1.5-20 |DONE |Manifest: NOSIGNATURE
ftb-chunks-forge-1802.3.12-build.217.jar |FTB Chunks |ftbchunks |1802.3.12-build.217 |DONE |Manifest: NOSIGNATURE
kubejs-forge-1802.5.5-build.562.jar |KubeJS |kubejs |1802.5.5-build.562 |DONE |Manifest: NOSIGNATURE
lazierae2-1.18.2-3.1.5.jar |Lazier AE2 |lazierae2 |3.1.5 |DONE |Manifest: NOSIGNATURE
kubejs-thermal-1802.1.5-build.16.jar |KubeJS Thermal |kubejs_thermal |1802.1.5-build.16 |DONE |Manifest: NOSIGNATURE
ftb-quests-forge-1802.3.12-build.157.jar |FTB Quests |ftbquests |1802.3.12-build.157 |DONE |Manifest: NOSIGNATURE
kubejs-create-forge-1802.2.2-build.28.jar |KubeJS Create |kubejs_create |1802.2.2-build.28 |DONE |Manifest: NOSIGNATURE
kubejs-immersive-engineering-1802.2.1-build.35.jar|KubeJS Immersive Engineering |kubejs_immersive_engineering |1802.2.1-build.35 |DONE |Manifest: NOSIGNATURE
kubejs-mekanism-1802.1.3-build.8.jar |KubeJS Mekanism |kubejs_mekanism |1802.1.3-build.8 |DONE |Manifest: NOSIGNATURE
ponderjs-1.18.2-1.1.8.jar |PonderJS |ponderjs |1.1.8 |DONE |Manifest: NOSIGNATURE
BloodMagic-1.18.2-3.2.6-41.jar |Blood Magic |bloodmagic |1.18.2-3.2.6-41 |DONE |Manifest: NOSIGNATURE
MysticalAgriculture-1.18.2-5.1.2.jar |Mystical Agriculture |mysticalagriculture |5.1.2 |DONE |Manifest: NOSIGNATURE
MysticalAgradditions-1.18.2-5.1.2.jar |Mystical Agradditions |mysticalagradditions |5.1.2 |DONE |Manifest: NOSIGNATURE
craftingtweaks-forge-1.18.2-14.0.3.jar |CraftingTweaks |craftingtweaks |14.0.3 |DONE |Manifest: NOSIGNATURE
TConstruct-1.18.2-3.6.0.73.jar |Tinkers' Construct |tconstruct |3.6.0.73 |DONE |Manifest: NOSIGNATURE
rftoolsutility-1.18-4.0.21.jar |RFToolsUtility |rftoolsutility |1.18-4.0.21 |DONE |Manifest: NOSIGNATURE
EnchantmentDescriptions-Forge-1.18.2-10.0.12.jar |EnchantmentDescriptions |enchdesc |10.0.12 |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
titanium-1.18.2-3.5.8-40.jar |Titanium |titanium |3.5.8 |DONE |Manifest: NOSIGNATURE
AE2-Things-1.0.4.jar |AE2 Things |ae2things |1.0.4 |DONE |Manifest: NOSIGNATURE
archers_paradox-1.18.2-3.1.0.9.jar |Archer's Paradox |archers_paradox |3.1.0.9 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
reliquary-1.18.2-2.0.19.1161.jar |Reliquary |reliquary |1.18.2-2.0.19.1161 |DONE |Manifest: NOSIGNATURE
chemlib-1.18.2-2.0.16.jar |ChemLib |chemlib |1.18.2-2.0.16 |DONE |Manifest: NOSIGNATURE
squirtgun-1.18.2-1.1.0.jar |SquirtGun |squirtgun |1.18.2-1.1.0 |DONE |Manifest: NOSIGNATURE
PigPen-Forge-1.18.2-8.0.1.jar |PigPen |pigpen |8.0.1 |DONE |Manifest: NOSIGNATURE
FluxNetworks-1.18.2-7.0.8.12.jar |Flux Networks |fluxnetworks |7.0.8.12 |DONE |Manifest: NOSIGNATURE
Applied-Botanics-1.0.2-alpha.jar |Applied Botanics |appbot |1.0.2-alpha |DONE |Manifest: NOSIGNATURE
SkyGUIs-1.18.2-1.2.2.jar |Sky GUIs |skyguis |1.18.2-1.2.2 |DONE |Manifest: NOSIGNATURE
modonomicon-1.18.2-1.23.2.jar |Modonomicon |modonomicon |1.18.2-1.23.2 |DONE |Manifest: NOSIGNATURE
quartz-1.18.2-0.0.0-beta.1.3.jar |Quartz |quartz |0.0.0-beta.1.3 |DONE |Manifest: NOSIGNATURE
pylons-1.18.2-2.2.0.jar |Pylons |pylons |2.2.0 |DONE |Manifest: NOSIGNATURE
creeperoverhaul-1.3.1-forge.jar |Creeper Overhaul |creeperoverhaul |1.3.1 |DONE |Manifest: NOSIGNATURE
infinitylib-2.1.4.jar |InfinityLib |infinitylib |1.18.2-2.1.4 |DONE |Manifest: NOSIGNATURE
engineersdecor-1.18.2-1.1.28.jar |Engineer's Decor |engineersdecor |1.1.28 |DONE |Manifest: 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
functionalstorage-1.18.2-1.1.3.jar |Functional Storage |functionalstorage |1.18.2-1.1.3 |DONE |Manifest: NOSIGNATURE
moredragoneggs-3.1.jar |More Dragon Eggs |moredragoneggs |3.1 |DONE |Manifest: NOSIGNATURE
Applied-Mekanistics-1.2.2.jar |Applied Mekanistics |appmek |1.2.2 |DONE |Manifest: NOSIGNATURE
MEGACells-1.4.2-1.18.2.jar |MEGA Cells |megacells |1.4.2-1.18.2 |DONE |Manifest: NOSIGNATURE
SolarGeneration-1.18.2-4.1.1.jar |Solar Generation |solargeneration |4.1.1 |DONE |Manifest: NOSIGNATURE
valhelsia_core-forge-1.18.2-0.4.0.jar |Valhelsia Core |valhelsia_core |1.18.2-0.4.0 |DONE |Manifest: NOSIGNATURE
forbidden_arcanus-1.18.2-2.1.1.jar |Forbidden & Arcanus |forbidden_arcanus |1.18.2-2.1.1 |DONE |Manifest: NOSIGNATURE
flickerfix-2.0.0.jar |FlickerFix |flickerfix |2.0.0 |DONE |Manifest: NOSIGNATURE
createaddition-1.18.2-20221219a.jar |Create Crafts & Additions |createaddition |1.18.2-20221219a |DONE |Manifest: NOSIGNATURE
Flywheel Backend: GL33 Instanced Arrays
Crash Report UUID: 8a8aa46d-6a3e-4192-ad65-83b17e72489f
FML: 40.2
Forge: net.minecraftforge:40.2.0
FramedBlocks BlockEntity Warning: Not applicable ```