CyclopsMC / IntegratedDynamics

A Minecraft mod to take full and automated control of your appliances.
http://cyclopsmc.github.io/IntegratedDynamics/
MIT License
133 stars 62 forks source link

Placing variable card in display panel causes server crash. #1054

Closed AntonLM closed 3 years ago

AntonLM commented 3 years ago

Issue type:


Short description:

Playing ATM6 1.6.9 on a MP server. Trying to automate filling of mana tablets from a mana pool. When I put the item-list-count variable card into the display panel, the game exits. Upon restarting it, the display panel shows a red X with the item-list-count variable card still in place, If I remove the item-list-count variable card and put any other variable card into the display panel (cards which the panel has previously displayed correctly) it shows a red X for each of them. Breaking and replacing the display panel allows correct display of those cards, but not the item-list-count variable card - that causes the server to crash again. It makes no difference whether there are mana tablets in the pool or not.

Steps to reproduce the problem:

  1. List entities in pool. When this variable card (of type "List") is placed in the display panel, it shows a list of entities in the pool, as expected - two mana tablets in this case. That suggests that my logic is correct up to here.
  2. Create a variable card of type "item" by placing a mana tablet in the top slot.
  3. Create a variable card to list entities in the pool - confirm correct by placing card in display panel and dropping mana tablets (and anything else) into the pool, and seeing them being listed in the display panel.
  4. Create variable card "item list count" with inputs (1) the list card above, and (2) the item card above.
  5. Place this list item count card into display, server crashes. This happens predictably and consistently.

Expected behaviour:

Expected is a display in the panel of the number of mana tablets in the pool.

Versions:

Log file:

I can't see a crash report - sorry :( ... where do I look for it?

rubensworks commented 3 years ago

Thanks for reporting!

rubensworks commented 3 years ago

Not much I can do without the crashlog unfortunately. A quick google should tell you how to get it.

OldDogy commented 3 years ago

Good day,

https://pastebin.ubuntu.com/p/KsstTFy2Z3/ https://pastebin.ubuntu.com/p/yrX8gh3ghj/

Two related crash-logs from Anton trying to put the card into the display.

AntonLM commented 3 years ago

Hi Ruben

I hope these will do?

Regards

Anton

On Sun, 13 Jun 2021 at 10:14, Ruben Taelman @.***> wrote:

Not much I can do without the crashlog unfortunately. A quick google should tell you how to get it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/CyclopsMC/IntegratedDynamics/issues/1054#issuecomment-860179341, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJ4NMSWDH4AWZDQVOXHXFBLTSRZGXANCNFSM46SZA6AQ .

---- Minecraft Crash Report ---- // Why did you do that?

Time: 6/12/21, 1:44 PM Description: Exception in server tick loop

java.lang.NoSuchMethodError: 'java.lang.String org.cyclops.cyclopscore.helper.L10NHelpers.localize(java.lang.String, java.lang.Object[])' at org.cyclops.integrateddynamics.core.evaluate.variable.ValueTypeBase.toString(ValueTypeBase.java:136) ~[integrateddynamics:1.8.4] {re:classloading,pl:runtimedistcleaner:A} at java.lang.String.valueOf(String.java:2951) ~[?:?] {} at java.util.Arrays.toString(Arrays.java:5113) ~[?:?] {} at net.minecraft.util.text.TranslationTextComponent.toString(TranslationTextComponent.java:186) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A} at org.cyclops.integrateddynamics.api.evaluate.EvaluationException.(EvaluationException.java:14) ~[integrateddynamics:1.8.4] {re:classloading} at org.cyclops.integrateddynamics.core.evaluate.operator.Operators.lambda$static$110(Operators.java:1782) ~[integrateddynamics:1.8.4] {re:classloading} at org.cyclops.integrateddynamics.core.evaluate.operator.OperatorBase.evaluate(OperatorBase.java:153) ~[integrateddynamics:1.8.4] {re:classloading} at org.cyclops.integrateddynamics.core.evaluate.expression.LazyExpression.evaluate(LazyExpression.java:43) ~[integrateddynamics:1.8.4] {re:classloading} at org.cyclops.integrateddynamics.core.evaluate.expression.LazyExpression.getValue(LazyExpression.java:65) ~[integrateddynamics:1.8.4] {re:classloading} at org.cyclops.integrateddynamics.core.part.panel.PartTypePanelVariableDriven.update(PartTypePanelVariableDriven.java:130) ~[integrateddynamics:1.8.4] {re:classloading} at org.cyclops.integrateddynamics.core.part.panel.PartTypePanelVariableDriven.update(PartTypePanelVariableDriven.java:70) ~[integrateddynamics:1.8.4] {re:classloading} at org.cyclops.integrateddynamics.core.network.PartNetworkElement.update(PartNetworkElement.java:157) ~[integrateddynamics:1.8.4] {re:classloading} at org.cyclops.integrateddynamics.core.network.Network.update(Network.java:410) ~[integrateddynamics:1.8.4] {re:classloading} at org.cyclops.integrateddynamics.core.TickHandler.onTick(TickHandler.java:72) ~[integrateddynamics:1.8.4] {re:classloading} at net.minecraftforge.eventbus.ASMEventHandler_1967_TickHandler_onTick_TickEvent.invoke(.dynamic) ~[?:?] {} at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {} 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.fml.hooks.BasicEventHooks.onPostServerTick(BasicEventHooks.java:120) ~[forge:?] {re:classloading} at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:828) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:elementalcraft.mixins.json:MixinMinecraftServer,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.server.MinecraftServer.func_240802v(MinecraftServer.java:642) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:elementalcraft.mixins.json:MixinMinecraftServer,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.server.MinecraftServer.func_240783a(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:elementalcraft.mixins.json:MixinMinecraftServer,pl:mixin:A,pl:runtimedistcleaner:A} at java.lang.Thread.run(Thread.java:829) [?:?] {}

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

