Create

Create

86M Downloads

Deployer seems to crash server when

zaekeon opened this issue ยท 5 comments

commented
commented

This issue has been marked as stale because it has been inactive for 3 weeks. It will be closed if it remains inactive for another 3 weeks.

commented

This issue has been closed since it has been inactive for 3 weeks since it was marked as stale.

commented

Please provide more info.

commented

I recreated the problem in single player.

I just set up a deployer where the hand was pointing downward. I activated it (by giving it the turning energy) and it worked fine. As soon as I stuck a piece of minecraft dirt under it, it crashed as soon as it touched it.

[deployer]
| (arm)
[] (hand)
{ dirt/grass}

---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!

Time: 2/2/21 4:56 PM
Description: Ticking block entity

java.lang.NullPointerException: Ticking block entity
at blusunrize.immersiveengineering.common.EventHandler.onBlockRightclick(EventHandler.java:377) ~[?:?] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_2474_EventHandler_onBlockRightclick_RightClickBlock.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus$$Lambda$2590/278929198.invoke(Unknown Source) ~[?:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.common.ForgeHooks.onRightClickBlock(ForgeHooks.java:796) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:assets/enigmaticlegacy/enigmaticlegacy.mixins.json:MixinForgeHooks,pl:mixin:A}
at com.simibubi.create.content.contraptions.components.deployer.DeployerHandler.activateInner(DeployerHandler.java:243) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.content.contraptions.components.deployer.DeployerHandler.activate(DeployerHandler.java:119) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.content.contraptions.components.deployer.DeployerTileEntity.activate(DeployerTileEntity.java:261) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.content.contraptions.components.deployer.DeployerTileEntity.func_73660_a(DeployerTileEntity.java:189) ~[?:mc1.16.3_v0.3e] {re:classloading}
at net.minecraft.world.World.func_217391_K(World.java:1279) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:fml:observerlib:coremodmethod,xf:fml:astralsorcery:sun_brightness_server,pl:mixin:APP:performant.mixins.json:world.WorldMixin,pl:mixin:A}
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:371) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,pl:mixin:APP:immersiveengineering.mixins.json:coremods.ServerWorldMixin,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:endergetic.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:APP:performant.mixins.json:world.ServerWorldMixin,pl:mixin:APP:performant.mixins.json:entity.MobServerWorldMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:850) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:the_bumblezone.mixins.json:entities.MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:786) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:the_bumblezone.mixins.json:entities.MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:78) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:smoothboot.mixins.json:client.IntegratedServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:641) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:the_bumblezone.mixins.json:entities.MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.lambda$startServer$0(MinecraftServer.java:232) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:the_bumblezone.mixins.json:entities.MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer$$Lambda$37778/1611376648.run(Unknown Source) [?:?] {}
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}

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

-- Head --
Thread: Server thread
Stacktrace:
at blusunrize.immersiveengineering.common.EventHandler.onBlockRightclick(EventHandler.java:377) ~[?:?] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_2474_EventHandler_onBlockRightclick_RightClickBlock.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus$$Lambda$2590/278929198.invoke(Unknown Source) ~[?:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.common.ForgeHooks.onRightClickBlock(ForgeHooks.java:796) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:assets/enigmaticlegacy/enigmaticlegacy.mixins.json:MixinForgeHooks,pl:mixin:A}
at com.simibubi.create.content.contraptions.components.deployer.DeployerHandler.activateInner(DeployerHandler.java:243) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.content.contraptions.components.deployer.DeployerHandler.activate(DeployerHandler.java:119) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.content.contraptions.components.deployer.DeployerTileEntity.activate(DeployerTileEntity.java:261) ~[?:mc1.16.3_v0.3e] {re:classloading}
at com.simibubi.create.content.contraptions.components.deployer.DeployerTileEntity.func_73660_a(DeployerTileEntity.java:189) ~[?:mc1.16.3_v0.3e] {re:classloading}
-- Block entity being ticked --
Details:
Name: create:deployer // com.simibubi.create.content.contraptions.components.deployer.DeployerTileEntity
Block: Block{create:deployer}[axis_along_first=false,facing=down]
Block location: World: (-44,67,-86), Chunk: (at 4,4,10 in -3,-6; contains blocks -48,0,-96 to -33,255,-81), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Block: Block{create:deployer}[axis_along_first=false,facing=down]
Block location: World: (-44,67,-86), Chunk: (at 4,4,10 in -3,-6; contains blocks -48,0,-96 to -33,255,-81), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Stacktrace:
at net.minecraft.world.World.func_217391_K(World.java:1279) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,xf:fml:observerlib:coremodmethod,xf:fml:astralsorcery:sun_brightness_server,pl:mixin:APP:performant.mixins.json:world.WorldMixin,pl:mixin:A}
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:371) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,pl:mixin:APP:immersiveengineering.mixins.json:coremods.ServerWorldMixin,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:endergetic.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:APP:performant.mixins.json:world.ServerWorldMixin,pl:mixin:APP:performant.mixins.json:entity.MobServerWorldMixin,pl:mixin:A}

-- Affected level --
Details:
All players: 1 total; [ServerPlayerEntity['zaekeon'/61768, l='ServerLevel[test deployer]', x=-44.97, y=65.00, z=-84.59]]
Chunk stats: ServerChunkCache: 2068
Level dimension: minecraft:overworld
Level spawn location: World: (-32,64,-64), Chunk: (at 0,4,0 in -2,-4; contains blocks -32,0,-64 to -17,255,-49), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 4863 game time, 4863 day time
Level name: test deployer
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Level weather: Rain time: 134478 (now: false), thunder time: 151162 (now: false)
Known server brands: forge
Level was modded: true
Level storage version: 0x04ABD - Anvil
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:850) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:the_bumblezone.mixins.json:entities.MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:786) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:the_bumblezone.mixins.json:entities.MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:78) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:smoothboot.mixins.json:client.IntegratedServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:641) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:the_bumblezone.mixins.json:entities.MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.lambda$startServer$0(MinecraftServer.java:232) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:the_bumblezone.mixins.json:entities.MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer$$Lambda$37778/1611376648.run(Unknown Source) [?:?] {}
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}

