Resourceful Bees

Resourceful Bees

10M Downloads

Elite Centrifuge Controller crashing Server

Nilsilino opened this issue · 4 comments

commented

Describe the bug
When using the Elite Centrifuge Multiblock I will always run in Ticking Entity Error

To Reproduce
Steps to reproduce the behavior:

  1. Use Multiple Honeycomb in Elite Centrifuge
  2. After some time it'll crash

Expected behavior
It should work without crashing the Server

Screenshots or Crash Logs
---- Minecraft Crash Report ----
// Shall we play a game?

Time: 4/9/21 12:39 PM
Description: Ticking block entity

java.lang.NullPointerException: Ticking block entity
at com.resourcefulbees.resourcefulbees.tileentity.multiblocks.centrifuge.EliteCentrifugeControllerTileEntity.getRecipeTime(EliteCentrifugeControllerTileEntity.java:83) ~[resourcefulbees:1.16.5-0.6.5b] {re:classloading}
at com.resourcefulbees.resourcefulbees.tileentity.CentrifugeTileEntity.processRecipe(CentrifugeTileEntity.java:237) ~[resourcefulbees:1.16.5-0.6.5b] {re:classloading}
at com.resourcefulbees.resourcefulbees.tileentity.multiblocks.centrifuge.CentrifugeControllerTileEntity.checkHoneycombSlots(CentrifugeControllerTileEntity.java:91) ~[resourcefulbees:1.16.5-0.6.5b] {re:classloading}
at com.resourcefulbees.resourcefulbees.tileentity.multiblocks.centrifuge.CentrifugeControllerTileEntity.func_73660_a(CentrifugeControllerTileEntity.java:103) ~[resourcefulbees:1.16.5-0.6.5b] {re:classloading}
at net.minecraft.world.World.func_217391_K(World.java:1264) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,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,pl:runtimedistcleaner:A}
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:371) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,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,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:291) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_272] {}

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

-- Head --
Thread: Server thread
Stacktrace:
at com.resourcefulbees.resourcefulbees.tileentity.multiblocks.centrifuge.EliteCentrifugeControllerTileEntity.getRecipeTime(EliteCentrifugeControllerTileEntity.java:83) ~[resourcefulbees:1.16.5-0.6.5b] {re:classloading}
at com.resourcefulbees.resourcefulbees.tileentity.CentrifugeTileEntity.processRecipe(CentrifugeTileEntity.java:237) ~[resourcefulbees:1.16.5-0.6.5b] {re:classloading}
at com.resourcefulbees.resourcefulbees.tileentity.multiblocks.centrifuge.CentrifugeControllerTileEntity.checkHoneycombSlots(CentrifugeControllerTileEntity.java:91) ~[resourcefulbees:1.16.5-0.6.5b] {re:classloading}
at com.resourcefulbees.resourcefulbees.tileentity.multiblocks.centrifuge.CentrifugeControllerTileEntity.func_73660_a(CentrifugeControllerTileEntity.java:103) ~[resourcefulbees:1.16.5-0.6.5b] {re:classloading}
-- Block entity being ticked --
Details:
Name: resourcefulbees:elite_centrifuge_controller // com.resourcefulbees.resourcefulbees.tileentity.multiblocks.centrifuge.EliteCentrifugeControllerTileEntity
Block: Block{resourcefulbees:elite_centrifuge_controller}[facing=south,valid=true]
Block location: World: (-2003,31,-679), Chunk: (at 13,1,9 in -126,-43; contains blocks -2016,0,-688 to -2001,255,-673), Region: (-4,-2; contains chunks -128,-64 to -97,-33, blocks -2048,0,-1024 to -1537,255,-513)
Block: Block{resourcefulbees:elite_centrifuge_controller}[facing=south,valid=true]
Block location: World: (-2003,31,-679), Chunk: (at 13,1,9 in -126,-43; contains blocks -2016,0,-688 to -2001,255,-673), Region: (-4,-2; contains chunks -128,-64 to -97,-33, blocks -2048,0,-1024 to -1537,255,-513)
Stacktrace:
at net.minecraft.world.World.func_217391_K(World.java:1264) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,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,pl:runtimedistcleaner:A}
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:371) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,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,pl:runtimedistcleaner:A}

-- Affected level --
Details:
All players: 0 total; []
Chunk stats: ServerChunkCache: 4104
Level dimension: minecraft:overworld
Level spawn location: World: (-272,63,240), Chunk: (at 0,3,0 in -17,15; contains blocks -272,0,240 to -257,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 107875058 game time, 16449117 day time
Level name: world
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Level weather: Rain time: 60794 (now: false), thunder time: 5638 (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:851) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:291) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:jaopca.mixins.json:MinecraftServerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_272] {}