-- System Details -- Details: Minecraft Version: 1.16.5 Minecraft Version ID: 1.16.5 Operating System: Windows 10 (amd64) version 10.0 Java Version: 11.0.11, AdoptOpenJDK Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), AdoptOpenJDK Memory: 1514883560 bytes (1444 MB) / 4294967296 bytes (4096 MB) up to 8598323200 bytes (8200 MB) CPUs: 8 JVM Flags: 20 total; -Xmx8196M -Xms4096M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 ModLauncher: 8.0.9+86+master.3cf110c ModLauncher launch target: fmlserver ModLauncher naming: srg ModLauncher services: /mixin-0.8.2.jar mixin PLUGINSERVICE /eventbus-4.0.0.jar eventbus PLUGINSERVICE /forge-1.16.5-36.1.31.jar object_holder_definalize PLUGINSERVICE /forge-1.16.5-36.1.31.jar runtime_enum_extender PLUGINSERVICE /forge-1.16.5-36.1.31.jar capability_inject_definalize PLUGINSERVICE /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE /forge-1.16.5-36.1.31.jar runtimedistcleaner PLUGINSERVICE /mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE /forge-1.16.5-36.1.31.jar fml TRANSFORMATIONSERVICE FML: 36.1 Forge: net.minecraftforge:36.1.31 FML Language Providers: @. @. @.*** Mod List: ftb-essentials-1604.1.0.13.jar |FTB Essentials |ftbessentials |1604.1.0.13 |DONE |Manifest: NOSIGNATURE supermartijn642configlib-1.0.7-mc1.16.jar |SuperMartijn642's Config Lib |supermartijn642configlib |1.0.7 |DONE |Manifest: NOSIGNATURE AdditionalEnchantedMiner-1.16.5-16.1.6.jar |QuarryPlus |quarryplus |16.1.6 |DONE |Manifest: 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 simplemagnets-1.1.2-mc1.16.5.jar |Simple Magnets |simplemagnets |1.1.2 |DONE |Manifest: NOSIGNATURE IntegratedTerminals-1.16.5-1.2.4.jar |IntegratedTerminals |integratedterminals |1.2.4 |DONE |Manifest: NOSIGNATURE mcw-windows-1.0.3-mc1.16.5.jar |Macaw's Windows |mcwwindows |1.0.3 |DONE |Manifest: NOSIGNATURE modnametooltip_1.16.2-1.15.0.jar |Mod Name Tooltip |modnametooltip |1.15.0 |DONE |Manifest: NOSIGNATURE IronJetpacks-1.16.4-4.2.0.jar |Iron Jetpacks |ironjetpacks |4.2.0 |DONE |Manifest: NOSIGNATURE ForgeEndertech-1.16.4-7.1.0.0-build.0075.jar |Forge Endertech |forgeendertech |7.1.0.0 |DONE |Manifest: NOSIGNATURE CTM-MC1.16.1-1.1.2.6.jar |ConnectedTexturesMod |ctm |MC1.16.1-1.1.2.6 |DONE |Manifest: NOSIGNATURE YungsApi-1.16.4-Forge-6.jar |YUNG's API |yungsapi |1.16.4-Forge-6 |DONE |Manifest: NOSIGNATURE Powah-1.16.5-2.3.16.jar |Powah |powah |2.3.16 |DONE |Manifest: NOSIGNATURE cabletiers-1.16x-0.22.jar |Cable Tiers |cabletiers |1.16x-0.22 |DONE |Manifest: NOSIGNATURE rangedpumps-0.8.2.jar |Ranged Pumps |rangedpumps |0.8.2 |DONE |Manifest: NOSIGNATURE jumbofurnace-1.16.4-2.2.0.1.jar |Jumbo Furnace |jumbofurnace |1.16.4-2.2.0.1 |DONE |Manifest: NOSIGNATURE Wither-Skeleton-Tweaks-1.16.4-5.3.0.jar |Wither Skeleton Tweaks |wstweaks |5.3.0 |DONE |Manifest: NOSIGNATURE Shrink-1.16.4-1.0.7.jar |Shrink |shrink |1.0.7 |DONE |Manifest: NOSIGNATURE reliquary-1.16.5-1.3.5.1098.jar |Reliquary |xreliquary |1.16.5-1.3.5.1098 |DONE |Manifest: NOSIGNATURE randompatches-2.4.4-forge.jar |RandomPatches |randompatches |2.4.4-forge |DONE |Manifest: 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 Apotheosis-1.16.4-4.6.1.jar |Apotheosis |apotheosis |4.6.1 |DONE |Manifest: NOSIGNATURE WaterStrainer-1.16.3-10.0.0.jar |Water Strainer |waterstrainer |1.16.3-10.0.0 |DONE |Manifest: NOSIGNATURE dynviewdist-1.9.jar |Dynamic view distance |dynview |1.8 |DONE |Manifest: NOSIGNATURE TMechworks-1.16.3+-2.2.4.jar |Tinkers' Mechworks |tmechworks |2.2.4 |DONE |Manifest: NOSIGNATURE JustEnoughResources-1.16.5-0.12.1.121.jar |Just Enough Resources |jeresources |0.12.1.121 |DONE |Manifest: NOSIGNATURE shetiphiancore-1.16-3.8.5.jar |ShetiPhian-Core |shetiphiancore |3.8.5 |DONE |Manifest: NOSIGNATURE refinedstorage-1.9.12.jar |Refined Storage |refinedstorage |1.9.12 |DONE |Manifest: NOSIGNATURE novillagerdm-1.0.1.jar |No Villager Death Messages |novillagerdm |1.0.1 |DONE |Manifest: NOSIGNATURE alltheores-1.3.2-1.16.5-36.1.0.jar |AllTheOres |alltheores |1.3.2-1.16.5-36.1.0 |DONE |Manifest: NOSIGNATURE industrial-foregoing-1.16.5-3.2.13.1-5.jar |Industrial Foregoing |industrialforegoing |3.2.13.1 |DONE |Manifest: NOSIGNATURE cleancut-mc1.16-2.2-forge.jar |Clean Cut |cleancut |2.2 |DONE |Manifest: NOSIGNATURE torchmaster-2.3.7.jar |Torchmaster |torchmaster |2.3.7 |DONE |Manifest: NOSIGNATURE repurposed_structures-1.16.5-2.7.2-forge.jar |Repurposed Structures |repurposed_structures |1.16.5-2.7.2-forge |DONE |Manifest: NOSIGNATURE fastfurnaceminusreplacement-1.1-1.16.3.jar |Fast Furnace Minus Replacement|fastfurnaceminusreplacement |1.1-1.16.3 |DONE |Manifest: NOSIGNATURE BiomesOPlenty-1.16.5-13.1.0.468-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.5-13.1.0.468 |DONE |Manifest: NOSIGNATURE ironfurnaces-1.16.5-2.6.8.jar |Iron Furnaces |ironfurnaces |2.6.8 |DONE |Manifest: NOSIGNATURE mcw-trapdoors-1.0.2-mc1.16.5.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.2 |DONE |Manifest: NOSIGNATURE silent-gear-1.16.5-2.6.26.jar |Silent Gear |silentgear |2.6.26 |DONE |Manifest: NOSIGNATURE supermartijn642corelib-1.0.5-mc1.16.5.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.5 |DONE |Manifest: NOSIGNATURE Botania-1.16.5-416.jar |Botania |botania |1.16.5-416 |DONE |Manifest: NOSIGNATURE SpawnerFix-1.16.2-1.0.0.2.jar |Spawner Fix |sf |1.0.0.2 |DONE |Manifest: NOSIGNATURE spark-forge.jar |spark |spark |1.6.0 |DONE |Manifest: NOSIGNATURE portality-1.16.4-3.2.2.jar |Portality |portality |3.2.2 |DONE |Manifest: NOSIGNATURE curios-forge-1.16.5-4.0.5.2.jar |Curios API |curios |1.16.5-4.0.5.2 |DONE |Manifest: NOSIGNATURE corail_woodcutter-1.16-1.2.3.jar |Corail Woodcutter |corail_woodcutter |1.2.3 |DONE |Manifest: NOSIGNATURE tanknull-2.3-1.16.4.jar |Tank Null |tanknull |2.3-1.16.4 |DONE |Manifest: NOSIGNATURE FramedBlocks-2.7.2.jar |FramedBlocks |framedblocks |2.7.2 |DONE |Manifest: NOSIGNATURE angelring-1.16.5-1.3.4.1.jar |Angel Ring |angelring |1.3.4.1 |DONE |Manifest: NOSIGNATURE tombstone-1.16-6.4.3.jar |Corail Tombstone |tombstone |6.4.3 |DONE |Manifest: NOSIGNATURE ExtraStorage-1.16.5-1.4.1.jar |Extra Storage |extrastorage |1.4.1 |DONE |Manifest: NOSIGNATURE NaturesAura-34.2.jar |Nature's Aura |naturesaura |34.2 |DONE |Manifest: NOSIGNATURE constructionwand-1.16.5-2.2.jar |Construction Wand |constructionwand |1.16.5-2.2 |DONE |Manifest: NOSIGNATURE mcw-roofs-2.0.1-mc1.16.5-4.jar |Macaw's Roofs |mcwroofs |2.0.1 |DONE |Manifest: NOSIGNATURE cfm-7.0.0pre22-1.16.3.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre22 |DONE |Manifest: NOSIGNATURE observerlib-1.16.5-1.5.3.jar |ObserverLib |observerlib |1.16.5-1.5.3 |DONE |Manifest: NOSIGNATURE globalxp-1.16.5-v1.8.jar |Global XP |globalxp |v1.8 |DONE |Manifest: NOSIGNATURE cloth-config-4.11.26-forge.jar |Cloth Config v4 API |cloth-config |4.11.26 |DONE |Manifest: NOSIGNATURE AdChimneys-1.16.4-6.0.10.0-build.0125.jar |Advanced Chimneys |adchimneys |6.0.10.0 |DONE |Manifest: NOSIGNATURE FastLeafDecay-v25.jar |FastLeafDecay |fastleafdecay |v25 |DONE |Manifest: NOSIGNATURE BetterMineshafts-Forge-1.16.4-2.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.4 |DONE |Manifest: NOSIGNATURE geckolib-forge-1.16.5-3.0.41.jar |GeckoLib |geckolib3 |3.0.41 |DONE |Manifest: NOSIGNATURE SaveMyStronghold-1.16.4-1.0.jar |Save My Stronghold! |savemystronghold |1.16.4-1.0 |DONE |Manifest: NOSIGNATURE ClientTweaks_1.16.3-5.3.0.jar |Client Tweaks |clienttweaks |5.3.0 |DONE |Manifest: NOSIGNATURE nomowanderer_MC1.16.5_1.1.jar |NoMoWanderer |nomowanderer |1.16.5_1.1 |DONE |Manifest: NOSIGNATURE woot-1.16.5-1.0.7.0.jar |Woot |woot |1.16.5-1.0.7.0 |DONE |Manifest: NOSIGNATURE bagofyurting-1.16.4-1.2.0.1.jar |Bag of Yurting |bagofyurting |1.2.0.1 |DONE |Manifest: NOSIGNATURE jei-1.16.5-7.7.0.106.jar |Just Enough Items |jei |7.7.0.106 |DONE |Manifest: NOSIGNATURE jei-professions-1.0.0-1.16.4.jar |JEI Professions |jeiprofessions |1.0.0 |DONE |Manifest: NOSIGNATURE AttributeFix-1.16.5-10.1.2.jar |AttributeFix |attributefix |10.1.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.16.5-10.0.21.448.jar |Mekanism |mekanism |10.0.21 |DONE |Manifest: NOSIGNATURE caelus-forge-1.16.5-2.1.3.0.jar |Caelus API |caelus |1.16.5-2.1.3.0 |DONE |Manifest: NOSIGNATURE invtweaks-1.16.4-1.0.1.jar |Inventory Tweaks Renewed |invtweaks |1.16.4-1.0.1 |DONE |Manifest: NOSIGNATURE shutupexperimentalsettings-1.0.3.jar |Shutup Experimental Settings! |shutupexperimentalsettings |1.0.3 |DONE |Manifest: NOSIGNATURE NaturesCompass-1.16.5-1.9.0.jar |Nature's Compass |naturescompass |1.16.5-1.9.0 |DONE |Manifest: NOSIGNATURE LibX-1.16.3-1.0.76.jar |LibX |libx |1.16.3-1.0.76 |DONE |Manifest: NOSIGNATURE compactmachines-4.0.0-beta.2.jar |Compact Machines 4 |compactmachines |4.0.0-beta.2 |DONE |Manifest: NOSIGNATURE phosphophyllite-1.16.5-0.5.0-beta.1.jar |Phosphophyllite |phosphophyllite |0.5.0-beta.1 |DONE |Manifest: NOSIGNATURE engineerstools-1.16.4-1.1.5.jar |Engineer's Tools |engineerstools |1.1.5 |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 FarmingForBlockheads_1.16.5-7.3.1.jar |Farming for Blockheads |farmingforblockheads |7.3.1 |DONE |Manifest: NOSIGNATURE pneumaticcraft-repressurized-1.16.5-2.12.5-190.jar|PneumaticCraft: Repressurized |pneumaticcraft |1.16.5-2.12.5-190 |DONE |Manifest: NOSIGNATURE pedestals-0.8s_hotfix_3.jar |Pedestals |pedestals |0.8s_hotfix_3 |DONE |Manifest: NOSIGNATURE extradisks-1.16.4-1.5.1.jar |Extra Disks |extradisks |1.5.1 |DONE |Manifest: NOSIGNATURE ImmersivePetroleum-1.16.5-3.3.0-4.jar |Immersive Petroleum |immersivepetroleum |3.3.0-4 |DONE |Manifest: NOSIGNATURE ironchest-1.16.4-11.2.10.jar |Iron Chests |ironchest |1.16.4-11.2.10 |DONE |Manifest: NOSIGNATURE MythicBotany-1.16.4-1.3.15.jar |MythicBotany |mythicbotany |1.16.4-1.3.15 |DONE |Manifest: NOSIGNATURE IntegratedCrafting-1.16.5-1.0.15.jar |IntegratedCrafting |integratedcrafting |1.0.15 |DONE |Manifest: NOSIGNATURE forge-1.16.5-36.1.31-server.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE logprot-1.16-1.3.jar |Logprot |logprot |1.3 |DONE |Manifest: NOSIGNATURE theoneprobe-1.16-3.1.4.jar |The One Probe |theoneprobe |1.16-3.1.4 |DONE |Manifest: NOSIGNATURE MouseTweaks-2.14-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.14 |DONE |Manifest: NOSIGNATURE ImmersiveEngineering-1.16.5-5.0.0-135.jar |Immersive Engineering |immersiveengineering |1.16.5-5.0.0-135 |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 useful_railroads-1.16.5-1.4.6.37.jar |Useful Railroads |usefulrailroads |1.4.6.37 |DONE |Manifest: 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 pamhc2crops-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Crops |pamhc2crops |version |DONE |Manifest: NOSIGNATURE creativeapiary-1.16.5-1.62.jar |Creative Apiary |creativeapiary |1.16.5-1.62 |DONE |Manifest: NOSIGNATURE jeiintegration_1.16.5-7.0.1.15.jar |JEI Integration |jeiintegration |7.0.1.15 |DONE |Manifest: NOSIGNATURE pipez-1.16.5-1.2.7.jar |Pipez |pipez |1.16.5-1.2.7 |DONE |Manifest: NOSIGNATURE Mantle-1.16.5-1.6.103.jar |Mantle |mantle |1.6.103 |DONE |Manifest: NOSIGNATURE IntegratedDynamics-1.16.5-1.8.4.jar |IntegratedDynamics |integrateddynamics |1.8.4 |DONE |Manifest: NOSIGNATURE integratednbt-1.16.4-1.4.2.jar |Integrated NBT |integratednbt |version |DONE |Manifest: NOSIGNATURE pamhc2foodcore-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Food Core|pamhc2foodcore |version |DONE |Manifest: NOSIGNATURE ftb-backups-2.1.1.6.jar |FTB Backups |ftbbackups |2.1.1.6 |DONE |Manifest: NOSIGNATURE polymorph-forge-1.16.5-0.24.jar |Polymorph |polymorph |1.16.5-0.24 |DONE |Manifest: NOSIGNATURE AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |DONE |Manifest: NOSIGNATURE structurize-0.13.177-ALPHA-universal.jar |Structurize |structurize |0.13.177-ALPHA |DONE |Manifest: NOSIGNATURE creativecrafter-1.16x-0.13.jar |Creative Crafter |creativecrafter |1.16x-0.13 |DONE |Manifest: NOSIGNATURE PickleTweaks-1.16.4-5.2.3.jar |Pickle Tweaks |pickletweaks |5.2.3 |DONE |Manifest: NOSIGNATURE allthetweaks-1.4.0-1.16.5-36.1.13.jar |All The Tweaks |allthetweaks |1.4.0-1.16.5-36.1.13|DONE |Manifest: NOSIGNATURE byg-1.2.9.jar |Oh The Biomes You'll Go |byg |1.2.9 |DONE |Manifest: NOSIGNATURE extremeSoundMuffler-3.13-1.16.5.jar |Extreme Sound Muffler |extremesoundmuffler |3_forge-1.16.5 |DONE |Manifest: NOSIGNATURE CosmeticArmorReworked-1.16.5-v3a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.5-v3a |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 morered-1.16.5-2.1.1.0.jar |More Red |morered |2.1.1.0 |DONE |Manifest: NOSIGNATURE xptome-1.16.5-v2.1.2.jar |XP Tome |xpbook |v2.1.2 |DONE |Manifest: NOSIGNATURE CyclopsCore-1.16.5-1.11.7.jar |Cyclops Core |cyclopscore |1.11.7 |DONE |Manifest: NOSIGNATURE astralsorcery-1.16-1.16.5-1.13.12.jar |Astral Sorcery |astralsorcery |1.16.5-1.13.12 |DONE |Manifest: 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 NetherPortalFix_1.16.3-7.2.1.jar |NetherPortalFix |netherportalfix |7.2.1 |DONE |Manifest: NOSIGNATURE aiotbotania-1.16.4-1.7.6.jar |AIOT Botania |aiotbotania |1.7.6 |DONE |Manifest: NOSIGNATURE advancedperipherals-0.6.6b.jar |Advanced Peripherals |advancedperipherals |0.6.5b |DONE |Manifest: NOSIGNATURE tinyredstone-1.16.5-1.8.2.jar |Tiny Redstone |tinyredstone |1.16.5-1.8.2 |DONE |Manifest: NOSIGNATURE eidolon-0.2.7.jar |Eidolon |eidolon |0.2.7 |DONE |Manifest: NOSIGNATURE managear-1.16.3-2.2.3.jar |Mana Gear |managear |1.16.3-2.2.3 |DONE |Manifest: NOSIGNATURE incontrol-1.16-5.1.8.jar |InControl |incontrol |1.16-5.1.8 |DONE |Manifest: NOSIGNATURE rsgauges-1.16.4-1.2.10.jar |Gauges and Switches |rsgauges |1.2.10 |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 chiseled0.4.3.jar |Chiseled |chiseled |0.2.2 |DONE |Manifest: NOSIGNATURE glassential-forge-1.16.5-1.1.6.jar |Glassential |glassential |1.1.6 |DONE |Manifest: NOSIGNATURE configurableextramobdrops_1.16.5-1.5.jar |Configurable Extra Mob Drops |configurableextramobdrops |1.5 |DONE |Manifest: NOSIGNATURE CookingForBlockheads_1.16.5-9.3.2.jar |Cooking for Blockheads |cookingforblockheads |9.3.2 |DONE |Manifest: NOSIGNATURE Controlling-7.0.0.22.jar |Controlling |controlling |7.0.0.22 |DONE |Manifest: NOSIGNATURE Placebo-1.16.4-4.5.0.jar |Placebo |placebo |4.5.0 |DONE |Manifest: NOSIGNATURE dankstorage-3.16.jar |Dank Storage |dankstorage |3.16 |DONE |Manifest: NOSIGNATURE citadel-1.6.3.jar |Citadel |citadel |1.6.3 |DONE |Manifest: NOSIGNATURE iceandfire-2.1.6-1.16.4.jar |Ice and Fire |iceandfire |2.1.6-1.16.4 |DONE |Manifest: NOSIGNATURE allthemodium-1.5.0-1.16.5-36.1.0.jar |Allthemodium |allthemodium |1.5.0-1.16.5-36.1.0 |DONE |Manifest: NOSIGNATURE rats-7.2.0-1.16.5.jar |Rats |rats |7.2.0 |DONE |Manifest: NOSIGNATURE ratlantis-1.0.0-1.16.3.jar |Rats: Ratlantis |ratlantis |1.0.0-1.16.3 |DONE |Manifest: NOSIGNATURE potionsmaster-0.2.0-1.16.5-36.0.52.jar |Potions Master |potionsmaster |0.2.0-1.16.5-36.0.52|DONE |Manifest: NOSIGNATURE culinaryconstruct-forge-1.16.5-4.0.0.6.jar |Culinary Construct |culinaryconstruct |1.16.5-4.0.0.6 |DONE |Manifest: NOSIGNATURE cartographer-0.0.2-1.16.5-36.0.52.jar |Cartographer |cartographer |0.0.2-1.16.5-36.0.52|DONE |Manifest: NOSIGNATURE Bookshelf-1.16.5-10.1.12.jar |Bookshelf |bookshelf |10.1.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 DarkUtilities-1.16.5-8.0.10.jar |Dark Utilities |darkutils |8.0.10 |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 BotanyPots-1.16.5-7.0.18.jar |BotanyPots |botanypots |7.0.18 |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 BotanyTrees-1.16.5-3.0.5.jar |BotanyTrees |botanytrees |3.0.5 |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 u_team_core-1.16.5-3.2.1.195.jar |U Team Core |uteamcore |3.2.1.195 |DONE |Manifest: 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.5-3.8.0.jar |Building Gadgets |buildinggadgets |3.8.0 |DONE |Manifest: NOSIGNATURE forge-1.16.5-36.1.31-universal.jar |Forge |forge |36.1.31 |DONE |Manifest: 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 cofh_core-1.16.4-1.2.1.jar |CoFH Core |cofh_core |1.2.1 |DONE |Manifest: NOSIGNATURE thermal_foundation-1.16.4-1.2.0.jar |Thermal Series |thermal |1.2.0 |DONE |Manifest: NOSIGNATURE thermal_innovation-1.16.4-1.2.0.jar |Thermal Innovation |thermal_innovation |1.2.0 |DONE |Manifest: NOSIGNATURE thermal_locomotion-1.16.4-1.2.0.jar |Thermal Locomotion |thermal_locomotion |1.2.0 |DONE |Manifest: NOSIGNATURE Psi 1.16-94.jar |Psi |psi |1.16-94 |DONE |Manifest: NOSIGNATURE thermal_cultivation-1.16.4-1.2.0.jar |Thermal Cultivation |thermal_cultivation |1.2.0 |DONE |Manifest: NOSIGNATURE AppleSkin-mc1.16.2-forge-1.0.14.jar |AppleSkin |appleskin |1.0.14 |DONE |Manifest: NOSIGNATURE Aquaculture-1.16.5-2.1.19.jar |Aquaculture 2 |aquaculture |1.16.5-2.1.19 |DONE |Manifest: NOSIGNATURE mcw-doors-1.0.3-mc1.16.5.jar |Macaw's Doors |mcwdoors |1.0.3 |DONE |Manifest: NOSIGNATURE LightingWand-1.16.4-1.7.3.jar |Lighting Wand |lightingwand |1.7.3 |DONE |Manifest: NOSIGNATURE MekanismGenerators-1.16.5-10.0.21.448.jar |Mekanism: Generators |mekanismgenerators |10.0.21 |DONE |Manifest: NOSIGNATURE XNetGases-1.16.5-2.2.6.jar |XNet Gases |xnetgases |2.2.6 |DONE |Manifest: NOSIGNATURE absentbydesign-1.16.5-1.4.1.jar |Absent By Design Mod |absentbydesign |1.16.5-1.4.1 |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.16.5-4.0.490-universal.jar |The Twilight Forest |twilightforest |NONE |DONE |Manifest: NOSIGNATURE mob_grinding_utils-1.16.5-0.4.21.jar |Mob Grinding Utils |mob_grinding_utils |1.16.5-0.4.21 |DONE |Manifest: NOSIGNATURE RSInfinityBooster-1.16.5-1.0+6.jar |RSInfinityBooster |rsinfinitybooster |1.16.5-1.0+6 |DONE |Manifest: NOSIGNATURE chocolate-1.3.0-1.16.4.jar |Chocolate |chocolate |1.3.0-1.16.4 |DONE |Manifest: NOSIGNATURE mcw-bridges-1.0.5-mc1.16.5-4.jar |Macaw's Bridges |mcwbridges |1.0.5 |DONE |Manifest: NOSIGNATURE useful_backpacks-1.16.5-1.12.0.89.jar |Useful Backpacks |usefulbackpacks |1.12.0.89 |DONE |Manifest: 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 ResourcefulBees-1.16.5-0.6.7.2b.jar |Resourceful Bees |resourcefulbees |1.16.5-0.6.7.2b |DONE |Manifest: NOSIGNATURE entangled-1.3.3-mc1.16.5.jar |Entangled |entangled |1.3.3 |DONE |Manifest: NOSIGNATURE endertanks-1.16-1.9.5.jar |EnderTanks |endertanks |1.9.5 |DONE |Manifest: NOSIGNATURE CommonCapabilities-1.16.5-2.7.0.jar |CommonCapabilities |commoncapabilities |2.7.0 |DONE |Manifest: NOSIGNATURE crashutilities-3.11.1.jar |Crash Utilities |crashutilities |3.11.1 |DONE |Manifest: NOSIGNATURE Compressium-1.16.5-1.2.2.jar |Compressium |compressium |1.2.2 |DONE |Manifest: NOSIGNATURE MekanismAdditions-1.16.5-10.0.21.448.jar |Mekanism: Additions |mekanismadditions |10.0.21 |DONE |Manifest: NOSIGNATURE valkyrielib-1.16.5-3.0.8.0.jar |ValkyrieLib |valkyrielib |1.16.5-3.0.8.0 |DONE |Manifest: NOSIGNATURE envirocore-1.16.5-3.0.8.0.jar |Environmental Core |envirocore |1.16.5-3.0.8.0 |DONE |Manifest: NOSIGNATURE envirotech-1.16.5-3.0.8.0.jar |Environmental Tech |envirotech |1.16.5-3.0.8.0 |DONE |Manifest: NOSIGNATURE Lollipop-1.16.5-3.2.9.jar |Lollipop |lollipop |3.2.9 |DONE |Manifest: NOSIGNATURE ftb-ranks-1604.1.1.11.jar |FTB Ranks |ftbranks |1604.1.1.11 |DONE |Manifest: NOSIGNATURE mcw-fences-1.0.0-mc1.16.5.jar |Macaw's Fences and Walls |mcwfences |1.0.0 |DONE |Manifest: NOSIGNATURE simplylight-1.16.4-1.1.3.jar |Simply Light |simplylight |1.16.4-1.1.3 |DONE |Manifest: NOSIGNATURE tgcropesmod-1.16.2-1.1.0.jar |Ropes Mod |tgcropesmod |1.16.2-1.1.0 |DONE |Manifest: NOSIGNATURE atmadditions-1.16.2-1.0.0.jar |All The Mods: Additions |atmadditions |1.16.2-1.0.0 |DONE |Manifest: NOSIGNATURE pamhc2foodextended-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Food Exte|pamhc2foodextended |version |DONE |Manifest: NOSIGNATURE SolarFluxReborn-1.16.3-16.2.5.jar |Solar Flux Reborn |solarflux |16.2.5 |DONE |Manifest: NOSIGNATURE dpanvil-1.16.5-1.2.1.jar |DataPack Anvil |dpanvil |1.16.5-1.2.1 |DONE |Manifest: NOSIGNATURE Patchouli-1.16.4-51.jar |Patchouli |patchouli |1.16.4-51 |DONE |Manifest: NOSIGNATURE ars_nouveau-1.16.5-1.18.5.jar |Ars Nouveau |ars_nouveau |1.18.5 |DONE |Manifest: NOSIGNATURE collective-1.16.5-2.26.jar |Collective |collective |2.26 |DONE |Manifest: NOSIGNATURE thermal_expansion-1.16.4-1.2.0.jar |Thermal Expansion |thermal_expansion |1.2.0 |DONE |Manifest: NOSIGNATURE IntegratedTunnels-1.16.5-1.8.2.jar |IntegratedTunnels |integratedtunnels |1.8.2 |DONE |Manifest: NOSIGNATURE DrawersTooltip-1.16.2-2.1.0.jar |Drawers Tooltip |drawerstooltip |2.1.0 |DONE |Manifest: NOSIGNATURE MysticalCustomization-1.16.4-2.1.4.jar |Mystical Customization |mysticalcustomization |2.1.4 |DONE |Manifest: NOSIGNATURE lostcities-1.16-4.0.9-beta.jar |LostCities |lostcities |1.16-4.0.9-beta |DONE |Manifest: NOSIGNATURE elevatorid-1.16.5-1.7.13.jar |Elevator Mod |elevatorid |1.16.5-1.7.13 |DONE |Manifest: NOSIGNATURE GunpowderLib-1.16.5-1.2.2.jar |GunpowderLib |gunpowderlib |1.16.5-1.2.2 |DONE |Manifest: 2e:cb:db:61:22:2a:6d:79:f4:22:31:8c:34:9b:cf:9f:91:ea:95:c4:bf:bb:8a:de:6e:10:c3:f0:b1:c6:ae:20 ftb-ultimine-1605.2.0-build.26-forge.jar |FTB Ultimine |ftbultimine |1605.2.0-build.26 |DONE |Manifest: NOSIGNATURE buildersaddition-1.16.5-20210517a.jar |Builders Crafts & Addition |buildersaddition |1.16.5-20210517a |DONE |Manifest: NOSIGNATURE Runelic-1.16.5-7.0.1.jar |Runelic |runelic |7.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 MekanismTools-1.16.5-10.0.21.448.jar |Mekanism: Tools |mekanismtools |10.0.21 |DONE |Manifest: NOSIGNATURE architectury-1.17.20-forge.jar |Architectury |architectury |1.17.20 |DONE |Manifest: NOSIGNATURE ftb-gui-library-1605.2.1.41-forge.jar |FTB GUI Library |ftbguilibrary |1605.2.1.41 |DONE |Manifest: NOSIGNATURE ftb-teams-1604.1.0.16-forge.jar |FTB Teams |ftbteams |1604.1.0.16 |DONE |Manifest: NOSIGNATURE curiouselytra-forge-1.16.5-4.0.2.3.jar |Curious Elytra |curiouselytra |1.16.5-4.0.2.3 |DONE |Manifest: NOSIGNATURE cc-tweaked-1.16.4-1.96.0.jar |CC: Tweaked |computercraft |1.96.0 |DONE |Manifest: NOSIGNATURE compactcrafting-1.0.0-beta.2.jar |Compact Crafting |compactcrafting |1.0.0-beta.2 |DONE |Manifest: NOSIGNATURE trashcans-1.0.10-mc1.16.5.jar |Trash Cans |trashcans |1.0.10 |DONE |Manifest: NOSIGNATURE TrampleStopper-2.4.9+mc-1.16.5.jar |Trample Stopper |tramplestopper |2.4.9+mc-1.16.5 |DONE |Manifest: 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 bwncr-1.16.4-3.9.16.jar |Bad Wither No Cookie Reloaded |bwncr |1.16.4-3.9.16 |DONE |Manifest: NOSIGNATURE Cyclic-1.16.5-1.2.10.jar |Cyclic |cyclic |1.16.5-1.2.10 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed BetterAdvancements-1.16.5-0.1.0.108.jar |Better Advancements |betteradvancements |0.1.0.108 |DONE |Manifest: NOSIGNATURE rhino-1.7.13-build.23.jar |Rhino |rhino |1.7.13-build.23 |DONE |Manifest: NOSIGNATURE kubejs-forge-1605.3.10-build.18.jar |KubeJS |kubejs |1605.3.10-build.18 |DONE |Manifest: NOSIGNATURE kubejs-thermal-1605.1.1.6.jar |KubeJS Thermal |kubejs_thermal |1605.1.1.6 |DONE |Manifest: NOSIGNATURE kubejs-immersive-engineering-1604.1.0.12.jar |KubeJS Immersive Engineering |kubejs_immersive_engineering |1604.1.0.12 |DONE |Manifest: NOSIGNATURE kubejs-mekanism-1604.1.1.6.jar |KubeJS Mekanism |kubejs_mekanism |1604.1.1.6 |DONE |Manifest: NOSIGNATURE biggerreactors-1.16.5-0.5.0-beta.2.jar |Bigger Reactors |biggerreactors |0.5.0-beta.2 |DONE |Manifest: NOSIGNATURE Cucumber-1.16.4-4.1.9.jar |Cucumber Library |cucumber |4.1.9 |DONE |Manifest: NOSIGNATURE TrashSlot_1.16.3-12.2.1.jar |TrashSlot |trashslot |12.2.1 |DONE |Manifest: NOSIGNATURE pamhc2trees-1.16.3-1.0.1.jar |Pam's HarvestCraft 2 Fruit Tre|pamhc2trees |1.0.1 |DONE |Manifest: NOSIGNATURE flatbedrock-1.16.4-1.1.6.jar |Flat Bedrock |flatbedrock |1.16.4-1.1.6 |DONE |Manifest: NOSIGNATURE item-filters-1605.2.4-build.30-forge.jar |Item Filters |itemfilters |1605.2.4-build.30 |DONE |Manifest: NOSIGNATURE ftb-quests-1605.2.1-build.39-forge.jar |FTB Quests |ftbquests |1605.2.1-build.39 |DONE |Manifest: NOSIGNATURE elementalcraft-1.16.5-2.6.9.jar |ElementalCraft |elementalcraft |1.16.5-2.6.9 |DONE |Manifest: NOSIGNATURE platforms-1.16-1.7.11.jar |Platforms |platforms |1.7.11 |DONE |Manifest: NOSIGNATURE metalbarrels-3.3a.jar |Metal Barrels |metalbarrels |3.3a |DONE |Manifest: NOSIGNATURE ae2extras-1.3-1.16.5.jar |AE2 Extras |ae2extras |1.3-1.16.5 |DONE |Manifest: NOSIGNATURE ensorcellation-1.16.4-1.2.0.jar |Ensorcellation |ensorcellation |1.2.0 |DONE |Manifest: NOSIGNATURE create-mc1.16.5_v0.3.1c.jar |Create |create |mc1.16.5_v0.3.1c+151|DONE |Manifest: NOSIGNATURE kubejs-create-1604.1.0.4.jar |KubeJS Create |kubejs_create |1604.1.0.4 |DONE |Manifest: NOSIGNATURE Waystones_1.16.5-7.6.2.jar |Waystones |waystones |7.6.2 |DONE |Manifest: NOSIGNATURE Clumps-6.0.0.24.jar |Clumps |clumps |6.0.0.24 |DONE |Manifest: NOSIGNATURE enviromats-1.16.5-2.0.8.0.jar |Environmental Materials |enviromats |2.0.8.0 |DONE |Manifest: NOSIGNATURE comforts-forge-1.16.5-4.0.0.4.jar |Comforts |comforts |1.16.5-4.0.0.4 |DONE |Manifest: NOSIGNATURE appliedenergistics2-8.4.0-beta.1.jar |Applied Energistics 2 |appliedenergistics2 |8.4.0-beta.1 |DONE |Manifest: 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 lazierae2-1.16.5-1.1.3.jar |LazierAE2 |lazierae2 |1.1.3 |DONE |Manifest: NOSIGNATURE DimStorage-1.16.5-4.4.1.jar |DimStorage |dimstorage |4.4.1 |DONE |Manifest: NOSIGNATURE DungeonCrawl-1.16.3-2.2.4.jar |Dungeon Crawl |dungeoncrawl |2.2.4 |DONE |Manifest: NOSIGNATURE demagnetize-forge-1.16.2-1.2.2.jar |Demagnetize |demagnetize |1.16.2-1.2.2 |DONE |Manifest: NOSIGNATURE TravelAnchors-2.4.jar |Travel Anchors |travel_anchors |2.4 |DONE |Manifest: NOSIGNATURE mcjtylib-1.16-5.0.19.jar |McJtyLib |mcjtylib |1.16-5.0.19 |DONE |Manifest: NOSIGNATURE rftoolsbase-1.16-2.0.10.jar |RFToolsBase |rftoolsbase |1.16-2.0.10 |DONE |Manifest: NOSIGNATURE xnet-1.16-3.0.13.jar |XNet |xnet |1.16-3.0.13 |DONE |Manifest: NOSIGNATURE rftoolsdim-1.16-7.0.9-beta.jar |RFToolsDimensions |rftoolsdim |1.16-7.0.9-beta |DONE |Manifest: NOSIGNATURE rftoolspower-1.16-3.0.8.jar |RFToolsPower |rftoolspower |1.16-3.0.8 |DONE |Manifest: NOSIGNATURE rftoolsbuilder-1.16-3.0.17.jar |RFToolsBuilder |rftoolsbuilder |1.16-3.0.17 |DONE |Manifest: NOSIGNATURE rftoolsstorage-1.16-2.0.12.jar |RFToolsStorage |rftoolsstorage |1.16-2.0.12 |DONE |Manifest: NOSIGNATURE rftoolscontrol-1.16-4.0.10.jar |RFToolsControl |rftoolscontrol |1.16-4.0.10 |DONE |Manifest: NOSIGNATURE restrictions-1.16-3.0.3.jar |Restrictions |restrictions |1.16-3.0.3 |DONE |Manifest: NOSIGNATURE mahoutsukai-1.16.5-v1.31.14.jar |Mahou Tsukai |mahoutsukai |1.16.5-v1.31.14 |DONE |Manifest: NOSIGNATURE mininggadgets-1.7.5.jar |Mining Gadgets |mininggadgets |1.7.5 |DONE |Manifest: NOSIGNATURE AkashicTome-1.4-16.jar |Akashic Tome |akashictome |1.4-16 |DONE |Manifest: NOSIGNATURE ftb-chunks-1605.2.3-build.75.jar |FTB Chunks |ftbchunks |1605.2.3-build.75 |DONE |Manifest: NOSIGNATURE BloodMagic-1.16.4-3.1.0-15.jar |Blood Magic |bloodmagic |1.16.4-3.1.0-15 |DONE |Manifest: NOSIGNATURE kubejs-blood-magic-1604.1.0.4.jar |KubeJS Blood Magic |kubejs_blood_magic |1604.1.0.4 |DONE |Manifest: NOSIGNATURE scuba-gear-1.16.5-1.0.3.jar |Scuba Gear |scuba_gear |1.0.3 |DONE |Manifest: NOSIGNATURE MysticalAgriculture-1.16.4-4.1.8.jar |Mystical Agriculture |mysticalagriculture |4.1.8 |DONE |Manifest: NOSIGNATURE MysticalAgradditions-1.16.4-4.1.5.jar |Mystical Agradditions |mysticalagradditions |4.1.5 |DONE |Manifest: NOSIGNATURE CraftingTweaks_1.16.5-12.2.1.jar |Crafting Tweaks |craftingtweaks |12.2.1 |DONE |Manifest: NOSIGNATURE TConstruct-1.16.5-3.0.4.171.jar |Tinkers' Construct |tconstruct |3.0.4.171 |DONE |Manifest: NOSIGNATURE rftoolsutility-1.16-3.0.26.jar |RFToolsUtility |rftoolsutility |1.16-3.0.26 |DONE |Manifest: NOSIGNATURE EnchantmentDescriptions-1.16.5-7.0.8.jar |EnchantmentDescriptions |enchdesc |7.0.8 |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 ToolBelt-1.16.5-1.16.0.jar |Tool Belt |toolbelt |1.16.0 |DONE |Manifest: NOSIGNATURE titanium-1.16.5-3.2.8.4-10.jar |Titanium |titanium |3.2.8.4 |DONE |Manifest: NOSIGNATURE mana-and-artifice-1.3.0.6.jar |Mana and Artifice |mana-and-artifice |1.3.0.6 |DONE |Manifest: NOSIGNATURE silent-lib-1.16.3-4.9.6.jar |Silent Lib |silentlib |4.9.6 |DONE |Manifest: NOSIGNATURE Exchangers-1.16.5-3.0.2.jar |Exchangers |exchangers |1.16.5-3.0.2 |DONE |Manifest: 2e:cb:db:61:22:2a:6d:79:f4:22:31:8c:34:9b:cf:9f:91:ea:95:c4:bf:bb:8a:de:6e:10:c3:f0:b1:c6:ae:20 ctiers-1.16.5-1.31.jar |Centrifuge Tiers |ctiers |1.16.5-1.31 |DONE |Manifest: NOSIGNATURE forbidden_arcanus-1.16.4-1.0.0.jar |Forbidden & Arcanus |forbidden_arcanus |1.16.4-1.0.0 |DONE |Manifest: NOSIGNATURE archers_paradox-1.16.4-1.2.0.jar |Archer's Paradox |archers_paradox |1.2.0 |DONE |Manifest: NOSIGNATURE omgourd-1.16.4-1.2.0.jar |Oh My Gourd |omgourd |1.2.0 |DONE |Manifest: NOSIGNATURE enviroenergy-1.16.5-3.0.8.1.jar |Environmental Energy |enviroenergy |1.16.5-3.0.8.1 |DONE |Manifest: NOSIGNATURE Quark-r2.4-312.jar |Quark |quark |r2.4-312 |DONE |Manifest: NOSIGNATURE creativewirelesstransmitter-1.16x-1.11.jar |Creative Wireless Transmitter |creativewirelesstransmitter |1.16x-1.11 |DONE |Manifest: NOSIGNATURE FastWorkbench-1.16.4-4.5.1.jar |FastWorkbench |fastbench |4.5.1 |DONE |Manifest: NOSIGNATURE StorageDrawers-1.16.3-8.2.2.jar |Storage Drawers |storagedrawers |8.2.2 |DONE |Manifest: NOSIGNATURE topaddons-1.16.5-2.1.5-beta.jar |TOP Addons |topaddons |1.16.5-2.1.5-beta |DONE |Manifest: NOSIGNATURE FluxNetworks-1.16.5-6.1.7.12.jar |Flux Networks |fluxnetworks |6.1.7.12 |DONE |Manifest: NOSIGNATURE enderchests-1.16-1.7.7.jar |EnderChests |enderchests |1.7.7 |DONE |Manifest: NOSIGNATURE minecolonies-0.14.215-ALPHA-universal.jar |MineColonies |minecolonies |0.14.215-ALPHA |DONE |Manifest: NOSIGNATURE ferritecore-2.0.4-forge.jar |Ferrite Core |ferritecore |2.0.4 |DONE |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a engineersdecor-1.16.4-1.1.14-b3.jar |Engineer's Decor |engineersdecor |1.1.14-b3 |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 solcarrot-1.16.3-1.9.10.jar |Spice of Life: Carrot Edition |solcarrot |1.16.3-1.9.10 |DONE |Manifest: NOSIGNATURE modular-routers-1.16.5-7.5.0-59.jar |Modular Routers |modularrouters |task ':jar' property|DONE |Manifest: NOSIGNATURE refinedstorageaddons-0.7.2.jar |Refined Storage Addons |refinedstorageaddons |0.7.2 |DONE |Manifest: NOSIGNATURE overloadedarmorbar-5.1.0.jar |Overloaded Armor Bar |overloadedarmorbar |5.1.0 |DONE |Manifest: NOSIGNATURE chiselsandbits-0.3.4-RELEASE.jar |Chisels & bits |chiselsandbits |NONE |DONE |Manifest: NOSIGNATURE Morph-o-Tool-1.4-27.jar |Morph-o-Tool |morphtool |1.4-27 |DONE |Manifest: NOSIGNATURE balancedenchanting-1.0.jar |Balanced Enchanting |balancedenchanting |1.0 |DONE |Manifest: NOSIGNATURE Crash Report UUID: 55815fdd-1b05-4d80-a24e-1b0aefa4b21b [Psi] Active spell: None Player Count: 0 / 30; [] Data Packs: vanilla, mod:ftbessentials, mod:supermartijn642configlib, mod:quarryplus, mod:simplemagnets, mod:integratedterminals, mod:mcwwindows, mod:modnametooltip, mod:ironjetpacks, mod:forgeendertech, mod:ctm (incompatible), mod:yungsapi, mod:powah, mod:cabletiers (incompatible), mod:rangedpumps, mod:jumbofurnace (incompatible), mod:wstweaks (incompatible), mod:shrink (incompatible), mod:xreliquary, mod:randompatches, mod:waterstrainer, mod:dynview (incompatible), mod:tmechworks (incompatible), mod:jeresources, mod:shetiphiancore, mod:refinedstorage, mod:novillagerdm, mod:alltheores, mod:industrialforegoing (incompatible), mod:cleancut (incompatible), mod:torchmaster (incompatible), mod:repurposed_structures, mod:biomesoplenty, mod:ironfurnaces, mod:mcwtrpdoors (incompatible), mod:silentgear, mod:supermartijn642corelib, mod:botania, mod:sf, mod:spark, mod:portality (incompatible), mod:curios, mod:tanknull (incompatible), mod:framedblocks (incompatible), mod:angelring (incompatible), mod:tombstone, mod:extrastorage, mod:naturesaura (incompatible), mod:constructionwand (incompatible), mod:mcwroofs, mod:cfm (incompatible), mod:observerlib, mod:globalxp, mod:cloth-config (incompatible), mod:adchimneys, mod:fastleafdecay (incompatible), mod:bettermineshafts, mod:geckolib3 (incompatible), mod:savemystronghold, mod:clienttweaks (incompatible), mod:nomowanderer (incompatible), mod:woot, mod:bagofyurting (incompatible), mod:jei, mod:jeiprofessions (incompatible), mod:attributefix, mod:mekanism, mod:caelus, mod:invtweaks (incompatible), mod:shutupexperimentalsettings (incompatible), mod:naturescompass (incompatible), mod:libx, mod:compactmachines, mod:phosphophyllite, mod:engineerstools, mod:farmingforblockheads (incompatible), mod:pneumaticcraft, mod:pedestals (incompatible), mod:extradisks, mod:immersivepetroleum (incompatible), mod:ironchest (incompatible), mod:mythicbotany, mod:integratedcrafting, mod:logprot (incompatible), mod:theoneprobe, mod:mousetweaks, mod:immersiveengineering, mod:usefulrailroads, mod:pamhc2crops (incompatible), mod:creativeapiary (incompatible), mod:jeiintegration, mod:pipez, mod:mantle (incompatible), mod:integrateddynamics, mod:integratednbt (incompatible), mod:pamhc2foodcore (incompatible), mod:ftbbackups (incompatible), mod:polymorph, mod:autoreglib (incompatible), mod:structurize, mod:pickletweaks, mod:allthetweaks, mod:byg, mod:extremesoundmuffler, mod:cosmeticarmorreworked (incompatible), mod:morered, mod:xpbook, mod:cyclopscore, mod:astralsorcery, mod:netherportalfix (incompatible), mod:aiotbotania (incompatible), mod:advancedperipherals, mod:tinyredstone, mod:eidolon, mod:managear, mod:rsgauges, mod:glassential (incompatible), mod:configurableextramobdrops, mod:cookingforblockheads (incompatible), mod:controlling, mod:placebo (incompatible), mod:dankstorage, mod:citadel (incompatible), mod:iceandfire (incompatible), mod:allthemodium, mod:rats, mod:ratlantis, mod:potionsmaster, mod:culinaryconstruct (incompatible), mod:cartographer, mod:bookshelf, mod:darkutils (incompatible), mod:botanypots, mod:botanytrees, mod:uteamcore, mod:buildinggadgets, mod:forge, 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:lightingwand, mod:mekanismgenerators, mod:xnetgases, mod:absentbydesign (incompatible), mod:twilightforest, mod:mob_grinding_utils, mod:rsinfinitybooster, mod:chocolate, mod:mcwbridges, mod:usefulbackpacks, mod:resourcefulbees (incompatible), mod:entangled, mod:endertanks, mod:commoncapabilities, mod:compressium (incompatible), mod:mekanismadditions, mod:valkyrielib, mod:envirocore (incompatible), mod:envirotech, mod:lollipop, mod:ftbranks, mod:mcwfences, mod:simplylight, mod:tgcropesmod (incompatible), mod:atmadditions (incompatible), mod:pamhc2foodextended (incompatible), mod:solarflux, mod:dpanvil, mod:patchouli (incompatible), mod:ars_nouveau, mod:collective, mod:thermal_expansion (incompatible), mod:integratedtunnels, mod:mysticalcustomization (incompatible), mod:lostcities, mod:elevatorid, mod:ftbultimine (incompatible), mod:buildersaddition (incompatible), mod:runelic, mod:mekanismtools, mod:architectury, mod:ftbguilibrary (incompatible), mod:ftbteams (incompatible), mod:computercraft, mod:compactcrafting (incompatible), mod:trashcans, mod:tramplestopper (incompatible), mod:bwncr (incompatible), mod:cyclic (incompatible), mod:betteradvancements, mod:rhino, mod:kubejs, mod:kubejs_thermal, mod:kubejs_immersive_engineering, mod:kubejs_mekanism, mod:biggerreactors, mod:cucumber, mod:trashslot (incompatible), mod:pamhc2trees (incompatible), mod:flatbedrock (incompatible), mod:itemfilters, mod:elementalcraft, mod:platforms, mod:metalbarrels (incompatible), mod:ae2extras (incompatible), mod:ensorcellation (incompatible), mod:create, mod:kubejs_create, mod:waystones (incompatible), mod:clumps, mod:enviromats (incompatible), mod:comforts, mod:appliedenergistics2 (incompatible), mod:dimstorage, mod:dungeoncrawl, mod:demagnetize (incompatible), mod:travel_anchors, mod:mcjtylib, mod:rftoolsbase, mod:xnet, mod:rftoolsdim, mod:rftoolspower, mod:rftoolsbuilder, mod:rftoolsstorage, mod:rftoolscontrol, mod:restrictions (incompatible), mod:mahoutsukai (incompatible), mod:mininggadgets (incompatible), mod:akashictome, mod:ftbchunks, mod:bloodmagic, mod:kubejs_blood_magic, mod:scuba_gear (incompatible), mod:mysticalagriculture, mod:mysticalagradditions, mod:craftingtweaks (incompatible), mod:tconstruct (incompatible), mod:rftoolsutility, mod:toolbelt (incompatible), mod:titanium (incompatible), mod:mana-and-artifice, mod:silentlib (incompatible), mod:ctiers (incompatible), mod:forbidden_arcanus (incompatible), mod:archers_paradox (incompatible), mod:omgourd (incompatible), mod:enviroenergy, mod:quark (incompatible), mod:apotheosis (incompatible), mod:fastbench (incompatible), mod:storagedrawers (incompatible), mod:fluxnetworks, mod:enderchests, mod:minecolonies (incompatible), mod:ferritecore (incompatible), mod:engineersdecor, mod:solcarrot (incompatible), mod:modularrouters, mod:refinedstorageaddons, mod:chiselsandbits (incompatible), mod:morphtool (incompatible), mod:balancedenchanting (incompatible), resourcefulbees:internals (incompatible), mod:fastfurnaceminusreplacement (incompatible), mod:corail_woodcutter (incompatible), mod:creativecrafter (incompatible), mod:chiseled, mod:crashutilities (incompatible), mod:drawerstooltip, mod:gunpowderlib, mod:curiouselytra, mod:ftbquests, mod:enchdesc, mod:exchangers, mod:creativewirelesstransmitter (incompatible), mod:topaddons (incompatible), mod:incontrol (incompatible), mod:lazierae2, mod:overloadedarmorbar (incompatible) Is Modded: Definitely; Server brand changed to 'forge' Type: Dedicated Server (map_server.txt) ---- Minecraft Crash Report ---- // I let you down. Sorry :(