-- 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_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2590669984 bytes (2470 MB) / 8578400256 bytes (8181 MB) up to 11453595648 bytes (10923 MB)
CPUs: 8
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12288m -Xms256m -XX:PermSize=256m
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.1.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.5-36.0.1.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.5-36.0.1.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.5-36.0.1.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/forge-1.16.5-36.0.1.jar fml TRANSFORMATIONSERVICE
FML: 36.0
Forge: net.minecraftforge:36.0.1
FML Language Providers:
[email protected]
minecraft@1
[email protected]
Mod List:
supermartijn642configlib-1.0.1-mc1.16.jar |SuperMartijn642's Config Lib |supermartijn642configlib |1.0.1 |DONE |NOSIGNATURE
AdditionalEnchantedMiner-1.16.4-16.1.5.jar |QuarryPlus |quarryplus |16.1.5 |DONE |1a:13:52:63:6f:dc:0c:ad:7f:8a:64:ac:46:58:8a:0c:90:ea:2c:5d:11:ac:4c:d4:62:85:c7:d1:00:fa:9c:76
Variant16x-1.16.5-v0.17.4.2_beta.jar |Variant16x |variant16x |0.17.4.2_beta |DONE |NOSIGNATURE
IntegratedTerminals-1.16.4-1.1.1.jar |IntegratedTerminals |integratedterminals |1.1.1 |DONE |NOSIGNATURE
Uppers-0.3.2.jar |Uppers |uppers |0.3.2 |DONE |NOSIGNATURE
rad-1.16-4.1.0.jar |Reload Audio Driver |rad |4.1.0 |DONE |NOSIGNATURE
JAVD-2.5.45+mc-1.16.5.jar |Just Another Void Dim |javd |2.5.45+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
mcw-windows-1.0.2-mc1.16.4.jar |Macaw's Windows |mcwwindows |1.0.2 |DONE |NOSIGNATURE
SilentMechanisms-1.16.3-0.8.9+74.jar |Silent's Mechanisms |silents_mechanisms |0.8.9+74 |DONE |NOSIGNATURE
bambooeverything-1.16.3-forge-1.0.0.jar |Bamboo Everything |bambooeverything |1.16.3-forge-1.0.0 |DONE |NOSIGNATURE
modnametooltip_1.16.2-1.15.0.jar |Mod Name Tooltip |modnametooltip |1.15.0 |DONE |NOSIGNATURE
Neat 1.7-27.jar |Neat |neat |1.7-27 |DONE |NOSIGNATURE
IronJetpacks-1.16.4-4.2.0.jar |Iron Jetpacks |ironjetpacks |4.2.0 |DONE |NOSIGNATURE
essentials-1.16.5-2.10.1.jar |Essentials |essentials |1.16.5-2.10.1 |DONE |NOSIGNATURE
ForgeEndertech-1.16.4-7.0.9.0-build.0032.jar |Forge Endertech |forgeendertech |7.0.9.0 |DONE |NOSIGNATURE
GravelMiner_1.16.3-10.2.0.jar |GravelMiner |gravelminer |10.2.0 |DONE |NOSIGNATURE
ReAuth-1.16-Forge-3.9.3.jar |ReAuth |reauth |3.9.3 |DONE |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
YungsApi-1.16.4-Forge-3.jar |YUNG's API |yungsapi |1.16.4-Forge-3 |DONE |NOSIGNATURE
Powah-1.16.4-2.3.9.jar |Powah |powah |2.3.9 |DONE |NOSIGNATURE
rangedpumps-0.8.2.jar |Ranged Pumps |rangedpumps |0.8.2 |DONE |NOSIGNATURE
Wither-Skeleton-Tweaks-1.16.4-5.3.0.jar |Wither Skeleton Tweaks |wstweaks |5.3.0 |DONE |NOSIGNATURE
reliquary-1.16.3-1.3.4.1061.jar |Reliquary |xreliquary |1.16.3-1.3.4.1061 |DONE |NOSIGNATURE
randompatches-2.2.0-forge.jar |RandomPatches |randompatches |2.2.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
speedyhoppers-1.16.4-1.jar |Speedy Hoppers |speedyhoppers |1.16.4-1 |DONE |NOSIGNATURE
dynviewdist-1.8.jar |Dynamic view distance |dynview |1.8 |DONE |NOSIGNATURE
TMechworks-1.16.3+-2.2.3.jar |Tinkers' Mechworks |tmechworks |2.2.3 |DONE |NOSIGNATURE
JustEnoughResources-1.16.4-0.12.0.104.jar |Just Enough Resources |jeresources |0.12.0.104 |DONE |NOSIGNATURE
supplementaries-0.9.22d.jar |Supplementaries |supplementaries |0.9.22c |DONE |NOSIGNATURE
refinedstorage-1.9.11.jar |Refined Storage |refinedstorage |1.9.11 |DONE |NOSIGNATURE
Upgraded Netherite 1.16.4 - 1.7.1.jar |Upgraded Netherite |upgradednetherite |1.7.0 |DONE |NOSIGNATURE
industrial-foregoing-1.16.5-3.2.8.4-f4f1a4d.jar |Industrial Foregoing |industrialforegoing |3.2.8.4 |DONE |NOSIGNATURE
cleancut-mc1.16-2.2-forge.jar |Clean Cut |cleancut |2.2 |DONE |NOSIGNATURE
torchmaster-2.3.6.jar |Torchmaster |torchmaster |2.3.6 |DONE |NOSIGNATURE
TipTheScales-1.16.4-3.0.0.10.jar |TipTheScales |tipthescales |3.0.0.10 |DONE |NOSIGNATURE
repurposed_structures-1.16.4-2.3.4.jar |Repurposed Structures |repurposed_structures |1.16.4-2.3.4 |DONE |NOSIGNATURE
ironfurnaces-1.16.5-2.6.1.jar |Iron Furnaces |ironfurnaces |2.6.1 |DONE |NOSIGNATURE
mcw-trapdors-1.0.1-mc1.16.5.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.1 |DONE |NOSIGNATURE
SilentGear-1.16.3-2.5.4+212.jar |Silent Gear |silentgear |2.5.4+212 |DONE |NOSIGNATURE
extcaves-2.4.jar |Extended Caves |extcaves |2.4 |DONE |NOSIGNATURE
BetterDefaultBiomes-1.16.4+-Alpha 2.5.3.jar |Better Default Biomes |betterdefaultbiomes |Alpha 2.5.3 |DONE |NOSIGNATURE
Botania-1.16.4-411.jar |Botania |botania |1.16.4-411 |DONE |NOSIGNATURE
SpawnerFix-1.16.2-1.0.0.2.jar |Spawner Fix |sf |1.0.0.2 |DONE |NOSIGNATURE
MysticalAdaptations-1.16.4-1.0.jar |Mystical Adaptations |mysticaladaptations |NONE |DONE |NOSIGNATURE
portality-1.16.4-3.2.0.jar |Portality |portality |3.2.0 |DONE |NOSIGNATURE
curios-forge-1.16.4-4.0.3.5.jar |Curios API |curios |1.16.4-4.0.3.5 |DONE |NOSIGNATURE
randomite-1.16.4-1.0.1.jar |Randomite Classic |randomite |1.0.1 |DONE |NOSIGNATURE
extlights-3.3.jar |Extended Lights |extlights |3.3 |DONE |NOSIGNATURE
angelring-1.16.3-1.3.3.jar |Angel Ring |angelring |1.3.3 |DONE |NOSIGNATURE
Fertilization_1.16.3-5.2.0.jar |Fertilization |fertilization |5.2.0 |DONE |NOSIGNATURE
ExtraStorage-1.16.4-1.3.1.jar |Extra Storage |extrastorage |1.3.1 |DONE |NOSIGNATURE
NaturesAura-33.4.jar |Nature's Aura |naturesaura |33.4 |DONE |NOSIGNATURE
constructionwand-1.16.2-1.7.jar |Construction Wand |constructionwand |1.16.2-1.7 |DONE |NOSIGNATURE
mcw-roofs-2.0.1-mc1.16.5-4.jar |Macaw's Roofs |mcwroofs |2.0.1 |DONE |NOSIGNATURE
furniture-7.0.0-pre19-1.16.3.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre19 |DONE |NOSIGNATURE
observerlib-1.16.4-1.5.1.jar |ObserverLib |observerlib |1.16.4-1.5.1 |DONE |NOSIGNATURE
globalxp-1.16.3-v1.4.15.jar |Global XP |globalxp |v1.4.15 |DONE |NOSIGNATURE
cloth-config-forge-4.1.3.jar |Cloth Config v4 API |cloth-config |4.1.3 |DONE |NOSIGNATURE
the_bumblezone-1.16.5-2.2.10.jar |The Bumblezone |the_bumblezone |1.16.5-2.2.10 |DONE |NOSIGNATURE
BetterBurning-1.16.5-6.0.2.jar |BetterBurning |betterburning |6.0.2 |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
woodcutter-1.3-1.16.3.jar |Wood Cutter |woodcutter |1.3-1.16.3 |DONE |NOSIGNATURE
FastLeafDecay-v25.jar |FastLeafDecay |fastleafdecay |v25 |DONE |NOSIGNATURE
CleanView-1.16.5-v1.jar |CleanView |cleanview |1.16.5-v1 |DONE |NOSIGNATURE
BetterMineshafts-Forge-1.16.4-2.0.1.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.1 |DONE |NOSIGNATURE
SimpleDiscordRichPresence-1.16.4-1.3.5.jar |Simple Discord Rich Presence |sdrp |1.16.4-1.3.5 |DONE |NOSIGNATURE
forge-1.16.5-geckolib-3.0.4a.jar |GeckoLib |geckolib3 |3.0.4a |DONE |NOSIGNATURE
QuarkOddities-1.16.3.jar |Quark Oddities |quarkoddities |1.16.3 |DONE |NOSIGNATURE
ClientTweaks_1.16.3-5.2.0.jar |Client Tweaks |clienttweaks |5.2.0 |DONE |NOSIGNATURE
nomowanderer_MC1.16.4_1.1.jar |NoMoWanderer |nomowanderer |1.16.4_1.1 |DONE |NOSIGNATURE
CraftandHunt-v2.3.1-1.16.3.jar |Craft and Hunt |craftandhunt |2.3.1 |DONE |NOSIGNATURE
woot-1.16.4-1.0.3.0.jar |Woot |woot |1.16.4-1.0.3.0 |DONE |NOSIGNATURE
jei-1.16.4-7.6.1.65.jar |Just Enough Items |jei |7.6.1.65 |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
Mekanism-1.16.4-10.0.18.445.jar |Mekanism |mekanism |10.0.18 |DONE |NOSIGNATURE
RingsOfAscension-1.16.4-1.6.0.jar |Rings of Ascension |ringsofascension |1.6.0 |DONE |NOSIGNATURE
invtweaks-1.16.4-1.0.1.jar |Inventory Tweaks Renewed |invtweaks |1.16.4-1.0.1 |DONE |NOSIGNATURE
shutupexperimentalsettings-1.0.1.jar |Shutup Experimental Settings! |shutupexperimentalsettings |1.0.1 |DONE |NOSIGNATURE
NaturesCompass-1.16.4-1.8.6.jar |Nature's Compass |naturescompass |1.16.4-1.8.6 |DONE |NOSIGNATURE
LibX-1.16.3-1.0.10.jar |LibX |libx |1.16.3-1.0.10 |DONE |NOSIGNATURE
AdHooks-1.16.4-6.1.2.0-build.0027.jar |Advanced Hook Launchers |adhooks |6.1.2.0 |DONE |NOSIGNATURE
phosphophyllite-1.16.4-0.4.1.jar |Phosphophyllite |phosphophyllite |0.4.1 |DONE |NOSIGNATURE
engineerstools-1.16.4-1.1.3.jar |Engineer's Tools |engineerstools |1.1.3 |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
FarmingForBlockheads_1.16.3-7.2.1.jar |Farming for Blockheads |farmingforblockheads |7.2.1 |DONE |NOSIGNATURE
pneumaticcraft-repressurized-1.16.5-2.9.4-126.jar |PneumaticCraft: Repressurized |pneumaticcraft |1.16.5-2.9.4-126 |DONE |NOSIGNATURE
travellersboots-1.16.x-1.4.3.jar |Traveller's Boots |travellersboots |1.4.3 |DONE |NOSIGNATURE
environmentalcreepers-forge-1.16.3-1.6.0.jar |Environmental Creepers |environmentalcreepers |1.6.0 |DONE |NOSIGNATURE
PackingTape-1.16.3-0.10.0.jar |Packing Tape |packingtape |0.10.0 |DONE |NOSIGNATURE
extradisks-1.16.4-1.5.0.jar |Extra Disks |extradisks |1.5.0 |DONE |NOSIGNATURE
ImmersivePetroleum-1.16.4-3.1.0-2.jar |Immersive Petroleum |immersivepetroleum |3.1.0-2 |DONE |NOSIGNATURE
crossroads-1.16.4-2.6.2.jar |Crossroads |crossroads |version |DONE |NOSIGNATURE
MythicBotany-1.16.3-1.2.0.jar |MythicBotany |mythicbotany |1.16.3-1.2.0 |DONE |NOSIGNATURE
IntegratedCrafting-1.16.4-1.0.11.jar |IntegratedCrafting |integratedcrafting |1.0.11 |DONE |NOSIGNATURE
ZeroCore2-1.16.4-2.0.19.jar |Zero CORE 2 |zerocore |1.16.4-2.0.19 |DONE |NOSIGNATURE
forge-1.16.5-36.0.1-client.jar |Minecraft |minecraft |1.16.5 |DONE |NOSIGNATURE
theoneprobe-1.16-3.0.7.jar |The One Probe |theoneprobe |1.16-3.0.7 |DONE |NOSIGNATURE
MouseTweaks-2.13-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.13 |DONE |NOSIGNATURE
ImmersiveEngineering-1.16.5-4.2.0-130.jar |Immersive Engineering |immersiveengineering |1.16.5-4.2.0-130 |DONE |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
pamhc2crops-1.16.3-1.0.1.jar |Pam's HarvestCraft 2 Crops |pamhc2crops |version |DONE |NOSIGNATURE
Ding-1.16.3-1.2.0.jar |Ding |ding |1.2.0 |DONE |NOSIGNATURE
ceilingtorch-1.16.5-v1.9.1.jar |Ceiling Torch |ceilingtorch |v1.9.1 |DONE |NOSIGNATURE
dimdungeons-1.081.jar |Dimensional Dungeons |dimdungeons |1.16.4-1.081 |DONE |NOSIGNATURE
Mantle-1.16.5-1.6.79.jar |Mantle |mantle |1.6.79 |DONE |NOSIGNATURE
Xaeros_Minimap_21.1.0_Forge_1.16.5.jar |Xaero's Minimap |xaerominimap |21.1.0 |DONE |NOSIGNATURE
IntegratedDynamics-1.16.4-1.3.0.jar |IntegratedDynamics |integrateddynamics |1.3.0 |DONE |NOSIGNATURE
integratednbt-1.16.4-1.4.0.jar |Integrated NBT |integratednbt |version |DONE |NOSIGNATURE
pamhc2foodcore-1.16.3-1.0.1.jar |Pam's HarvestCraft 2 Food Core|pamhc2foodcore |version |DONE |NOSIGNATURE
itemcollectors-1.0.10-mc1.16.5.jar |Item Collectors |itemcollectors |1.0.10 |DONE |NOSIGNATURE
gravestone-1.16.5-1.0.0.jar |Gravestone Mod |gravestone |1.16.5-1.0.0 |DONE |NOSIGNATURE
ftb-backups-2.1.1.6.jar |FTB Backups |ftbbackups |2.1.1.6 |DONE |NOSIGNATURE
polymorph-forge-1.16.4-0.23.jar |Polymorph |polymorph |1.16.4-0.23 |DONE |NOSIGNATURE
AutoRegLib-1.6-47.jar |AutoRegLib |autoreglib |1.6-47 |DONE |NOSIGNATURE
[1.16.4] SecurityCraft v1.8.20.2.jar |SecurityCraft |securitycraft |v1.8.20.2 |DONE |NOSIGNATURE
backpacked-1.7.0-1.16.3.jar |Backpacked |backpacked |1.7.0 |DONE |NOSIGNATURE
backpacker-1.1.0-1.16.3.jar |Backpacker |backpacker |1.1.0 |DONE |NOSIGNATURE
PickleTweaks-1.16.4-5.1.4.jar |Pickle Tweaks |pickletweaks |5.1.4 |DONE |NOSIGNATURE
FastFurnace-1.16.4-4.4.0.jar |FastFurnace |fastfurnace |4.4.0 |DONE |NOSIGNATURE
connectedglass-1.0.6-mc1.16.4.jar |Connected Glass |connectedglass |1.0.6 |DONE |NOSIGNATURE
RefinedRelocation_1.16.3-8.2.1.jar |Refined Relocation |refinedrelocation |8.2.1 |DONE |NOSIGNATURE
durabilityviewer-1.16.4-forge35.0.7-1.10.jar |Giselbaers Durability Viewer |durabilityviewer |1.16.4-forge35.0.7-1|DONE |NOSIGNATURE
DamageTilt-1.16-forge-0.1.1.jar |DamageTilt |damagetilt |0.1.1 |DONE |NOSIGNATURE
byg-1.1.8.jar |Oh The Biomes You'll Go |byg |1.1.8 |DONE |NOSIGNATURE
extremeSoundMuffler-3.6_Forge-1.16.4.jar |Extreme Sound Muffler |extremesoundmuffler |3.6_forge-1.16.4 |DONE |NOSIGNATURE
CosmeticArmorReworked-1.16.5-v1.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.5-v1 |DONE |NOSIGNATURE
lootbagmod-1.16.5-1.6.5.jar |Loot Bag Mod |lootbagmod |1.6.5 |DONE |NOSIGNATURE
DefaultOptions_1.16.3-12.2.0.jar |Default Options |defaultoptions |12.2.0 |DONE |NOSIGNATURE
tetra-1.16.4-3.5.3.jar |Tetra |tetra |3.5.3 |DONE |NOSIGNATURE
CyclopsCore-1.16.4-1.10.1.jar |Cyclops Core |cyclopscore |1.10.1 |DONE |NOSIGNATURE
astralsorcery-1.16.4-1.13.9.jar |Astral Sorcery |astralsorcery |1.16.4-1.13.9 |DONE |45:2b:0a:49:6b:65:3b:39:a9:dd:d2:5b:55:7f:82:47:a5:1d:7a:cc:7f:a8:69:73:72:53:6f:57:4d:b2:1a:b7
aiotbotania-1.16.4-1.7.0.jar |AIOT Botania |aiotbotania |1.7.0 |DONE |NOSIGNATURE
eidolon-0.2.7.jar |Eidolon |eidolon |0.2.7 |DONE |NOSIGNATURE
managear-1.16.3-2.2.3.jar |Mana Gear |managear |1.16.3-2.2.3 |DONE |NOSIGNATURE
KleeSlabs_1.16.3-9.2.0.jar |KleeSlabs |kleeslabs |9.2.0 |DONE |NOSIGNATURE
glassential-forge-1.16.4-1.1.5.jar |Glassential |glassential |1.1.5 |DONE |NOSIGNATURE
TerraForged-1.16.4-0.2.0.jar |TerraForged |terraforged |0.2.0 |DONE |7b:73:d0:a2:c3:40:13:84:35:4f:c9:0e:2b:85:8c:08:ea:3c:3c:eb:f1:98:8b:5b:6e:ca:8a:a0:9a:cf:12:b3
XaerosWorldMap_1.11.9_Forge_1.16.5.jar |Xaero's World Map |xaeroworldmap |1.11.9 |DONE |NOSIGNATURE
CookingForBlockheads_1.16.3-9.2.2.jar |Cooking for Blockheads |cookingforblockheads |9.2.2 |DONE |NOSIGNATURE
Controlling-7.0.0.12.jar |Controlling |controlling |7.0.0.12 |DONE |NOSIGNATURE
Placebo-1.16.4-4.4.1.jar |Placebo |placebo |4.4.1 |DONE |NOSIGNATURE
dankstorage-3.14.jar |Dank Storage |dankstorage |3.14 |DONE |NOSIGNATURE
citadel-1.5.3.jar |Citadel |citadel |1.5.3 |DONE |NOSIGNATURE
alexsmobs-1.4.1.jar |Alex's Mobs |alexsmobs |1.4.1 |DONE |NOSIGNATURE
iceandfire-2.1.5-1.16.4.jar |Ice and Fire |iceandfire |2.1.5-1.16.4 |DONE |NOSIGNATURE
rats-7.1.0-1.16.5.jar |Rats |rats |7.1.0 |DONE |NOSIGNATURE
ratlantis-1.0.0-1.16.3.jar |Rats: Ratlantis |ratlantis |1.0.0-1.16.3 |DONE |NOSIGNATURE
iafgear-1.16.3-1.0.2.jar |DragonGear |iafgear |1.16.3-1.0.2 |DONE |NOSIGNATURE
culinaryconstruct-forge-1.16.5-4.0.0.3.jar |Culinary Construct |culinaryconstruct |1.16.5-4.0.0.3 |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
DarkUtilities-1.16.5-8.0.1.jar |Dark Utilities |darkutils |8.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
BotanyPots-1.16.5-7.0.2.jar |BotanyPots |botanypots |7.0.2 |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
BotanyTrees-1.16.5-3.0.1.jar |BotanyTrees |botanytrees |3.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
Tips-1.16.4-3.0.1.jar |Tips |tips |3.0.1 |DONE |ea:45:b3:82:b6:9d:50:16:95:e7:2e:34:e1:92:d5:b4:9b:69:90:d3:4f:2e:71:99:b0:be:40:80:27:1f:3e:b0
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
buildinggadgets-1.16.4-3.7.3.jar |Building Gadgets |buildinggadgets |3.7.3 |DONE |NOSIGNATURE
forge-1.16.5-36.0.1-universal.jar |Forge |forge |36.0.1 |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
PassthroughSigns-1.16.4-2.3.7.jar |Passthrough Signs |passthroughsigns |1.16.4-2.3.7 |DONE |NOSIGNATURE
cofh_core-1.16.3-1.1.6.jar |CoFH Core |cofh_core |1.1.6 |DONE |NOSIGNATURE
thermal_foundation-1.16.3-1.1.6.jar |Thermal Series |thermal |1.1.6 |DONE |NOSIGNATURE
thermal_innovation-1.16.3-1.1.7.jar |Thermal Innovation |thermal_innovation |1.1.7 |DONE |NOSIGNATURE
thermal_locomotion-1.16.3-1.1.6.jar |Thermal Locomotion |thermal_locomotion |1.1.6 |DONE |NOSIGNATURE
Psi 1.16-91.jar |Psi |psi |1.16-91 |DONE |NOSIGNATURE
thermal_cultivation-1.16.3-1.1.6.jar |Thermal Cultivation |thermal_cultivation |1.1.6 |DONE |NOSIGNATURE
AppleSkin-mc1.16.2-forge-1.0.14.jar |AppleSkin |appleskin |1.0.14 |DONE |NOSIGNATURE
Aquaculture-1.16.4-2.1.12.jar |Aquaculture 2 |aquaculture |1.16.4-2.1.12 |DONE |NOSIGNATURE
mcw-doors-1.0.2-mc1.16.5.jar |Macaw's Doors |mcwdoors |1.0.2 |DONE |NOSIGNATURE
MekanismGenerators-1.16.4-10.0.18.445.jar |Mekanism: Generators |mekanismgenerators |10.0.18 |DONE |NOSIGNATURE
Ma-Essentials-1.16.3-3.4.0.jar |Ma Essentials |maessentials |1.16.3-3.4.0 |DONE |NOSIGNATURE
FpsReducer-mc1.16.4-1.18.jar |FPS Reducer |fpsreducer |mc1.16.4-1.18 |DONE |NOSIGNATURE
MmmMmmMmmMmm-1.16-1.0.1.jar |MmmMmmMmmMmm |dummmmmmy |1.0.1 |DONE |NOSIGNATURE
konkrete_1.1.2_MC_1.16.2-1.16.5.jar |Konkrete |konkrete |1.1.2 |DONE |NOSIGNATURE
PrettyPipes-1.9.1.jar |Pretty Pipes |prettypipes |1.9.1 |DONE |NOSIGNATURE
chocolate-1.3.0-1.16.4.jar |Chocolate |chocolate |1.3.0-1.16.4 |DONE |NOSIGNATURE
mcw-bridges-1.0.5-mc1.16.5-4.jar |Macaw's Bridges |mcwbridges |1.0.5 |DONE |NOSIGNATURE
useful_backpacks-1.16.4-1.11.6.87.jar |Useful Backpacks |usefulbackpacks |1.11.6.87 |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
entangled-1.2.10-mc1.16.5.jar |Entangled |entangled |1.2.10 |DONE |NOSIGNATURE
curiousjetpacks-1.4-1.16.5.jar |Curious Jetpacks |curiousjetpacks |1.4-1.16.5 |DONE |NOSIGNATURE
CommonCapabilities-1.16.4-2.5.5.jar |CommonCapabilities |commoncapabilities |2.5.5 |DONE |NOSIGNATURE
crashutilities-3.8.1.jar |Crash Utilities |crashutilities |3.8.1 |DONE |NOSIGNATURE
MekanismAdditions-1.16.4-10.0.18.445.jar |Mekanism: Additions |mekanismadditions |10.0.18 |DONE |NOSIGNATURE
Lollipop-1.16.4-3.2.4.jar |Lollipop |lollipop |3.2.4 |DONE |NOSIGNATURE
LetSleepingDogsLie-1.16.3-1.1.1.jar |Let Sleeping Dogs Lie |dogslie |1.1.1 |DONE |NOSIGNATURE
mining_dimension-1.16.5-1.0.1.jar |Mining World |mining_dimension |1.16.5-1.0.1 |DONE |NOSIGNATURE
simplefarming-1.16.4-1.3.5.jar |Simple Farming |simplefarming |1.16.4-1.3.5 |DONE |NOSIGNATURE
jousting-1.16.5-v1.0.2.jar |Jousting |jousting |1.16.5-v1.0.2 |DONE |NOSIGNATURE
goprone-1.16.4-1.3.5.jar |GoProne |goprone |1.16.4-1.3.5 |DONE |NOSIGNATURE
dpanvil-1.16.3-1.0.6.jar |DataPack Anvil |dpanvil |1.16.3-1.0.6 |DONE |NOSIGNATURE
Patchouli-1.16.4-48.jar |Patchouli |patchouli |1.16.4-48 |DONE |NOSIGNATURE
ars_nouveau-1.16.4-1.11.2.jar |Ars Nouveau |ars_nouveau |1.11.2 |DONE |NOSIGNATURE
blockcarpentry-1.16-0.3.5a.jar |BlockCarpentry |blockcarpentry |1.16-0.3.5a |DONE |NOSIGNATURE
thermal_expansion-1.16.3-1.1.6.jar |Thermal Expansion |thermal_expansion |1.1.6 |DONE |NOSIGNATURE
IntegratedTunnels-1.16.4-1.6.16.jar |IntegratedTunnels |integratedtunnels |1.6.16 |DONE |NOSIGNATURE
elevatorid-1.16.5-1.7.12.jar |Elevator Mod |elevatorid |1.16.5-1.7.12 |DONE |NOSIGNATURE
ftb-ultimine-1603.1.1.13.jar |FTB Ultimine |ftbultimine |1603.1.1.13 |DONE |NOSIGNATURE
expandedstorage-3.0.5+1.16.3.jar |Expanded Storage |expandedstorage |3.0.5 |DONE |NOSIGNATURE
EnigmaticLegacy-2.10.3.jar |Enigmatic Legacy |enigmaticlegacy |2.10.3 |DONE |NOSIGNATURE
Runelic-1.16.4-6.0.4.jar |Runelic |runelic |6.0.4 |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
MekanismTools-1.16.4-10.0.18.445.jar |Mekanism: Tools |mekanismtools |10.0.18 |DONE |NOSIGNATURE
architectury-1.5.101-forge.jar |Architectury |architectury |1.5.101 |DONE |NOSIGNATURE
ftb-gui-library-1604.2.0.30-forge.jar |FTB GUI Library |ftbguilibrary |1604.2.0.30 |DONE |NOSIGNATURE
ftb-teams-1604.1.0.14-forge.jar |FTB Teams |ftbteams |version |DONE |NOSIGNATURE
psipherals-1.4.0.jar |Psionic Peripherals |psipherals |version |DONE |NOSIGNATURE
cc-tweaked-1.16.4-1.95.2.jar |CC: Tweaked |computercraft |1.95.2 |DONE |NOSIGNATURE
AI-Improvements-1.16.2-0.3.0.jar |AI-Improvements |aiimprovements |0.3.0 |DONE |NOSIGNATURE
moreoverlays-1.18.12-mc1.16.5.jar |More Overlays Updated |moreoverlays |1.18.12-mc1.16.5 |DONE |NOSIGNATURE
cherishedworlds-forge-1.16.4-5.1.0.0.jar |Cherished Worlds |cherishedworlds |1.16.4-5.1.0.0 |DONE |NOSIGNATURE
ExtremeReactors2-1.16.4-2.0.21.jar |Extreme Reactors 2 |bigreactors |1.16.4-2.0.21 |DONE |NOSIGNATURE
productivebees-1.16.5-0.5.2.11.jar |Productive Bees |productivebees |1.16.5-0.5.2.11 |DONE |NOSIGNATURE
trashcans-1.0.6a-mc1.16.4.jar |Trash Cans |trashcans |1.0.6a |DONE |NOSIGNATURE
bwncr-1.16.4-3.9.16.jar |Bad Wither No Cookie Reloaded |bwncr |1.16.4-3.9.16 |DONE |NOSIGNATURE
QuantumStorage-1.16.4-5.3.0.jar |QuantumStorage |quantumstorage |5.3.0Alpha5 |DONE |NOSIGNATURE
Cyclic-1.16.5-1.1.4.jar |Cyclic |cyclic |1.16.5-1.1.4 |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
BetterAdvancements-1.16.3-0.1.0.102.jar |Better Advancements |betteradvancements |0.1.0.102 |DONE |NOSIGNATURE
rhino-1.7.13.10.jar |Rhino |rhino |1.7.13.10 |DONE |NOSIGNATURE
kubejs-1605.3.4.151-forge.jar |KubeJS |kubejs |1605.3.4.151 |DONE |NOSIGNATURE
BotaniaAdditionsMC1.16.4-1.0.4.jar |Botania Additions |botaniaadditions |1.0.4 |DONE |NOSIGNATURE
Ma-Enchants-1.16.3-3.5.0.jar |Ma Enchants |ma-enchants |1.16.3-3.5.0 |DONE |NOSIGNATURE
biggerreactors-1.16.4-0.4.3.jar |Bigger Reactors |biggerreactors |0.4.3 |DONE |NOSIGNATURE
Cucumber-1.16.4-4.1.5.jar |Cucumber Library |cucumber |4.1.5 |DONE |NOSIGNATURE
TrashSlot_1.16.3-12.2.1.jar |TrashSlot |trashslot |12.2.1 |DONE |NOSIGNATURE
pamhc2trees-1.16.3-1.0.0.jar |Pam's HarvestCraft 2 Fruit Tre|pamhc2trees |1.0.0 |DONE |NOSIGNATURE
flatbedrock-1.16.4-1.1.6.jar |Flat Bedrock |flatbedrock |1.16.4-1.1.6 |DONE |NOSIGNATURE
craftingstation-4.1.1.jar |Crafting Station |craftingstation |4.1.1 |DONE |NOSIGNATURE
item-filters-1605.2.3.20-forge.jar |Item Filters |itemfilters |1605.2.3.20 |DONE |NOSIGNATURE
ftb-quests-1604.1.1.21.jar |FTB Quests |ftbquests |1604.1.1.21 |DONE |NOSIGNATURE
elementalcraft-1.16.4-2.5.5.jar |ElementalCraft |elementalcraft |1.16.4-2.5.5 |DONE |NOSIGNATURE
metalbarrels-3.3a.jar |Metal Barrels |metalbarrels |3.3a |DONE |NOSIGNATURE
Druidcraft-1.16.5-0.4.52.jar |Druidcraft |druidcraft |0.4.52 |DONE |NOSIGNATURE
abnormals_core-1.16.4-3.0.6.jar |Abnormals Core |abnormals_core |3.0.6 |DONE |NOSIGNATURE
upgrade_aquatic-1.16.5-3.0.1.jar |Upgrade Aquatic |upgrade_aquatic |3.0.1 |DONE |NOSIGNATURE
endergetic-1.16.4-3.0.0.jar |The Endergetic Expansion |endergetic |3.0.0 |DONE |NOSIGNATURE
Scannable-MC1.16.4-1.7.1.10.jar |Scannable |scannable |1.7.1.10 |DONE |NOSIGNATURE
ae2extras-1.2-1.16.4.jar |AE2 Extras |ae2extras |1.2-1.16.4 |DONE |NOSIGNATURE
create-mc1.16.3_v0.3e.jar |Create |create |mc1.16.3_v0.3e |DONE |NOSIGNATURE
Waystones_1.16.3-7.3.1.jar |Waystones |waystones |7.3.1 |DONE |NOSIGNATURE
Clumps-6.0.0.13.jar |Clumps |clumps |6.0.0.13 |DONE |NOSIGNATURE
mgui-1.16.4-3.1.3.jar |mgui |mgui |3.1.3 |DONE |NOSIGNATURE
appliedenergistics2-8.2.0-beta.2.jar |Applied Energistics 2 |appliedenergistics2 |8.2.0-beta.2 |DONE |95:58:cc:83:9d:a8:fa:4f:e9:f3:54:90:66:61:c8:ae:9c:08:88:11:52:52:df:2d:28:5f:05:d8:28:57:0f:98
DimStorage-1.16.5-4.4.0.jar |DimStorage |dimstorage |4.4.0 |DONE |NOSIGNATURE
OuterEnd-0.2.3.jar |Outer End |outer_end |0.2.0 |DONE |NOSIGNATURE
BasicNetherOres-1.16.4-5.4.0.jar |Basic Nether Ores |bno |5.4.0 |DONE |NOSIGNATURE
VanillaTweaks-1.16.4-1.5.39.jar |VanillaTweaks |vanillatweaks |1.16.4-1.5.39 |DONE |NOSIGNATURE
taffyjump-1.16.1-1.0.jar |TaffyJump |taffyjump |1.16.1-1.0 |DONE |NOSIGNATURE
DungeonCrawl-1.16.3-2.2.4.jar |Dungeon Crawl |dungeoncrawl |2.2.4 |DONE |NOSIGNATURE
demagnetize-forge-1.16.2-1.2.2.jar |Demagnetize |demagnetize |1.16.2-1.2.2 |DONE |NOSIGNATURE
TravelAnchors-2.1.jar |Travel Anchors |travel_anchors |2.1 |DONE |NOSIGNATURE
mcjtylib-1.16-5.0.15.jar |McJtyLib |mcjtylib |1.16-5.0.15 |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
rftoolspower-1.16-3.0.8.jar |RFToolsPower |rftoolspower |1.16-3.0.8 |DONE |NOSIGNATURE
rftoolsbuilder-1.16-3.0.13.jar |RFToolsBuilder |rftoolsbuilder |1.16-3.0.13 |DONE |NOSIGNATURE
rftoolsstorage-1.16-2.0.8.jar |RFToolsStorage |rftoolsstorage |1.16-2.0.8 |DONE |NOSIGNATURE
rftoolscontrol-1.16-4.0.6.jar |RFToolsControl |rftoolscontrol |1.16-4.0.6 |DONE |NOSIGNATURE
mahoutsukai-1.16.5-v1.27.8.jar |Mahou Tsukai |mahoutsukai |1.16.5-v1.27.8 |DONE |NOSIGNATURE
Toast-Control-1.16.4-4.3.1.jar |Toast Control |toastcontrol |4.3.1 |DONE |NOSIGNATURE
mininggadgets-1.7.1.jar |Mining Gadgets |mininggadgets |1.7.1 |DONE |NOSIGNATURE
AkashicTome-1.4-15.jar |Akashic Tome |akashictome |1.4-15 |DONE |NOSIGNATURE
ftb-chunks-1604.2.2.61.jar |FTB Chunks |ftbchunks |1604.2.2.61 |DONE |NOSIGNATURE
BloodMagic-1.16.3-3.0.6-11.jar |Blood Magic |bloodmagic |1.16.3-3.0.6-11 |DONE |NOSIGNATURE
scuba-gear-1.16.4-1.0.1.jar |Scuba Gear |scuba_gear |1.0.1 |DONE |NOSIGNATURE
FasterLadderClimbing-1.16.4-0.2.1.jar |Faster Ladder Climbing |fasterladderclimbing |1.16.4-0.2.1 |DONE |NOSIGNATURE
MysticalAgriculture-1.16.4-4.1.4.jar |Mystical Agriculture |mysticalagriculture |4.1.4 |DONE |NOSIGNATURE
MysticalAgradditions-1.16.4-4.1.3.jar |Mystical Agradditions |mysticalagradditions |4.1.3 |DONE |NOSIGNATURE
CraftingTweaks_1.16.3-12.2.0.jar |Crafting Tweaks |craftingtweaks |12.2.0 |DONE |NOSIGNATURE
rftoolsutility-1.16-3.0.20.jar |RFToolsUtility |rftoolsutility |1.16-3.0.20 |DONE |NOSIGNATURE
EnchantmentDescriptions-1.16.4-6.0.3.jar |EnchantmentDescriptions |enchdesc |6.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
ToolBelt-1.16.3-1.15.2.jar |Tool Belt |toolbelt |1.15.2 |DONE |NOSIGNATURE
titanium-1.16.4-3.2.5.jar |Titanium |titanium |3.2.5 |DONE |NOSIGNATURE
compactores-1.16.3-3.0.2.jar |Compact Ores |compactores |3.0.2 |DONE |NOSIGNATURE
SilentLib-1.16.3-4.9.1+64.jar |Silent Lib |silentlib |4.9.1+64 |DONE |NOSIGNATURE
forbidden_arcanus-1.16.4-1.0.0.jar |Forbidden & Arcanus |forbidden_arcanus |1.16.4-1.0.0 |DONE |NOSIGNATURE
smoothboot-forge-1.16.4-1.2.0.jar |Smooth Boot |smoothboot |1.16.4-1.2.0 |DONE |NOSIGNATURE
LargeFluidTank-16.1.1.jar |FluidTank |fluidtank |16.1.1 |DONE |1a:13:52:63:6f:dc:0c:ad:7f:8a:64:ac:46:58:8a:0c:90:ea:2c:5d:11:ac:4c:d4:62:85:c7:d1:00:fa:9c:76
Quark-r2.4-298.jar |Quark |quark |r2.4-298 |DONE |NOSIGNATURE
Apotheosis-1.16.3-4.4.1.jar |Apotheosis |apotheosis |4.4.1 |DONE |NOSIGNATURE
FastWorkbench-1.16.4-4.5.0.jar |FastWorkbench |fastbench |4.5.0 |DONE |NOSIGNATURE
StorageDrawers-1.16.3-8.2.2.jar |Storage Drawers |storagedrawers |8.2.2 |DONE |NOSIGNATURE
FluxNetworks-1.16.5-6.1.6.11.jar |Flux Networks |fluxnetworks |1.16.5-6.1.6.11 |DONE |NOSIGNATURE
performant-1.16.2-4-3.30m.jar |Performant |performant |3.30m |DONE |NOSIGNATURE
InventoryHud_1.16.x.forge-3.1.4.jar |Inventory HUD+(Forge edition) |inventoryhud |3.1.4 |DONE |NOSIGNATURE
fancymenu_1.7.0_MC_1.16.2-1.16.5.jar |FancyMenu |fancymenu |1.7.0 |DONE |NOSIGNATURE
hunterillager-1.16.4-1.1.3.jar |HunterIllager |hunterillager |1.16.4-1.1.3 |DONE |NOSIGNATURE
ferritecore-1.1.1.jar |Ferrite Core |ferritecore |1.1.1 |DONE |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
engineersdecor-1.16.4-1.1.7.jar |Engineer's Decor |engineersdecor |1.1.7 |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
solcarrot-1.16.3-1.9.9.jar |Spice of Life: Carrot Edition |solcarrot |1.16.3-1.9.9 |DONE |NOSIGNATURE
modular-routers-1.16.4-7.3.1-50.jar |Modular Routers |modularrouters |1.16.4-7.3.1-50 |DONE |NOSIGNATURE
SilentGems-1.16.3-3.7.9+112.jar |Silent's Gems 3 |silentgems |3.7.9+112 |DONE |NOSIGNATURE
refinedstorageaddons-0.7.2.jar |Refined Storage Addons |refinedstorageaddons |0.7.2 |DONE |NOSIGNATURE
overloadedarmorbar-5.1.0.jar |Overloaded Armor Bar |overloadedarmorbar |5.1.0 |DONE |NOSIGNATURE
chiselsandbits-0.2.10-RELEASE.jar |Chisels & bits |chiselsandbits |NONE |DONE |NOSIGNATURE
Morph-o-Tool-1.4-26.jar |Morph-o-Tool |morphtool |1.4-26 |DONE |NOSIGNATURE
Crash Report UUID: c358c664-0376-43c3-8a86-bfbaebdac0f3
[Psi] Active spell: None
Patchouli open book context: n/a
Player Count: 1 / 8; [ServerPlayerEntity['zaekeon'/61768, l='ServerLevel[test deployer]', x=-44.97, y=65.00, z=-84.59]]
Data Packs: vanilla, mod:supermartijn642configlib, mod:quarryplus, mod:variant16x, mod:integratedterminals, mod:uppers (incompatible), mod:rad (incompatible), mod:javd (incompatible), mod:mcwwindows (incompatible), mod:silents_mechanisms (incompatible), mod:bambooeverything (incompatible), mod:modnametooltip, mod:neat (incompatible), mod:ironjetpacks, mod:essentials (incompatible), mod:forgeendertech, mod:gravelminer (incompatible), mod:reauth, mod:yungsapi, mod:powah, mod:rangedpumps, mod:wstweaks (incompatible), mod:xreliquary, mod:randompatches, mod:speedyhoppers (incompatible), mod:dynview (incompatible), mod:tmechworks (incompatible), mod:jeresources, mod:supplementaries, mod:refinedstorage, mod:upgradednetherite (incompatible), mod:industrialforegoing (incompatible), mod:cleancut (incompatible), mod:torchmaster (incompatible), mod:tipthescales, mod:repurposed_structures, mod:ironfurnaces, mod:mcwtrpdoors, mod:silentgear, mod:extcaves, mod:betterdefaultbiomes, mod:botania, mod:sf, mod:mysticaladaptations (incompatible), mod:portality (incompatible), mod:curios, mod:randomite (incompatible), mod:extlights, mod:angelring (incompatible), mod:fertilization (incompatible), mod:extrastorage, mod:naturesaura (incompatible), mod:constructionwand (incompatible), mod:mcwroofs, mod:cfm (incompatible), mod:observerlib, mod:globalxp, mod:cloth-config (incompatible), mod:the_bumblezone, mod:betterburning, mod:woodcutter, mod:fastleafdecay (incompatible), mod:cleanview (incompatible), mod:bettermineshafts (incompatible), mod:sdrp (incompatible), mod:geckolib3 (incompatible), mod:quarkoddities (incompatible), mod:clienttweaks (incompatible), mod:nomowanderer (incompatible), mod:craftandhunt, mod:woot, mod:jei, mod:attributefix, mod:tesseract, mod:mekanism, mod:ringsofascension (incompatible), mod:invtweaks (incompatible), mod:shutupexperimentalsettings (incompatible), mod:naturescompass (incompatible), mod:libx, mod:adhooks, mod:phosphophyllite, mod:engineerstools, mod:farmingforblockheads (incompatible), mod:pneumaticcraft, mod:travellersboots (incompatible), mod:environmentalcreepers (incompatible), mod:packingtape (incompatible), mod:extradisks, mod:immersivepetroleum (incompatible), mod:crossroads, mod:mythicbotany, mod:integratedcrafting, mod:zerocore, mod:theoneprobe, mod:mousetweaks, mod:immersiveengineering (incompatible), mod:pamhc2crops (incompatible), mod:ding, mod:ceilingtorch, mod:dimdungeons, mod:mantle (incompatible), mod:xaerominimap, mod:integrateddynamics, mod:integratednbt (incompatible), mod:pamhc2foodcore (incompatible), mod:itemcollectors, mod:gravestone, mod:ftbbackups (incompatible), mod:polymorph, mod:autoreglib (incompatible), mod:securitycraft (incompatible), mod:backpacked (incompatible), mod:backpacker, mod:pickletweaks, mod:fastfurnace (incompatible), mod:connectedglass (incompatible), mod:refinedrelocation (incompatible), mod:durabilityviewer (incompatible), mod:damagetilt (incompatible), mod:byg, mod:extremesoundmuffler (incompatible), mod:cosmeticarmorreworked (incompatible), mod:lootbagmod (incompatible), mod:defaultoptions (incompatible), mod:tetra, mod:cyclopscore, mod:astralsorcery, mod:aiotbotania (incompatible), mod:eidolon, mod:managear, mod:kleeslabs (incompatible), mod:glassential (incompatible), mod:terraforged, mod:xaeroworldmap, mod:cookingforblockheads (incompatible), mod:controlling, mod:placebo (incompatible), mod:dankstorage, mod:citadel (incompatible), mod:alexsmobs, mod:iceandfire (incompatible), mod:rats, mod:ratlantis, mod:iafgear, mod:culinaryconstruct (incompatible), mod:bookshelf, mod:darkutils (incompatible), mod:botanypots, mod:botanytrees, mod:tips, mod:uteamcore, mod:buildinggadgets, mod:forge, mod:passthroughsigns, mod:cofh_core (incompatible), mod:thermal (incompatible), mod:thermal_innovation (incompatible), mod:thermal_locomotion (incompatible), mod:psi (incompatible), mod:thermal_cultivation (incompatible), mod:appleskin, mod:aquaculture (incompatible), mod:mcwdoors, mod:mekanismgenerators, mod:maessentials (incompatible), mod:fpsreducer, mod:dummmmmmy (incompatible), mod:konkrete, mod:prettypipes (incompatible), mod:chocolate, mod:mcwbridges, mod:usefulbackpacks, mod:entangled, mod:curiousjetpacks (incompatible), mod:commoncapabilities, mod:crashutilities (incompatible), mod:mekanismadditions, mod:lollipop, mod:dogslie, mod:mining_dimension, mod:simplefarming, mod:jousting, mod:goprone, mod:dpanvil, mod:patchouli (incompatible), mod:ars_nouveau, mod:blockcarpentry (incompatible), mod:thermal_expansion (incompatible), mod:integratedtunnels, mod:elevatorid, mod:ftbultimine (incompatible), mod:expandedstorage, mod:enigmaticlegacy, mod:runelic, mod:mekanismtools, mod:architectury, mod:ftbguilibrary (incompatible), mod:ftbteams (incompatible), mod:psipherals (incompatible), mod:computercraft, mod:aiimprovements, mod:moreoverlays, mod:cherishedworlds, mod:bigreactors, mod:productivebees (incompatible), mod:trashcans, mod:bwncr (incompatible), mod:quantumstorage (incompatible), mod:cyclic (incompatible), mod:betteradvancements, mod:rhino, mod:kubejs, mod:botaniaadditions, mod:ma-enchants (incompatible), mod:biggerreactors, mod:cucumber, mod:trashslot (incompatible), mod:pamhc2trees (incompatible), mod:flatbedrock (incompatible), mod:craftingstation (incompatible), mod:itemfilters, mod:ftbquests (incompatible), mod:elementalcraft, mod:metalbarrels (incompatible), mod:druidcraft (incompatible), mod:abnormals_core, mod:upgrade_aquatic, mod:endergetic, mod:scannable (incompatible), mod:ae2extras (incompatible), mod:create (incompatible), mod:waystones (incompatible), mod:clumps, mod:mgui (incompatible), mod:appliedenergistics2 (incompatible), mod:dimstorage, mod:outer_end, mod:bno (incompatible), mod:vanillatweaks, mod:taffyjump (incompatible), mod:dungeoncrawl, mod:demagnetize (incompatible), mod:travel_anchors, mod:mcjtylib, mod:rftoolsbase, mod:xnet, mod:rftoolspower, mod:rftoolsbuilder, mod:rftoolsstorage, mod:rftoolscontrol, mod:mahoutsukai (incompatible), mod:toastcontrol (incompatible), mod:mininggadgets (incompatible), mod:akashictome, mod:ftbchunks (incompatible), mod:bloodmagic, mod:scuba_gear (incompatible), mod:fasterladderclimbing, mod:mysticalagriculture, mod:mysticalagradditions (incompatible), mod:craftingtweaks (incompatible), mod:rftoolsutility, mod:enchdesc, mod:toolbelt (incompatible), mod:titanium (incompatible), mod:compactores (incompatible), mod:silentlib (incompatible), mod:forbidden_arcanus (incompatible), mod:smoothboot, mod:fluidtank, mod:quark (incompatible), mod:apotheosis (incompatible), mod:fastbench (incompatible), mod:storagedrawers (incompatible), mod:fluxnetworks, mod:performant (incompatible), mod:inventoryhud, mod:fancymenu (incompatible), mod:hunterillager, mod:ferritecore (incompatible), mod:engineersdecor, mod:solcarrot (incompatible), mod:modularrouters, mod:silentgems, mod:refinedstorageaddons, mod:overloadedarmorbar (incompatible), mod:chiselsandbits (incompatible), mod:morphtool (incompatible)
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge'

commented

Related to #882