-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Linux (amd64) version 5.8.17-100.fc31.x86_64
Java Version: 1.8.0_272, Red Hat, Inc.
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Red Hat, Inc.
Memory: 1093969768 bytes (1043 MB) / 3359637504 bytes (3204 MB) up to 6681526272 bytes (6372 MB)
CPUs: 12
JVM Flags: 2 total; -Xms256M -Xmx7168M
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
/minecraft_server.jar object_holder_definalize PLUGINSERVICE
/minecraft_server.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/minecraft_server.jar capability_inject_definalize PLUGINSERVICE
/minecraft_server.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/minecraft_server.jar fml TRANSFORMATIONSERVICE
FML: 36.1
Forge: net.minecraftforge:36.1.2
FML Language Providers:
[email protected]
minecraft@1
Mod List:
supermartijn642configlib-1.0.5a-mc1.16.jar |SuperMartijn642's Config Lib |supermartijn642configlib |1.0.5a |DONE |NOSIGNATURE
mcw-windows-1.0.3-mc1.16.5.jar |Macaw's Windows |mcwwindows |1.0.3 |DONE |NOSIGNATURE
bambooeverything-1.16.3-forge-1.0.0.jar |Bamboo Everything |bambooeverything |1.16.3-forge-1.0.0 |DONE |NOSIGNATURE
windowlogging-mc1.16.3_v0.0.2.jar |Windowlogging |windowlogging |0.0.2 |DONE |NOSIGNATURE
pitg-1.16.3-1.4.1.jar |Pane In The Glass |pitg |1.16.3-1.4.1 |DONE |NOSIGNATURE
Neat 1.7-27.jar |Neat |neat |1.7-27 |DONE |NOSIGNATURE
BetterCaves-Forge-1.16.4-1.1.1.jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.1 |DONE |NOSIGNATURE
BetterTitleScreen-1.16.4-1.10.2.jar |Better Title Screen |bettertitlescreen |1.16.4-1.10.2 |DONE |NOSIGNATURE
CTM-MC1.16.1-1.1.2.6.jar |ConnectedTexturesMod |ctm |MC1.16.1-1.1.2.6 |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-4.jar |YUNG's API |yungsapi |1.16.4-Forge-4 |DONE |NOSIGNATURE
Powah-1.16.5-2.3.16.jar |Powah |powah |2.3.16 |DONE |NOSIGNATURE
tetranomicon-1.0.jar |Tetranomicon |tetranomicon |1.0 |DONE |NOSIGNATURE
randompatches-2.4.4-forge.jar |RandomPatches |randompatches |2.4.4-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
SnowRealMagic-1.16.4-2.5.2.jar |Snow! Real Magic! |snowrealmagic |2.5.2 |DONE |NOSIGNATURE
JustEnoughResources-1.16.4-0.12.0.109.jar |Just Enough Resources |jeresources |0.12.0.109 |DONE |NOSIGNATURE
supplementaries-1.16.5-0.10.5.jar |Supplementaries |supplementaries |1.16.5-0.10.4 |DONE |NOSIGNATURE
refinedstorage-1.9.12.jar |Refined Storage |refinedstorage |1.9.12 |DONE |NOSIGNATURE
Upgraded+Netherite+1.16.4+-+1.8.1.jar |Upgraded Netherite |upgradednetherite |1.7.0 |DONE |NOSIGNATURE
structure_gel-1.16.4-1.7.5.jar |Structure Gel API |structure_gel |1.7.5 |DONE |NOSIGNATURE
PackMenu-1.16.4-2.4.0.jar |Pack Menu |packmenu |2.4.0 |DONE |NOSIGNATURE
industrial-foregoing-1.16.5-3.2.10.2-d316328.jar |Industrial Foregoing |industrialforegoing |3.2.10.2 |DONE |NOSIGNATURE
torchmaster-2.3.6.jar |Torchmaster |torchmaster |2.3.6 |DONE |NOSIGNATURE
BiomesOPlenty-1.16.4-13.0.0.431-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.4-13.0.0.431 |DONE |NOSIGNATURE
ToolStats-1.16.5-6.0.1.jar |ToolStats |toolstats |6.0.1 |DONE |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
toughnessbar-6.1.jar |Toughness Bar |toughnessbar |6.1 |DONE |NOSIGNATURE
mcw-trapdors-1.0.1-mc1.16.5.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.1 |DONE |NOSIGNATURE
silent-gear-1.16.3-2.6.13.jar |Silent Gear |silentgear |2.6.13 |DONE |NOSIGNATURE
Botania-1.16.4-414.jar |Botania |botania |1.16.4-414 |DONE |NOSIGNATURE
fishingreal-1.16.3-1.0.0.jar |Fishing Real |fishingreal |1.0.0 |DONE |NOSIGNATURE
fairylights-4.0.5-1.16.5.jar |Fairy Lights |fairylights |4.0.5 |DONE |NOSIGNATURE
spark-forge.jar |spark |spark |1.5.2 |DONE |NOSIGNATURE
curios-forge-1.16.5-4.0.5.0.jar |Curios API |curios |1.16.5-4.0.5.0 |DONE |NOSIGNATURE
GameStages-1.16.5-7.1.4.jar |GameStages |gamestages |7.1.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
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
neoncraft-2.0.jar |Neon Craft |neoncraft |2.0 |DONE |NOSIGNATURE
mcw-roofs-2.0.1-mc1.16.5-4.jar |Macaw's Roofs |mcwroofs |2.0.1 |DONE |NOSIGNATURE
observerlib-1.16.4-1.5.1.jar |ObserverLib |observerlib |1.16.4-1.5.1 |DONE |NOSIGNATURE
mcw-furniture-2.0.1-mc1.16.5.jar |Macaw's Furniture |mcwfurnitures |2.0.1 |DONE |NOSIGNATURE
cloth-config-4.11.15-forge.jar |Cloth Config v4 API |cloth-config |4.11.15 |DONE |NOSIGNATURE
fastbenchminusreplacement-1.3.jar |FastWorkbench Minus Replacemen|fastbenchminusreplacement |1.3 |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
FastLeafDecay-v25.jar |FastLeafDecay |fastleafdecay |v25 |DONE |NOSIGNATURE
CodeChickenLib-1.16.4-3.5.1.408-universal.jar |CodeChicken Lib |codechickenlib |3.5.1.408 |DONE |31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
BetterMineshafts-Forge-1.16.4-2.0.3.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.3 |DONE |NOSIGNATURE
SimpleDiscordRichPresence-1.16.4-1.3.5.jar |Simple Discord Rich Presence |sdrp |1.16.4-1.3.5 |DONE |NOSIGNATURE
SaveMyStronghold-1.16.4-1.0.jar |Save My Stronghold! |savemystronghold |1.16.4-1.0 |DONE |NOSIGNATURE
QuarkOddities-1.16.3.jar |Quark Oddities |quarkoddities |1.16.3 |DONE |NOSIGNATURE
Kiwi-1.16.5-3.4.2.jar |Kiwi |kiwi |3.4.2 |DONE |NOSIGNATURE
ClientTweaks_1.16.3-5.3.0.jar |Client Tweaks |clienttweaks |5.3.0 |DONE |NOSIGNATURE
Notes-1.16.5-1.2.3.jar |Notes |notes |1.16.5-1.2.3 |DONE |NOSIGNATURE
torchslabmod-1.16.4_v1.6.18.jar |Torch Slab Mod |torchslabmod |1.6.18 |DONE |NOSIGNATURE
mining-helmet-1.16.4-2.0.0.jar |Mining Helmet |mining_helmet |2.0.0 |DONE |NOSIGNATURE
vanillaexcavators-1.16.2-2.1.3.jar |Vanilla Excavators |vanillaexcavators |2.1.3 |DONE |NOSIGNATURE
jei-1.16.5-7.6.1.75.jar |Just Enough Items |jei |7.6.1.75 |DONE |NOSIGNATURE
goblintraders-1.3.1-1.16.3.jar |Goblin Traders |goblintraders |1.3.1 |DONE |NOSIGNATURE
Mekanism-1.16.5-10.0.21.448.jar |Mekanism |mekanism |10.0.21 |DONE |NOSIGNATURE
caelus-forge-1.16.5-2.1.3.0.jar |Caelus API |caelus |1.16.5-2.1.3.0 |DONE |NOSIGNATURE
invtweaks-1.16.4-1.0.1.jar |Inventory Tweaks Renewed |invtweaks |1.16.4-1.0.1 |DONE |NOSIGNATURE
NaturesCompass-1.16.5-1.8.6.jar |Nature's Compass |naturescompass |1.16.5-1.8.6 |DONE |NOSIGNATURE
catjammies-1.0.0.jar |CatJammies |catjammies |NONE |DONE |NOSIGNATURE
netheritehorsearmor-1.7.jar |Netherite Horse Armor Mod |netheritehorsearmor |1.7 |DONE |NOSIGNATURE
LibX-1.16.3-1.0.23.jar |LibX |libx |1.16.3-1.0.23 |DONE |NOSIGNATURE
curioofundying-forge-1.16.4-5.1.0.0.jar |Curio of Undying |curioofundying |1.16.4-5.1.0.0 |DONE |NOSIGNATURE
snowundertrees-1.16.5-v1.1.4.jar |Snow Under Trees |snowundertrees |v1.1.4 |DONE |NOSIGNATURE
mysticalworld-1.16.4-0.3.1.9.jar |Mystical World |mysticalworld |1.16.4-0.3.1.9 |DONE |NOSIGNATURE
extradisks-1.16.4-1.5.0.jar |Extra Disks |extradisks |1.5.0 |DONE |NOSIGNATURE
ImmersivePetroleum-1.16.5-3.2.0-3.jar |Immersive Petroleum |immersivepetroleum |3.2.0-3 |DONE |NOSIGNATURE
forge-1.16.5-36.1.2-universal.jar |Forge |forge |36.1.2 |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
DynamicSurroundings-1.16.4-4.0.4.1.jar |§3Dynamic Surroundings |dsurround |1.16.4-4.0.4.1 |DONE |b4:98:14:b9:76:55:25:4f:e5:5f:4d:71:90:87:43:5b:f9:d5:3a:02:60:42:5e:da:1f:15:9c:ff:be:a9:7c:77
ironchest-1.16.4-11.2.10.jar |Iron Chests |ironchest |1.16.4-11.2.10 |DONE |NOSIGNATURE
MythicBotany-1.16.3-1.2.8.jar |MythicBotany |mythicbotany |1.16.3-1.2.8 |DONE |NOSIGNATURE
forge-1.16.5-36.1.2-server.jar |Minecraft |minecraft |1.16.5 |DONE |NOSIGNATURE
cofh_core-1.16.4-1.2.0.jar |CoFH Core |cofh_core |1.2.0 |DONE |NOSIGNATURE
MouseTweaks-2.14-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.14 |DONE |NOSIGNATURE
Psi 1.16-92.jar |Psi |psi |1.16-92 |DONE |NOSIGNATURE
ImmersiveEngineering-1.16.5-4.2.4-134.jar |Immersive Engineering |immersiveengineering |1.16.5-4.2.4-134 |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
morevanillalib-1.16.4-1.4.0.jar |MoreVanillaLib |morevanillalib |1.4.0 |DONE |NOSIGNATURE
paintings-1.16.4-7.0.0.1.jar |Paintings ++ |paintings |1.16.4-6.0.1.5 |DONE |NOSIGNATURE
jeiintegration_1.16.5-7.0.1.15.jar |JEI Integration |jeiintegration |7.0.1.15 |DONE |NOSIGNATURE
Xaeros_Minimap_21.4.2_Forge_1.16.5.jar |Xaero's Minimap |xaerominimap |21.4.2 |DONE |NOSIGNATURE
ftb-backups-2.1.1.6.jar |FTB Backups |ftbbackups |2.1.1.6 |DONE |NOSIGNATURE
serverconfigupdater-1.3.jar |ServerConfig Updater |serverconfigupdater |1.3 |DONE |NOSIGNATURE
polymorph-forge-1.16.5-0.24.jar |Polymorph |polymorph |1.16.5-0.24 |DONE |NOSIGNATURE
AutoRegLib-1.6-47.jar |AutoRegLib |autoreglib |1.6-47 |DONE |NOSIGNATURE
structurize-0.13.148-ALPHA-universal.jar |Structurize |structurize |0.13.148-ALPHA |DONE |NOSIGNATURE
FastFurnace-1.16.4-4.4.0.jar |FastFurnace |fastfurnace |4.4.0 |DONE |NOSIGNATURE
AppleSkin-mc1.16.2-forge-1.0.14.jar |AppleSkin |appleskin |1.0.14 |DONE |NOSIGNATURE
Aquaculture-1.16.5-2.1.16.jar |Aquaculture 2 |aquaculture |1.16.5-2.1.16 |DONE |NOSIGNATURE
CosmeticArmorReworked-1.16.5-v1b.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.5-v1b |DONE |5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
step-1.16.4-1.1.0.jar |Step |step |1.1.0 |DONE |NOSIGNATURE
DefaultOptions_1.16.3-12.2.0.jar |Default Options |defaultoptions |12.2.0 |DONE |NOSIGNATURE
tetra-1.16.5-3.8.0.jar |Tetra |tetra |3.8.0 |DONE |NOSIGNATURE
rsrequestify-1.16.3-2.0.1.jar |RSRequestify |rsrequestify |2.0.1 |DONE |NOSIGNATURE
enchantedbookredesign-3.3-1.16.4.jar |Enchanted Book Redesign |enchantedbookredesign |3.3-1.16.4 |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.3.jar |AIOT Botania |aiotbotania |1.7.3 |DONE |NOSIGNATURE
eidolon-0.2.7.jar |Eidolon |eidolon |0.2.7 |DONE |NOSIGNATURE
curiousshulkerboxes-forge-1.16.5-4.0.1.0.jar |Curious Shulker Boxes |curiousshulkerboxes |1.16.5-4.0.1.0 |DONE |NOSIGNATURE
HealthOverlay-1.16.4-2.1.7.jar |Health Overlay |healthoverlay |NONE |DONE |NOSIGNATURE
incontrol-1.16-5.1.6.jar |InControl |incontrol |1.16-5.1.6 |DONE |NOSIGNATURE
KleeSlabs_1.16.5-9.2.1.jar |KleeSlabs |kleeslabs |9.2.1 |DONE |NOSIGNATURE
XaerosWorldMap_1.12.2_Forge_1.16.5.jar |Xaero's World Map |xaeroworldmap |1.12.2 |DONE |NOSIGNATURE
CookingForBlockheads_1.16.5-9.3.1.jar |Cooking for Blockheads |cookingforblockheads |9.3.1 |DONE |NOSIGNATURE
Controlling-7.0.0.14.jar |Controlling |controlling |7.0.0.14 |DONE |NOSIGNATURE
Placebo-1.16.4-4.4.1.jar |Placebo |placebo |4.4.1 |DONE |NOSIGNATURE
citadel-1.6.2.jar |Citadel |citadel |1.6.2 |DONE |NOSIGNATURE
alexsmobs-1.8.1.jar |Alex's Mobs |alexsmobs |1.8.1 |DONE |NOSIGNATURE
rats-7.1.1-1.16.5.jar |Rats |rats |7.1.1 |DONE |NOSIGNATURE
mightyarchitect-mc1.16.3_v0.5.jar |The Mighty Architect |mightyarchitect |0.5 |DONE |NOSIGNATURE
Bookshelf-1.16.5-10.0.7.jar |Bookshelf |bookshelf |10.0.7 |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.3.jar |Dark Utilities |darkutils |8.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
BotanyPots-1.16.5-7.0.9.jar |BotanyPots |botanypots |7.0.9 |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
u_team_core-1.16.5-3.2.0.193.jar |U Team Core |uteamcore |3.2.0.193 |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
Waddles-1.16.4-0.8.11.jar |Waddles |waddles |1.16.4-0.8.11 |DONE |NOSIGNATURE
mcw-doors-1.0.2-mc1.16.5.jar |Macaw's Doors |mcwdoors |1.0.2 |DONE |NOSIGNATURE
MekanismGenerators-1.16.5-10.0.21.448.jar |Mekanism: Generators |mekanismgenerators |10.0.21 |DONE |NOSIGNATURE
carryon-1.16.5-1.15.3.13.jar |Carry On |carryon |1.15.3.13 |DONE |8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9
absentbydesign-1.16.5-1.4.1.jar |Absent By Design Mod |absentbydesign |1.16.5-1.4.1 |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
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
FarmersDelight-1.16.3-0.3.2.jar |Farmer's Delight |farmersdelight |1.16.3-0.3.2 |DONE |NOSIGNATURE
customizableelytra-1.16.4-1.4.1.jar |Customizable Elytra |customizableelytra |1.16.4-1.4.1 |DONE |NOSIGNATURE
useful_backpacks-1.16.5-1.12.0.88.jar |Useful Backpacks |usefulbackpacks |1.12.0.88 |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
ResourcefulBees-1.16.5-0.6.5b (1).jar |Resourceful Bees |resourcefulbees |1.16.5-0.6.5b |DONE |NOSIGNATURE
Curious Armor Stands-1.16.3-2.0.2.jar |Curious Armor Stands |curious_armor_stands |1.16.3-2.0.2 |DONE |NOSIGNATURE
AmbientSounds_v3.1.5_mc1.16.5.jar |Ambient Sounds |ambientsounds |3.0.3 |DONE |NOSIGNATURE
Compressium-1.16.5-1.2.2.jar |Compressium |compressium |1.2.2 |DONE |NOSIGNATURE
MekanismAdditions-1.16.5-10.0.21.448.jar |Mekanism: Additions |mekanismadditions |10.0.21 |DONE |NOSIGNATURE
valhelsia_structures-16.0.5.jar |Valhelsia Structures |valhelsia_structures |16.0.5 |DONE |NOSIGNATURE
Lollipop-1.16.5-3.2.9.jar |Lollipop |lollipop |3.2.9 |DONE |NOSIGNATURE
Patchouli-1.16.4-50.jar |Patchouli |patchouli |1.16.4-50 |DONE |NOSIGNATURE
leap-1.16.4-1.1.1.jar |Leap |leap |1.1.1 |DONE |NOSIGNATURE
SewingKit-1.16.5-1.3.1.jar |Sewing Kit |sewingkit |1.3.1 |DONE |NOSIGNATURE
betterbiomeblend-1.16.4-1.1.3-forge.jar |Better Biome Blend |betterbiomeblend |1.16.4-1.1.3-forge |DONE |NOSIGNATURE
blockcarpentry-1.16-0.3.5a.jar |BlockCarpentry |blockcarpentry |1.16-0.3.5a |DONE |NOSIGNATURE
elevatorid-1.16.5-1.7.13.jar |Elevator Mod |elevatorid |1.16.5-1.7.13 |DONE |NOSIGNATURE
Runelic-1.16.5-7.0.1.jar |Runelic |runelic |7.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
MekanismTools-1.16.5-10.0.21.448.jar |Mekanism: Tools |mekanismtools |10.0.21 |DONE |NOSIGNATURE
architectury-1.10.138-forge.jar |Architectury |architectury |1.10.138 |DONE |NOSIGNATURE
ftb-gui-library-1605.2.1.41-forge.jar |FTB GUI Library |ftbguilibrary |1605.2.1.41 |DONE |NOSIGNATURE
curiouselytra-forge-1.16.5-4.0.2.3.jar |Curious Elytra |curiouselytra |1.16.5-4.0.2.3 |DONE |NOSIGNATURE
cc-tweaked-1.16.4-1.95.3.jar |CC: Tweaked |computercraft |1.95.3 |DONE |NOSIGNATURE
Storage4ComputerCraft-1.16.4-1.2.2.jar |Storage for ComputerCraft |storage4computercraft |1.2.2 |DONE |NOSIGNATURE
AI-Improvements-1.16.2-0.3.0.jar |AI-Improvements |aiimprovements |0.3.0 |DONE |NOSIGNATURE
cherishedworlds-forge-1.16.4-5.1.0.0.jar |Cherished Worlds |cherishedworlds |1.16.4-5.1.0.0 |DONE |NOSIGNATURE
light-overlay-5.8.0.jar |Light Overlay |lightoverlay |5.8.0 |DONE |NOSIGNATURE
trashcans-1.0.8-mc1.16.4.jar |Trash Cans |trashcans |1.0.8 |DONE |NOSIGNATURE
chunkloaders-1.1.6-mc1.16.5.jar |Chunk Loaders |chunkloaders |1.1.6 |DONE |NOSIGNATURE
ServerTabInfo-1.16.4-1.3.3.jar |Server Tab Info |servertabinfo |1.3.3 |DONE |NOSIGNATURE
BetterAdvancements-1.16.5-0.1.0.105.jar |Better Advancements |betteradvancements |0.1.0.105 |DONE |NOSIGNATURE
inventorysorter-1.16.1-18.1.0.jar |Simple Inventory Sorter |inventorysorter |18.1.0 |DONE |NOSIGNATURE
rhino-1.7.13-build.14.jar |Rhino |rhino |1.7.13-build.14 |DONE |NOSIGNATURE
kubejs-1605.3.6-build.177-forge.jar |KubeJS |kubejs |1605.3.6-build.177 |DONE |NOSIGNATURE
kubejs-immersive-engineering-1604.1.0.12.jar |KubeJS Immersive Engineering |kubejs_immersive_engineering |1604.1.0.12 |DONE |NOSIGNATURE
kubejs-mekanism-1604.1.1.6.jar |KubeJS Mekanism |kubejs_mekanism |1604.1.1.6 |DONE |NOSIGNATURE
kubejs-ui-1605.1.1-build.19-forge.jar |KubeJS UI |kubejs_ui |1605.1.1-build.19 |DONE |NOSIGNATURE
BedBenefits-1.16.5-5.0.3.jar |BedBenefits |bedbenefits |5.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
TrashSlot_1.16.3-12.2.1.jar |TrashSlot |trashslot |12.2.1 |DONE |NOSIGNATURE
Druidcraft-1.16.5-0.4.52.jar |Druidcraft |druidcraft |0.4.52 |DONE |NOSIGNATURE
the-conjurer-1.16.4-1.0.13.jar |The Conjurer |conjurer_illager |1.0.13 |DONE |NOSIGNATURE
abnormals_core-1.16.5-3.1.1.jar |Abnormals Core |abnormals_core |3.1.1 |DONE |NOSIGNATURE
environmental-1.16.5-1.0.0.jar |Environmental |environmental |1.0.0 |DONE |NOSIGNATURE
Peculiars-1.16.4-1.1.0.jar |Peculiars |peculiars |1.1.0 |DONE |NOSIGNATURE
Bayou-Blues-1.16.5-1.0.3.jar |Bayou Blues |bayou_blues |1.16.5-1.0.3 |DONE |NOSIGNATURE
upgrade_aquatic-1.16.5-3.0.1.jar |Upgrade Aquatic |upgrade_aquatic |3.0.1 |DONE |NOSIGNATURE
Better-Badlands-1.16.5-2.0.3.jar |Better Badlands |better_badlands |1.16.5-2.0.3 |DONE |NOSIGNATURE
endergetic-1.16.4-3.0.0.jar |The Endergetic Expansion |endergetic |3.0.0 |DONE |NOSIGNATURE
neapolitan-1.16.5-2.1.0.jar |Neapolitan |neapolitan |2.1.0 |DONE |NOSIGNATURE
personality-1.16.5-1.0.2.jar |Personality |personality |1.0.2 |DONE |NOSIGNATURE
savageandravage-1.16.5-3.1.0.jar |Savage & Ravage |savageandravage |3.1.0 |DONE |NOSIGNATURE
autumnity-1.16.5-2.1.0.jar |Autumnity |autumnity |2.1.0 |DONE |NOSIGNATURE
allurement-1.16.5-1.0.0.jar |Allurement |allurement |1.0.0 |DONE |NOSIGNATURE
buzzier_bees-1.16.5-3.0.1.jar |Buzzier Bees |buzzier_bees |3.0.1 |DONE |NOSIGNATURE
berry_good-1.16.5-4.1.0.jar |Berry Good |berry_good |4.1.0 |DONE |NOSIGNATURE
Enhanced-Mushrooms-1.16.5-3.0.6.jar |Enhanced Mushrooms |enhanced_mushrooms |1.16.5-3.0.6 |DONE |NOSIGNATURE
CuriosQuarkOBP-1.16.5-1.0.2.jar |Curios Quark Oddities Backpack|curiosquarkobp |1.0.2 |DONE |NOSIGNATURE
extraboats-1.16.5-2.1.0.jar |Extra Boats |extraboats |2.1.0 |DONE |NOSIGNATURE
ensorcellation-1.16.4-1.2.0.jar |Ensorcellation |ensorcellation |1.2.0 |DONE |NOSIGNATURE
create-mc1.16.3_v0.3e.jar |Create |create |mc1.16.3_v0.3e |DONE |NOSIGNATURE
kubejs-create-1604.1.0.4.jar |KubeJS Create |kubejs_create |1604.1.0.4 |DONE |NOSIGNATURE
Waystones_1.16.5-7.4.0.jar |Waystones |waystones |7.4.0 |DONE |NOSIGNATURE
Clumps-6.0.0.17.jar |Clumps |clumps |6.0.0.17 |DONE |NOSIGNATURE
mgui-1.16.4-3.1.3.jar |mgui |mgui |3.1.3 |DONE |NOSIGNATURE
comforts-forge-1.16.4-4.0.1.0.jar |Comforts |comforts |1.16.4-4.0.1.0 |DONE |NOSIGNATURE
Artifacts-1.16.5-2.8.3.jar |Artifacts |artifacts |1.16.5-2.8.3 |DONE |NOSIGNATURE
SimpleStorageNetwork-1.16.5-1.3.4.jar |Simple Storage Network |storagenetwork |1.16.5-1.3.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
decorative_blocks-1.16.4-1.7.2.jar |Decorative Blocks |decorative_blocks |1.7.2 |DONE |NOSIGNATURE
decorative_blocks_abnormals-1.16.4-1.1.jar |Decorative Blocks Abnormals |decorative_blocks_abnormals |1.1 |DONE |NOSIGNATURE
bedspreads-forge-1.16.4-5.1.0.1.jar |Bedspreads |bedspreads |1.16.4-5.1.0.1 |DONE |NOSIGNATURE
Toast-Control-1.16.4-4.3.1.jar |Toast Control |toastcontrol |4.3.1 |DONE |NOSIGNATURE
iChunUtil-1.16.3-10.0.0.jar |iChunUtil |ichunutil |10.0.0 |DONE |NOSIGNATURE
EnderStorage-1.16.4-2.7.1.166-universal.jar |EnderStorage |enderstorage |2.7.1.166 |DONE |31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
AkashicTome-1.4-16.jar |Akashic Tome |akashictome |1.4-16 |DONE |NOSIGNATURE
ftb-chunks-1605.2.3-build.75.jar |FTB Chunks |ftbchunks |1605.2.3-build.75 |DONE |NOSIGNATURE
BloodMagic-1.16.4-3.1.0-15.jar |Blood Magic |bloodmagic |1.16.4-3.1.0-15 |DONE |NOSIGNATURE
kubejs-blood-magic-1604.1.0.4.jar |KubeJS Blood Magic |kubejs_blood_magic |1604.1.0.4 |DONE |NOSIGNATURE
scuba-gear-1.16.5-1.0.3.jar |Scuba Gear |scuba_gear |1.0.3 |DONE |NOSIGNATURE
recipebuffers-2.1.jar |Recipe Buffers |recipebuffers |2.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
xercamusic-1.16.5-1.3.jar |Xerca's Music Maker Mod |xercamusic |1.16.5-1.3 |DONE |NOSIGNATURE
immersiveposts-1.16.5-4.0.0.jar |Immersive Posts |immersiveposts |4.0.0 |DONE |d5:aa:49:67:b7:dd:64:8a:a4:7d:3e:57:12:6b:f9:3f:e8:5e:6b:24:d9:f9:c5:fb:c5:e7:a0:cf:98:64:dc:d0
dash-1.16.4-1.0.1.jar |Dash |dash |1.0.1 |DONE |NOSIGNATURE
sounddeviceoptions-1.4.2.jar |Sound Device Options |sounddeviceoptions |1.4.2 |DONE |NOSIGNATURE
CraftingTweaks_1.16.3-12.2.0.jar |Crafting Tweaks |craftingtweaks |12.2.0 |DONE |NOSIGNATURE
swingthroughgrass-1.16.4-1.5.3.jar |SwingThroughGrass |swingthroughgrass |1.16.4-1.5.3 |DONE |NOSIGNATURE
ToolBelt-1.16.3-1.15.0.jar |Tool Belt |toolbelt |1.15.0 |DONE |NOSIGNATURE
titanium-1.16.5-3.2.8.jar |Titanium |titanium |3.2.8 |DONE |NOSIGNATURE
Abundance-1.16.4-1.0.4.jar |Abundance |abundance |1.16.4-1.0.4 |DONE |NOSIGNATURE
silent-lib-1.16.3-4.9.6.jar |Silent Lib |silentlib |4.9.6 |DONE |NOSIGNATURE
Jade-1.16.4-2.6.1.jar |Jade |jade |2.6.1 |DONE |NOSIGNATURE
WailaHarvestability-mc1.16.x-forge-1.1.14.jar |Waila Harvestability |wailaharvestability |1.1.14 |DONE |NOSIGNATURE
CreativeCore_v2.1.0_mc1.16.5.jar |CreativeCore |creativecore |2.0.0 |DONE |NOSIGNATURE
ctiers-1.16.5-1.2.jar |Centrifuge Tiers |ctiers |1.16.5-1.2 |DONE |NOSIGNATURE
archers_paradox-1.16.4-1.2.0.jar |Archer's Paradox |archers_paradox |1.2.0 |DONE |NOSIGNATURE
atmospheric-1.16.4-3.0.0.jar |Atmospheric |atmospheric |3.0.0 |DONE |NOSIGNATURE
Quark-r2.4-308.jar |Quark |quark |r2.4-308 |DONE |NOSIGNATURE
Apotheosis-1.16.3-4.4.1.jar |Apotheosis |apotheosis |4.4.1 |DONE |NOSIGNATURE
JAOPCA-1.16.5-3.4.0.6.jar |JAOPCA |jaopca |3.4.0.6 |DONE |NOSIGNATURE
abnormals_delight-1.16.5-1.0.1.jar |Abnormals Delight |abnormals_delight |1.0.1 |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-5-3.40m.jar |Performant |performant |3.40m |DONE |NOSIGNATURE
vanillahammers-1.16.2-2.1.3.jar |Vanilla Hammers |vanillahammers |2.1.3 |DONE |NOSIGNATURE
InventoryHud_[1.16.2-1.16.5].forge-3.2.2.jar |Inventory HUD+(Forge edition) |inventoryhud |3.2.2 |DONE |NOSIGNATURE
minecolonies-0.14.53-ALPHA-universal.jar |MineColonies |minecolonies |0.14.53-ALPHA |DONE |NOSIGNATURE
Colony4ComputerCraft-1.16.4-1.2.1.jar |MineColonies for ComputerCraft|colony4cc |1.2.1 |DONE |NOSIGNATURE
Transport-1.16.5-3.5.1.jar |Transport |transport |3.5.1 |DONE |NOSIGNATURE
ferritecore-2.0.3-forge.jar |Ferrite Core |ferritecore |2.0.3 |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.10.jar |Engineer's Decor |engineersdecor |1.1.10 |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
BackTools-1.16.5-10.1.0.jar |Back Tools |backtools |10.1.0 |DONE |NOSIGNATURE
refinedstorageaddons-0.7.2.jar |Refined Storage Addons |refinedstorageaddons |0.7.2 |DONE |NOSIGNATURE
botanicalmachinery-1.16.4-0.3.4.jar |Botanical Machinery |botanicalmachinery |0.3.4 |DONE |NOSIGNATURE
valhelsia_core-16.0.6.jar |Valhelsia Core |valhelsia_core |16.0.6 |DONE |NOSIGNATURE
forbidden_arcanus-16.2.0-beta-3.jar |Forbidden & Arcanus |forbidden_arcanus |16.2.0-beta-3 |DONE |NOSIGNATURE
valhelsia_tweaks-16.0.6.jar |Valhelsia Tweaks |valhelsia_tweaks |16.0.6 |DONE |NOSIGNATURE
overloadedarmorbar-5.1.0.jar |Overloaded Armor Bar |overloadedarmorbar |5.1.0 |DONE |NOSIGNATURE
chiselsandbits-0.3.4-RELEASE.jar |Chisels & bits |chiselsandbits |NONE |DONE |NOSIGNATURE
OpenLoader-1.16.5-9.0.3.jar |OpenLoader |openloader |9.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
Crash Report UUID: f13be2dd-150f-4ddc-a750-1e6fd28cd778
Kiwi Modules:
kiwi:contributors
kiwi:data
snowrealmagic:core
snowrealmagic:world
[Psi] Active spell: None
Player Count: 0 / 6; []
Data Packs: vanilla, mod:forge, mod:rsrequestify (incompatible), mod:astralsorcery, mod:aiotbotania (incompatible), mod:curiousshulkerboxes, mod:mcwwindows, mod:kleeslabs (incompatible), mod:pitg (incompatible), mod:neat (incompatible), mod:bettercaves (incompatible), mod:bettertitlescreen, mod:xaeroworldmap, mod:cookingforblockheads (incompatible), mod:placebo (incompatible), mod:powah, mod:mightyarchitect (incompatible), mod:ftbguilibrary (incompatible), mod:bookshelf, mod:uteamcore, mod:randompatches, mod:darkutils (incompatible), mod:mcwdoors, mod:mekanismgenerators, mod:snowrealmagic, mod:carryon, mod:jeresources, mod:absentbydesign (incompatible), mod:supplementaries, mod:refinedstorage, mod:structure_gel, mod:chocolate, mod:mcwbridges, mod:industrialforegoing (incompatible), mod:farmersdelight, mod:usefulbackpacks, mod:biomesoplenty, mod:toolstats, mod:mekanismadditions, mod:valhelsia_structures (incompatible), mod:lollipop, mod:toughnessbar (incompatible), mod:mcwtrpdoors, mod:botania, mod:fishingreal (incompatible), mod:fairylights, mod:spark, mod:curios, mod:tetra, mod:eidolon, mod:patchouli (incompatible), mod:leap (incompatible), mod:extlights, mod:elevatorid, mod:neoncraft (incompatible), mod:runelic, mod:mekanismtools, mod:mcwroofs, mod:architectury, mod:curiouselytra, mod:computercraft, mod:aiimprovements, mod:observerlib, mod:mcwfurnitures, mod:lightoverlay (incompatible), mod:cloth-config (incompatible), mod:betterburning, mod:fastleafdecay (incompatible), mod:codechickenlib (incompatible), mod:servertabinfo, mod:bettermineshafts, mod:betteradvancements, mod:quarkoddities (incompatible), mod:kiwi, mod:inventorysorter (incompatible), mod:clienttweaks (incompatible), mod:rhino, mod:bedbenefits, mod:trashslot (incompatible), mod:torchslabmod (incompatible), mod:mining_helmet (incompatible), mod:jei, mod:kubejs, mod:druidcraft (incompatible), mod:conjurer_illager (incompatible), mod:abnormals_core, mod:buzzier_bees, mod:berry_good, mod:enhanced_mushrooms, mod:goblintraders, mod:mekanism, mod:kubejs_mekanism, mod:caelus, mod:extraboats, mod:create (incompatible), mod:waystones (incompatible), mod:clumps, mod:mgui (incompatible), mod:comforts (incompatible), mod:naturescompass (incompatible), mod:artifacts, mod:catjammies (incompatible), mod:netheritehorsearmor, mod:decorative_blocks, mod:decorative_blocks_abnormals (incompatible), mod:curioofundying, mod:snowundertrees, mod:bedspreads, mod:toastcontrol (incompatible), mod:ichunutil, mod:enderstorage (incompatible), mod:mysticalworld (incompatible), mod:immersivepetroleum (incompatible), mod:waddles, mod:wailaharvestability, mod:bloodmagic, mod:kubejs_blood_magic, mod:scuba_gear (incompatible), mod:neapolitan, mod:dash (incompatible), mod:ironchest (incompatible), mod:craftingtweaks (incompatible), mod:upgrade_aquatic, mod:cofh_core (incompatible), mod:ensorcellation (incompatible), mod:endergetic, mod:swingthroughgrass (incompatible), mod:mousetweaks, mod:titanium (incompatible), mod:psi (incompatible), mod:immersiveengineering, mod:creativecore, mod:forbidden_arcanus (incompatible), mod:archers_paradox (incompatible), mod:atmospheric, mod:jeiintegration, mod:savageandravage, mod:xaerominimap, mod:jaopca (incompatible), mod:ftbbackups (incompatible), mod:serverconfigupdater (incompatible), mod:autumnity, mod:polymorph, mod:autoreglib (incompatible), mod:akashictome, mod:quark (incompatible), mod:apotheosis (incompatible), mod:storagedrawers (incompatible), mod:fluxnetworks, mod:performant (incompatible), mod:inventoryhud, mod:structurize, mod:kubejs_create, mod:minecolonies (incompatible), mod:fastfurnace (incompatible), mod:transport, mod:appleskin, mod:ferritecore (incompatible), mod:engineersdecor, mod:aquaculture (incompatible), mod:kubejs_immersive_engineering, mod:valhelsia_tweaks, mod:refinedstorageaddons, mod:cosmeticarmorreworked (incompatible), mod:chiselsandbits (incompatible), mod:step (incompatible), mod:openloader, mod:defaultoptions (incompatible), inmemory:jaopca (incompatible), openloader/data/Valhelsia_3-Recipes, openloader/data/Valhelsia_3-Tetra, mod:bambooeverything (incompatible), mod:windowlogging (incompatible), mod:ctm (incompatible), mod:reauth, mod:yungsapi, mod:tetranomicon, mod:upgradednetherite (incompatible), mod:packmenu (incompatible), mod:torchmaster (incompatible), mod:silentgear, mod:gamestages, mod:angelring (incompatible), mod:fastbenchminusreplacement, mod:sdrp (incompatible), mod:savemystronghold, mod:notes (incompatible), mod:libx, mod:extradisks, mod:dsurround, mod:mythicbotany, mod:paintings (incompatible), mod:enchantedbookredesign (incompatible), mod:healthoverlay, mod:incontrol (incompatible), mod:controlling, mod:citadel (incompatible), mod:alexsmobs, mod:rats, mod:botanypots, mod:customizableelytra, mod:resourcefulbees (incompatible), mod:curious_armor_stands (incompatible), mod:ambientsounds, mod:sewingkit, mod:betterbiomeblend, mod:blockcarpentry (incompatible), mod:storage4computercraft, mod:cherishedworlds, mod:trashcans, mod:kubejs_ui, mod:environmental, mod:peculiars, mod:bayou_blues, mod:better_badlands, mod:personality, mod:allurement, mod:curiosquarkobp, mod:storagenetwork, mod:ftbchunks, mod:recipebuffers (incompatible), mod:xercamusic (incompatible), mod:immersiveposts (incompatible), mod:sounddeviceoptions (incompatible), mod:toolbelt (incompatible), mod:abundance, mod:silentlib (incompatible), mod:jade, mod:abnormals_delight, mod:colony4cc, mod:backtools, mod:botanicalmachinery, mod:valhelsia_core, mod:overloadedarmorbar (incompatible), openloader/data/Valhelsia 3 - Recipes [data], openloader/data/Valhelsia 3 - Tetra [data], openloader/data/Valhelsia 3 - Worldgen, resourcefulbees:internals, mod:supermartijn642configlib, mod:chunkloaders, mod:vanillaexcavators (incompatible), mod:invtweaks (incompatible), mod:morevanillalib, mod:compressium (incompatible), mod:ctiers (incompatible), mod:vanillahammers (incompatible)
Is Modded: Definitely; Server brand changed to 'forge'
Type: Dedicated Server (map_server.txt)