Time: 6/12/21, 1:39 PM Description: Exception in server tick loop

java.lang.NoSuchMethodError: 'java.lang.String org.cyclops.cyclopscore.helper.L10NHelpers.localize(java.lang.String, java.lang.Object[])' at org.cyclops.integrateddynamics.core.evaluate.variable.ValueTypeBase.toString(ValueTypeBase.java:136) ~[integrateddynamics:1.8.4] {re:classloading,pl:runtimedistcleaner:A} at java.lang.String.valueOf(String.java:2951) ~[?:?] {} at java.util.Arrays.toString(Arrays.java:5113) ~[?:?] {} at net.minecraft.util.text.TranslationTextComponent.toString(TranslationTextComponent.java:186) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A} at org.cyclops.integrateddynamics.api.evaluate.EvaluationException.(EvaluationException.java:14) ~[integrateddynamics:1.8.4] {re:classloading} at org.cyclops.integrateddynamics.core.evaluate.operator.Operators.lambda$static$110(Operators.java:1782) ~[integrateddynamics:1.8.4] {re:classloading} at org.cyclops.integrateddynamics.core.evaluate.operator.OperatorBase.evaluate(OperatorBase.java:153) ~[integrateddynamics:1.8.4] {re:classloading} at org.cyclops.integrateddynamics.core.evaluate.expression.LazyExpression.evaluate(LazyExpression.java:43) ~[integrateddynamics:1.8.4] {re:classloading} at org.cyclops.integrateddynamics.core.evaluate.expression.LazyExpression.getValue(LazyExpression.java:65) ~[integrateddynamics:1.8.4] {re:classloading} at org.cyclops.integrateddynamics.inventory.container.ContainerPartPanelVariableDriven.lambda$onDirty$0(ContainerPartPanelVariableDriven.java:111) ~[integrateddynamics:1.8.4] {re:classloading} at net.minecraftforge.common.util.LazyOptional.ifPresent(LazyOptional.java:165) ~[forge:?] {re:classloading} at org.cyclops

rubensworks commented 3 years ago

Thanks, that will do :)