SkyFactory 2.5.6 server rejecting client mods

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
H

Hg80

Guest
Title SkyFactory 2.5.6 server rejecting client mods

Launcher Type Curse App

Modpack Skyfactory25

Modpack version 2.5.6-1.7.10

Have you modified the pack? No

Link to log file http://paste.feed-the-beast.com/view/01798bd5

Details of the issue I am a parent trying to set up a minecraft server for my offspring.

The client is on Windows 10, installed via Curse app.

On the server I am using the docker itzg/minecraft-server image.
https://github.com/itzg/dockerfiles/tree/master/minecraft-server

The client disconnects with a message about rejected mods.
The server log file is linked here.

In the client log it looks like this:

[22:33:46] [Netty Client IO #1/INFO] [FML/]: Attempting connection with missing mods [additionalresources, appliedenergistics2-core, CodeChickenCore, NotEnoughItems, ThE-core, OpenModsCore, <CoFH ASM>, FastCraft, StartingInventory, charcoalBlock, ae2stuff, AppleCore, appliedenergistics2, audiodeath, Automagy, baconators, bdlib, betterbuilderswands, BiblioCraft, BiblioWoodsNatura, BigReactors, Botania, BrandonsCore, CarpentersBlocks, chancecubes, ChatFlow, ChickenChunks, chisel, CoFHCore, compacter, ComputerCraft, cookingbook, MineTweaker3, CustomMainMenu, customthings, PTRModelLib, props, Ding, DraconicEvolution, DragonMounts, Emotes, endercore, EnderIO, EnderStorage, EnderTech, ewysworkshop, exastris, exnihilo, excompressum, extracells, ExtraTiC, ExtraUtilities, ForbiddenMagic, FTBI, FTBL, FTBU, GardenOfGlass, Hats, HatStand, headcrumbs, iChunUtil, IguanaTweaksTConstruct, ImmersiveEngineering, immersiveintegration, ImmibisCore, InGameInfoXML, inpure|core, inventorytweaks, IronChest, ItsRainingFood, JABBA, journeymap, kleeslabs, lootplusplus, lootbags, LunatriusCore, magicalcrops, magicalcropsarmour, magicalcropsdeco, Mantle, mercurius, mfrmagiccropscompat, MineFactoryReloaded, MineFactoryReloaded|CompatAppliedEnergistics, MineFactoryReloaded|CompatForgeMicroblock, MineFactoryReloaded|CompatThaumcraft, MineFactoryReloaded|CompatThermalExpansion, MineFactoryReloaded|CompatTConstruct, MineFactoryReloaded|CompatVanilla, modtweaker2, MooFluids, Morpheus, MouseTweaks, mpbasic, mputils, Natura, NEIAddons, NEIAddons|Developer, NEIAddons|AppEng, NEIAddons|Botany, NEIAddons|Forestry, NEIAddons|CraftingTables, NEIAddons|ExNihilo, neiintegration, NEIlootbags, OpenBlocks, OpenMods, OpenPeripheral, OpenPeripheralCore, OpenPeripheralIntegration, oreexcavation, harvestcraft, RanchableFluidCows, RedLogic, RedstoneArsenal, ResourceLoader, rftools, Sampler, SimpleAchievements, SimpleLabels, simplyjetpacks, slabcraftmod, snad, SolarFlux, spatialio-compat, staircraftmod, StevesFactoryManager, StorageDrawers, StorageDrawersNatura, Sync, tcinventoryscan, tcnodetracker, TConstruct, Thaumcraft, thaumcraftneiplugin, thaumicenergistics, ThermalCasting, ThermalDynamics, ThermalExpansion, ThermalFoundation, TiConAutoToolStation, TiCTooltips, Translocator, treeGrowingSimulator, twitchcrumbs, Waila, WailaHarvestability, wailaplugins, wawla, witchery, withercrumbs, WR-CBE|Core, WR-CBE|Addons, WR-CBE|Logic, xprings, YUNoMakeGoodMap, bspkrsCore, Baubles, ForgeMicroblock, ForgeMultipart, McMultipart, libsandstone] at SERVER
[22:33:46] [Netty Client IO #1/INFO] [FML/]: Rejecting connection SERVER: [FMLMod:TConstruct{1.7.10-1.8.8.build988}, FMLMod:ThermalDynamics{1.7.10R1.2.0}, FMLMod:RedstoneArsenal{1.7.10R1.1.2}, FMLMod:ThermalExpansion{1.7.10R4.1.4}, FMLMod:MineFactoryReloaded{1.7.10R2.8.2B1}, FMLMod:ThermalFoundation{1.7.10R1.2.5}]
 
Last edited by a moderator:
H

Hg80

Guest
All right, I finally figured it out. The container does not run the SetupServer.sh script from the server modpack. I had to update the container's startup file to handle FTB server modpacks. I might submit a PR on the itzg/minecraft-server container project.