please complete the following information:

  • Forge Version 36.1.2
  • Mod Version 1.16.5-0.6.5b

Additional context
I got an automatic crafting system which runs back bottles (Using Mekanism: formulatic Assembler and logistical Pipes/ Cables)

commented

Closing this since the centrifuge rewrite for 1.0.0 will be removing the bottle option completely

commented

Edit: If the honey Level reaches a certain Point, the error was thrown.
I assume Instead of stopping the centrifuge it throws an error

commented

Now that I fixed the hive issue this is the next thing I’ll be working on. The reality is even with the null check in place it still crashes for some weird reason. I’m half tempted to rewrite some of the stuff for the centrifuge again. I also assume but have not been able to confirm yet that it is only the elite centrifuge with the issue??

commented

Sorry for the late response. I did some Further testing and found out:
It somehow is caused by honey bottles. I added some Pipe to pull out the honey & it worked fine.

But when trying to also use my honey crafting system I figured out the centrifuge can still fail.

From my Point of View: The centrifuge has problems when using Bottles & comb Blocks.
My guess it'll crash when ever there Are Not enough bottles inside

e.g. A Honeycomb Block gives 9 honey bottles. But if only 6 remains, it'll cause this error. 🤔

So maybe a possible fix would be to check for the bottles and in Case something would fail, to dumb the honey?