Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not connect #2963

Closed
badwolfunit opened this issue Jul 5, 2024 · 6 comments
Closed

Can not connect #2963

badwolfunit opened this issue Jul 5, 2024 · 6 comments
Labels
discussion status/stale No recently activity has been seen and will be closed soon.

Comments

@badwolfunit
Copy link

Describe the problem

so i have made a server the same one as last time and when i go on to Minecraft i put in the IP address however it can not connect i have no idea whether it is a bug or just me being general stupid as i can not access anything else except for my Portainer instance.

Container definition

services:
mc:
image: itzg/minecraft-server
tty: true
stdin_open: true
ports:
- "25565:25565"
environment:
ALLOW_NETHER: "TRUE"
ANNOUNCE_PLAYER_ACHIEVEMENTS: "TRUE"
ENABLE_COMMAND_BLOCK: "FALSE"
GENERATE_STRUCTURES: "TRUE"
SPAWN_ANIMALS: "TRUE"
SPAWN_MONSTERS: "TRUE"
SPAWN_NPCS: "TRUE"
SERVER_NAME: "MyServer"
OPS: |
Badwolfunit6378
EULA: "TRUE"
TYPE: "AUTO_CURSEFORGE"
CF_API_KEY: '$$2a$$10$$C8.CYzoAwEFXeaRoXNuMlOLDhLl9/rrbTzYzY41TlV9JkjFT33EN6'
CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/create-perfect-world
volumes:
# attach the relative directory 'data' to the container's /data path
- ./data:/data
- ./downloads:/downloads

Container logs

[init] Running as uid=1000 gid=1000 with /data as 'drwxr-xr-x 14 1000 1000 4096 Jun 30 15:10 /data'
[mc-image-helper] 17:25:26.383 INFO : Requested CurseForge modpack Perfect World-1.0.zip is already installed for Create: Perfect World
[mc-image-helper] 17:25:26.810 INFO : Forge version 47.2.0 for minecraft version 1.20.1 is already installed
[mc-image-helper] 17:25:31.191 INFO : Created/updated 3 properties in /data/server.properties
[mc-image-helper] 17:25:32.953 INFO : The file /data/ops.json already exists, so no changes will be made
[init] Setting initial memory to 1G and max to 1G
[init] Using Forge supplied run.sh script...
[17:25:46] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 47.2.0, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412]
[17:25:46] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 21.0.3 by Eclipse Adoptium; OS Linux arch amd64 version 6.6.31-linuxkit
[17:25:49] [main/INFO] [ne.mi.fm.lo.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forgeserver
[17:25:49] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/data/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2365!/ Service=ModLauncher Env=SERVER
[17:25:50] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/fmlcore/1.20.1-47.2.0/fmlcore-1.20.1-47.2.0.jar is missing mods.toml file
[17:25:50] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/javafmllanguage/1.20.1-47.2.0/javafmllanguage-1.20.1-47.2.0.jar is missing mods.toml file
[17:25:50] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/lowcodelanguage/1.20.1-47.2.0/lowcodelanguage-1.20.1-47.2.0.jar is missing mods.toml file
[17:25:50] [main/WARN] [ne.mi.fm.lo.mo.ModFileParser/LOADING]: Mod file /data/libraries/net/minecraftforge/mclanguage/1.20.1-47.2.0/mclanguage-1.20.1-47.2.0.jar is missing mods.toml file
[17:25:51] [main/WARN] [ne.mi.ja.se.JarSelector/]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File:
[17:25:51] [main/INFO] [ne.mi.fm.lo.mo.JarInJarDependencyLocator/]: Found 18 dependencies adding them to mods collection
[17:25:59] [main/INFO] [mixin/]: Compatibility level set to JAVA_17
[17:26:00] [main/ERROR] [mixin/]: Mixin config okzoomer.mixins.json does not specify "minVersion" property
[17:26:00] [main/ERROR] [mixin/]: Mixin config xaeroplus.mixins.json does not specify "minVersion" property
[17:26:00] [main/ERROR] [mixin/]: Mixin config xaeroplus-forge.mixins.json does not specify "minVersion" property
[17:26:00] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [com.sonicether.soundphysics.MixinConnector]
[17:26:00] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forgeserver' with arguments []
[17:26:00] [main/WARN] [mixin/]: Reference map 'createdeco-common-refmap.json' for createdeco-common.mixins.json could not be read. If this is a development environment you can ignore this message
[17:26:00] [main/WARN] [mixin/]: Reference map 'createdeco-forge-refmap.json' for createdeco.mixins.json could not be read. If this is a development environment you can ignore this message
[17:26:01] [main/INFO] [ModernFix/]: Loaded configuration file for ModernFix 5.14.0+mc1.20.1: 74 options available, 0 override(s) found
[17:26:01] [main/INFO] [ModernFix/]: Applying Nashorn fix
[17:26:01] [main/INFO] [ModernFix/]: Applied Forge config corruption patch
[17:26:01] [main/WARN] [mixin/]: Reference map 'CreateLiquidFuel.refmap.json' for createliquidfuel.mixins.json could not be read. If this is a development environment you can ignore this message
[17:26:01] [main/WARN] [mixin/]: Reference map 'immersive_paintings-common-refmap.json' for immersive_paintings.mixin.json could not be read. If this is a development environment you can ignore this message
[17:26:01] [main/INFO] [Canary/]: Loaded configuration file for Canary: 116 options available, 0 override(s) found
[17:26:01] [main/INFO] [Puzzles Lib/]: Loading 117 mods:
- admin_dimension 1.0.0
- alexsmobs 1.22.8
- appleskin 2.5.1+mc1.20.1
- architectury 9.2.14
- athena 3.1.2
- attributefix 21.0.4
- badmobs 19.0.2
- balm 7.2.2
- betteranimationscollection 8.0.0
- bettervillage 3.1.0
- bobberdetector 0.1.9.1.20.1
- bookshelf 20.1.9
- bountiful 6.0.3+1.20.1
- callablehorses 1.3.0.1
- canary 0.3.3
- chipped 3.0.4
- chunkloaders 1.2.8a
- chunksending 1.20.1-2.8
- citadel 2.5.4
- cloth_config 11.1.118
- clumps 12.0.0.3
- collective 7.40
- comforts 6.3.5+1.20.1
- connectivity 1.20.1-5.4
- constructionwand 1.20.1-2.11
- corpse 1.20.1-1.0.12
- cosmeticarmorreworked 1.20.1-v1a
- craftingtweaks 18.2.3
- create 0.5.1.f
- create_central_kitchen 1.3.10
- create_confectionery 1.1.0
- create_crush_everything 1.0.2
- create_dragon_lib 1.3.3
- create_enchantment_industry 1.2.8
- create_power_loader 1.4.0-mc1.20.1
- create_recipes 1.0.0
- create_sa 2.0.4.
- createchunkloading 1.6.0
- createdeco 2.0.1-1.20.1-forge
- createliquidfuel 2.1.0-1.20.1
- cupboard 1.20.1-2.6
- curios 5.7.2+1.20.1
- deuf 1.20.1-1.3
- effecttooltips 9.0.2
- farmersdelight 1.20.1-1.2.4
- fastleafdecay 31
- ferritecore 6.0.1
- flywheel 0.6.10-7
- foodeffecttooltips 1.0.0
- forge 47.2.0
- framedblocks 9.2.1
- ftbchunks 2001.2.6
- ftblibrary 2001.1.5
- ftbquests 2001.3.4
- ftbranks 2001.1.3
- ftbteams 2001.2.0
- ftbxmodcompat 2.1.0
- fusion 1.1.1
- gamemenumodoption 2.2.1
- gjeb 1.3.0.32
- guardvillagers 1.20.1-1.6.4
- immediatelyfast 1.2.10+1.20.4
- immersive_paintings 0.6.7+1.20.1
- inventorysorter 23.0.1
- itemfilters 2001.1.0-build.59
- jade 11.7.1
- jadeaddons 5.2.2
- jei 15.3.0.4
- justenoughprofessions 3.0.1
- kambrik 6.1.1+1.20.1
- konkrete 1.8.0
- kotlinforforge 4.10.0
- krypton 0.2.3
- leaky 1.20.1-1.7
- letmedespawn 1.2.0
- libraryferret 4.0.0
- lootr 0.7.32.79
- mcwbridges 2.1.1
- mcwdoors 1.1.0
- mcwfences 1.1.1
- mcwtrpdoors 1.1.2
- minecraft 1.20.1
- mixinextras 0.2.0
- mixinsquared 0.1.1
- modernfix 5.14.0+mc1.20.1
- naturescompass 1.20.1-1.11.2-forge
- neruina 1.3.0
- okzoomer 3.0.1
- polymorph 0.49.2+1.20.1
- puzzlesaccessapi 8.0.7
- puzzlesapi 8.1.4
- puzzleslib 8.1.17
- railways 1.5.3+forge-mc1.20.1
- rechiseled 1.1.5c
- rechiseledcreate 1.0.2
- recipeessentials 1.20.1-3.2
- reeses_sodium_options 1.0.4
- resourcefullib 2.1.23
- searchables 1.0.2
- sliceanddice 3.2.0
- smoothchunk 1.20.1-3.6
- sophisticatedbackpacks 3.20.3.1029
- sophisticatedcore 0.6.9.569
- sound_physics_remastered 1.20.1-1.1.2
- spectrelib 0.13.15+1.20.1
- storagedrawers 12.0.3
- strawstatues 8.0.2
- structureessentials 1.20.1-3.3
- supermartijn642configlib 1.1.8
- supermartijn642corelib 1.1.17
- textrues_embeddium_options 0.1.5+mc1.20.1
- torchmaster 20.1.5
- villagernames 7.3
- waystones 14.1.3
- xaerominimap 23.9.7
- xaeroplus 2.1
- xaeroworldmap 1.37.8
[17:26:02] [main/INFO] [co.cu.Cupboard/]: Loaded config for: recipeessentials.json
[17:26:03] [main/INFO] [co.cu.Cupboard/]: Loaded config for: structureessentials.json
[17:26:04] [main/WARN] [mixin/]: Error loading class: de/maxhenkel/voicechat/plugins/impl/audiochannel/EntityAudioChannelImpl (java.lang.ClassNotFoundException: de.maxhenkel.voicechat.plugins.impl.audiochannel.EntityAudioChannelImpl)
[17:26:04] [main/WARN] [mixin/]: @mixin target de.maxhenkel.voicechat.plugins.impl.audiochannel.EntityAudioChannelImpl was not found railways-common.mixins.json:compat.voicechat.EntityAudioChannelImplMixin
[17:26:04] [main/WARN] [mixin/]: Error loading class: de/maxhenkel/voicechat/voice/server/Server (java.lang.ClassNotFoundException: de.maxhenkel.voicechat.voice.server.Server)
[17:26:04] [main/WARN] [mixin/]: @mixin target de.maxhenkel.voicechat.voice.server.Server was not found railways-common.mixins.json:compat.voicechat.ServerMixin
[17:26:04] [main/WARN] [mixin/]: Error loading class: de/maxhenkel/voicechat/voice/server/ServerWorldUtils (java.lang.ClassNotFoundException: de.maxhenkel.voicechat.voice.server.ServerWorldUtils)
[17:26:04] [main/WARN] [mixin/]: @mixin target de.maxhenkel.voicechat.voice.server.ServerWorldUtils was not found railways-common.mixins.json:compat.voicechat.ServerWorldUtilsMixin
[17:26:05] [main/WARN] [mixin/]: Error loading class: dev/latvian/mods/kubejs/recipe/RecipesEventJS (java.lang.ClassNotFoundException: dev.latvian.mods.kubejs.recipe.RecipesEventJS)
[17:26:05] [main/WARN] [mixin/]: @mixin target dev.latvian.mods.kubejs.recipe.RecipesEventJS was not found sliceanddice.mixins.json:RecipeEventJSMixin
[17:26:06] [main/WARN] [mixin/]: Error loading class: com/mojang/blaze3d/audio/Channel (java.lang.ClassNotFoundException: com.mojang.blaze3d.audio.Channel)
[17:26:06] [main/WARN] [mixin/]: @mixin target com.mojang.blaze3d.audio.Channel was not found assets/sound_physics_remastered/sound_physics_remastered.mixins.json:ChannelAccessor
[17:26:06] [main/WARN] [mixin/]: Error loading class: earth/terrarium/botarium/forge/BotariumForge (java.lang.ClassNotFoundException: earth.terrarium.botarium.forge.BotariumForge)
[17:26:06] [main/WARN] [mixin/]: @mixin target earth.terrarium.botarium.forge.BotariumForge was not found create_central_kitchen.mixins.json:common.botarium.BotariumForgeMixin
[17:26:06] [main/WARN] [mixin/]: Error loading class: dan200/computercraft/shared/integration/MoreRedIntegration (java.lang.ClassNotFoundException: dan200.computercraft.shared.integration.MoreRedIntegration)
[17:26:06] [main/WARN] [mixin/]: @mixin target dan200.computercraft.shared.integration.MoreRedIntegration was not found create_central_kitchen.mixins.json:common.computercraft.MoreRedIntegrationMixin
[17:26:06] [main/WARN] [mixin/]: Error loading class: com/sammy/minersdelight/content/block/copper_pot/CopperPotBlockEntity (java.lang.ClassNotFoundException: com.sammy.minersdelight.content.block.copper_pot.CopperPotBlockEntity)
[17:26:06] [main/WARN] [mixin/]: @mixin target com.sammy.minersdelight.content.block.copper_pot.CopperPotBlockEntity was not found create_central_kitchen.mixins.json:common.minersdelight.CopperPotBlockEntityMixin
[17:26:06] [main/WARN] [mixin/]: Error loading class: com/sammy/minersdelight/content/block/sticky_basket/StickyBasketBlockEntity (java.lang.ClassNotFoundException: com.sammy.minersdelight.content.block.sticky_basket.StickyBasketBlockEntity)
[17:26:06] [main/WARN] [mixin/]: @mixin target com.sammy.minersdelight.content.block.sticky_basket.StickyBasketBlockEntity was not found create_central_kitchen.mixins.json:common.minersdelight.StickyBasketBlockEntityAccessor
[17:26:06] [main/WARN] [mixin/]: Error loading class: com/sammy/minersdelight/content/block/sticky_basket/StickyBasketBlockEntity (java.lang.ClassNotFoundException: com.sammy.minersdelight.content.block.sticky_basket.StickyBasketBlockEntity)
[17:26:06] [main/WARN] [mixin/]: @mixin target com.sammy.minersdelight.content.block.sticky_basket.StickyBasketBlockEntity was not found create_central_kitchen.mixins.json:common.minersdelight.StickyBasketBlockEntityMixin
[17:26:06] [main/WARN] [mixin/]: Error loading class: net/orcinus/overweightfarming/blocks/CropFullBlock (java.lang.ClassNotFoundException: net.orcinus.overweightfarming.blocks.CropFullBlock)
[17:26:06] [main/WARN] [mixin/]: @mixin target net.orcinus.overweightfarming.blocks.CropFullBlock was not found create_central_kitchen.mixins.json:common.overweightfarming.CropFullBlockMixin
[17:26:07] [main/INFO] [MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.5).
[17:26:09] [main/INFO] [minecraft/Bootstrap]: ModernFix reached bootstrap stage (27.67 s after launch)
[17:26:10] [main/WARN] [mixin/]: @Final field delegatesByName:Ljava/util/Map; in modernfix-forge.mixins.json:perf.forge_registry_alloc.ForgeRegistryMixin should be final
[17:26:10] [main/WARN] [mixin/]: @Final field delegatesByValue:Ljava/util/Map; in modernfix-forge.mixins.json:perf.forge_registry_alloc.ForgeRegistryMixin should be final
[17:26:10] [main/INFO] [ModernFix/]: Injecting BlockStateBase cache population hook into getNeighborPathNodeType from com.abdelaziz.canary.mixin.ai.pathing.BlockStateBaseMixin
[17:26:10] [main/INFO] [ModernFix/]: Injecting BlockStateBase cache population hook into getPathNodeType from com.abdelaziz.canary.mixin.ai.pathing.BlockStateBaseMixin
[17:26:14] [main/INFO] [minecraft/Bootstrap]: Vanilla bootstrap took 4704 milliseconds
[17:26:17] [main/WARN] [mixin/]: @Final field f_26027_:Lnet/minecraft/world/entity/ai/targeting/TargetingConditions; in guardvillagers.mixins.json:DefendVillageGoalGolemMixin should be final
[17:26:21] [modloading-worker-0/INFO] [Create Deco/]: Registering items for Create Deco
[17:26:21] [modloading-worker-0/INFO] [Collective/]: [Collective] JSON file 'entity_names.json' generation requested by mod 'villagernames'.
[17:26:21] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:pufferfish_bucket is now minecraft:bucket.
[17:26:21] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:salmon_bucket is now minecraft:bucket.
[17:26:21] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:cod_bucket is now minecraft:bucket.
[17:26:21] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:tropical_fish_bucket is now minecraft:bucket.
[17:26:21] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:axolotl_bucket is now minecraft:bucket.
[17:26:21] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:powder_snow_bucket is now minecraft:bucket.
[17:26:21] [modloading-worker-0/INFO] [Bookshelf/]: Fixing MC-151457. Crafting remainder for minecraft:tadpole_bucket is now minecraft:bucket.
[17:26:21] [modloading-worker-0/INFO] [Create Deco/]: Registering blocks for Create Deco
[17:26:22] [modloading-worker-0/INFO] [pl.dr.cr.DragonLib/]: Create: Dragon Lib 1.3.3 has initialized, ready to support your Create add-ons!
Service loaders found: [io.ejekta.kambrik.bridge.KambrikSharedApiForge@43d9283]
[17:26:24] [modloading-worker-0/INFO] [de.ke.ko.Konkrete/]: [KONKRETE] Successfully initialized!
[17:26:24] [modloading-worker-0/INFO] [de.ke.ko.Konkrete/]: [KONKRETE] Server-side libs ready to use!
[17:26:25] [modloading-worker-0/INFO] [Collective/]: Loading Collective version 7.40.
[17:26:26] [modloading-worker-0/INFO] [co.cu.Cupboard/]: Loaded config for: cupboard.json
[17:26:26] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id architectury:sync_ids
[17:26:27] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for betteranimationscollection:main
[17:26:27] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for puzzlesapi:iteminteractions
[17:26:27] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftblibrary:edit_nbt_response
[17:26:27] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbteams:open_gui
[17:26:27] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbteams:update_settings
[17:26:27] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbteams:send_message
[17:26:27] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbteams:create_party
[17:26:27] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbteams:player_gui_operation
[17:26:27] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for puzzlesapi:slotcycling
[17:26:27] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for puzzlesapi:limitlesscontainers
[17:26:27] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for puzzlesapi:statues
[17:26:28] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id itemfilters:main/14e7fa1454283aec8ae811ef844ada28
[17:26:28] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id itemfilters:main/8f6a899247753217b9d86ab427a2b279
[17:26:28] [modloading-worker-0/INFO] [co.jt.li.LibraryFerret/]: Initialize mod Library Ferret
[17:26:28] [modloading-worker-0/INFO] [co.jt.li.LibraryFerret/]: Initialized mod Library Ferret
[17:26:29] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for strawstatues:main
[17:26:29] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbchunks:request_map_data
[17:26:29] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbchunks:request_chunk_change
[17:26:29] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbchunks:teleport_from_map
[17:26:29] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbchunks:sync_tx
[17:26:29] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbchunks:update_force_load_expiry
[17:26:29] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbchunks:server_config_request
[17:26:29] [modloading-worker-0/INFO] [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 47.2.0, for MC 1.20.1 with MCP 20230612.114412
[17:26:29] [modloading-worker-0/INFO] [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v47.2.0 Initialized
[17:26:29] [modloading-worker-0/INFO] [railways/]: Registered bogey styles from railways
[17:26:30] [modloading-worker-0/INFO] [th.ko.te.KotlinForForge/]: Kotlin For Forge Enabled!
[17:26:30] [modloading-worker-0/INFO] [FTB XMod Compat/]: Chose [Entity Tags] as the active game stages implementation
[17:26:30] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbquests:submit_task
[17:26:30] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbquests:claim_reward
[17:26:30] [modloading-worker-0/INFO] [FTB Library/]: Setting permissions provider implementation to: FTB Ranks
[17:26:30] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbquests:get_emergency_items
[17:26:30] [modloading-worker-0/INFO] [FTB XMod Compat/]: Chose [FTB Ranks] as the active permissions implementation
[17:26:30] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbquests:claim_all_rewards
[17:26:30] [modloading-worker-0/INFO] [FTB XMod Compat/]: [FTB Quests] recipe helper provider is [JEI]
[17:26:30] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbquests:claim_choice_reward
[17:26:30] [modloading-worker-0/INFO] [FTB XMod Compat/]: [FTB Quests] Enabled Item Filters integration
[17:26:30] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbquests:toggle_pinned
[17:26:30] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbquests:toggle_chapter_pinned
[17:26:30] [modloading-worker-0/INFO] [FTB XMod Compat/]: [FTB Chunks] FTB Ranks detected, listening for ranks events
[17:26:30] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbquests:toggle_editing_mode
[17:26:30] [modloading-worker-0/INFO] [FTB XMod Compat/]: [FTB Chunks] Enabled Waystones integration
[17:26:30] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbquests:force_save
[17:26:30] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbquests:set_custom_image
[17:26:30] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbquests:task_screen_config_resp
[17:26:30] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbquests:change_progress
[17:26:30] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbquests:create_object
[17:26:30] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbquests:create_task_at
[17:26:30] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbquests:delete_object
[17:26:30] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbquests:edit_object
[17:26:30] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbquests:move_chapter
[17:26:30] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbquests:move_quest
[17:26:30] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbquests:change_chapter_group
[17:26:30] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbquests:move_chapter_group
[17:26:30] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbquests:copy_quest
[17:26:30] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbquests:copy_chapter_image
[17:26:30] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbquests:sync_structures_request
[17:26:30] [modloading-worker-0/INFO] [railways/]: Registering data fixers
[17:26:30] [modloading-worker-0/INFO] [de.ar.ne.fo.NetworkManagerImpl/]: Registering C2S receiver with id ftbquests:request_team_data
[17:26:31] [modloading-worker-0/INFO] [ModernFix/]: Bypassed Mojang DFU
[17:26:31] [modloading-worker-0/INFO] [ModernFix/]: Instantiating Mojang DFU
[17:26:32] [modloading-worker-0/INFO] [EffectTooltips/]: Loaded config file.
[17:26:32] [modloading-worker-0/INFO] [EffectTooltips/]: Saved config file.
[17:26:32] [modloading-worker-0/INFO] [Puzzles Lib/]: Constructing common components for puzzleslib:main
[17:26:34] [modloading-worker-0/INFO] [mojang/DataFixerBuilder]: 0 Datafixer optimizations took 4 milliseconds
[17:26:34] [modloading-worker-0/INFO] [railways/]: Registering tracks for Hex Casting
[17:26:34] [modloading-worker-0/INFO] [railways/]: Registering tracks for Oh The Biomes You'll Go
[17:26:34] [modloading-worker-0/INFO] [railways/]: Registering tracks for Blue Skies
[17:26:34] [modloading-worker-0/INFO] [railways/]: Registering tracks for Twilight Forest
[17:26:34] [modloading-worker-0/INFO] [railways/]: Registering tracks for Biomes O' Plenty
[17:26:38] [main/WARN] [de.ar.re.re.fo.RegistrarManagerImpl/]: Registry entry listened Registry Entry [minecraft:block / createchunkloading:chunk_loader] was not realized!
[17:26:40] [main/INFO] [Create Deco/]: placard tooltip was null
[17:26:40] [main/INFO] [Create Deco/]: placard tooltip was null
[17:26:40] [main/INFO] [Create Deco/]: placard tooltip was null
[17:26:40] [main/INFO] [Create Deco/]: placard tooltip was null
[17:26:40] [main/INFO] [Create Deco/]: placard tooltip was null
[17:26:40] [main/INFO] [Create Deco/]: placard tooltip was null
[17:26:40] [main/INFO] [Create Deco/]: placard tooltip was null
[17:26:40] [main/INFO] [Create Deco/]: placard tooltip was null
[17:26:40] [main/INFO] [Create Deco/]: placard tooltip was null
[17:26:40] [main/INFO] [Create Deco/]: placard tooltip was null
[17:26:40] [main/INFO] [Create Deco/]: placard tooltip was null
[17:26:40] [main/INFO] [Create Deco/]: placard tooltip was null
[17:26:40] [main/INFO] [Create Deco/]: placard tooltip was null
[17:26:40] [main/INFO] [Create Deco/]: placard tooltip was null
[17:26:40] [main/INFO] [Create Deco/]: placard tooltip was null
[17:26:43] [Thread-0/INFO] [ModernFix/]: Please use /mfsrc to reload any changed mod config files
[17:26:44] [modloading-worker-0/INFO] [co.re.RecipeEssentials/]: recipeessentials mod initialized
[17:26:44] [modloading-worker-0/INFO] [co.co.Connectivity/]: Connectivity initialized
[17:26:44] [modloading-worker-0/INFO] [co.st.StructureEssentials/]: structureessentials mod initialized
[17:26:44] [modloading-worker-0/INFO] [Sound Physics - General/]: Reloading reverb parameters
[17:26:44] [modloading-worker-0/INFO] [co.cu.Cupboard/]: Loaded config for: leaky.json
[17:26:44] [modloading-worker-0/INFO] [co.le.Leaky/]: leaky mod initialized
[17:26:44] [modloading-worker-0/INFO] [th.co.ConstructionWand/]: ConstructionWand says hello - may the odds be ever in your favor.
[17:26:45] [modloading-worker-0/INFO] [neruina/]: Initializing Neruina
[17:26:45] [modloading-worker-0/INFO] [me.st.kr.mo.sh.Krypton/]: Compression will use libdeflate (Linux x86_64), encryption will use OpenSSL 3.0.x (Linux x86_64)
[17:26:45] [modloading-worker-0/INFO] [co.ja.mi.st.StorageDrawers/]: New compacting rule 4 clay_ball = 1 clay
[17:26:45] [modloading-worker-0/INFO] [co.ja.mi.st.StorageDrawers/]: New compacting rule 4 snowball = 1 snow_block
[17:26:45] [modloading-worker-0/INFO] [co.ja.mi.st.StorageDrawers/]: New compacting rule 4 glowstone_dust = 1 glowstone
[17:26:45] [modloading-worker-0/INFO] [co.ja.mi.st.StorageDrawers/]: New compacting rule 4 brick = 1 bricks
[17:26:45] [modloading-worker-0/INFO] [co.ja.mi.st.StorageDrawers/]: New compacting rule 4 nether_brick = 1 nether_bricks
[17:26:45] [modloading-worker-0/INFO] [co.ja.mi.st.StorageDrawers/]: New compacting rule 9 nether_wart = 1 nether_wart_block
[17:26:45] [modloading-worker-0/INFO] [co.ja.mi.st.StorageDrawers/]: New compacting rule 4 quartz = 1 quartz_block
[17:26:45] [modloading-worker-0/INFO] [co.ja.mi.st.StorageDrawers/]: New compacting rule 9 melon_slice = 1 melon
[17:26:45] [modloading-worker-0/INFO] [co.ja.mi.st.StorageDrawers/]: New compacting rule 4 sand = 1 sandstone
[17:26:45] [modloading-worker-0/INFO] [co.ja.mi.st.StorageDrawers/]: New compacting rule 4 red_sand = 1 red_sandstone
[17:26:45] [modloading-worker-0/INFO] [co.ja.mi.st.StorageDrawers/]: New compacting rule 4 clay_ball = 1 clay
[17:26:45] [modloading-worker-0/INFO] [co.ch.ChunkSending/]: chunksending mod initialized
[17:26:45] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [bookshelf] Starting version check at https://updates.blamejared.com/get?n=bookshelf&gv=1.20.1
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [bookshelf] Found status: BETA_OUTDATED Current: 20.1.9 Target: 20.2.13
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [guardvillagers] Starting version check at https://raw.githubusercontent.com/seymourimadeit/guardvillagers/master/update.json
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [guardvillagers] Found status: BETA Current: 1.20.1-1.6.4 Target: 1.20-1.6.5
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mcwdoors] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/doors.json
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mcwdoors] Found status: OUTDATED Current: 1.1.0 Target: 1.1.1
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [sound_physics_remastered] Starting version check at https://maxhenkel.de/update/sound_physics_remastered.json
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [sound_physics_remastered] Found status: OUTDATED Current: 1.20.1-1.1.2 Target: 1.20.1-1.3.0
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [corpse] Starting version check at https://update.maxhenkel.de/forge/corpse
[17:26:46] [modloading-worker-0/INFO] [xa.co.MinimapLogs/]: Loading Xaero's Minimap - Stage 1/2 (Server)
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [corpse] Found status: AHEAD Current: 1.20.1-1.0.12 Target: null
[17:26:46] [modloading-worker-0/INFO] [xa.ma.se.WorldMapServer/]: Loading Xaero's World Map - Stage 1/2 (Server)
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mcwbridges] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/bridges.json
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mcwbridges] Found status: OUTDATED Current: 2.1.1 Target: 3.0.0
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mcwtrpdoors] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/trapdoors.json
[17:26:46] [main/INFO] [xa.ma.se.WorldMapServer/]: Loading Xaero's World Map - Stage 2/2 (Server)
[17:26:46] [main/INFO] [xa.co.MinimapLogs/]: Loading Xaero's Minimap - Stage 2/2 (Server)
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mcwtrpdoors] Found status: OUTDATED Current: 1.1.2 Target: 1.1.3
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mcwfences] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/fences.json
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [mcwfences] Found status: OUTDATED Current: 1.1.1 Target: 1.1.2
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [searchables] Starting version check at https://updates.blamejared.com/get?n=searchables&gv=1.20.1
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [searchables] Found status: BETA_OUTDATED Current: 1.0.2 Target: 1.0.3
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [gamemenumodoption] Starting version check at https://raw.githubusercontent.com/MORIMORI0317/GameMenuModOption/master/version_check.json
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [gamemenumodoption] Found status: UP_TO_DATE Current: 2.2.1 Target: null
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [betteranimationscollection] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/betteranimationscollection.json
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [betteranimationscollection] Found status: UP_TO_DATE Current: 8.0.0 Target: null
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [puzzlesapi] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/puzzlesapi.json
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [puzzlesapi] Found status: BETA Current: 8.1.4 Target: null
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [attributefix] Starting version check at https://updates.blamejared.com/get?n=attributefix&gv=1.20.1
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [attributefix] Found status: BETA Current: 21.0.4 Target: 21.0.4
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [clumps] Starting version check at https://updates.blamejared.com/get?n=clumps&gv=1.20.1
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [clumps] Found status: BETA_OUTDATED Current: 12.0.0.3 Target: 12.0.0.4
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [strawstatues] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/strawstatues.json
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [strawstatues] Found status: OUTDATED Current: 8.0.2 Target: 8.0.3
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [badmobs] Starting version check at https://updates.blamejared.com/get?n=badmobs&gv=1.20.1
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [badmobs] Found status: BETA_OUTDATED Current: 19.0.2 Target: 19.0.4
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [puzzlesaccessapi] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/puzzlesaccessapi.json
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [puzzlesaccessapi] Found status: BETA Current: 8.0.7 Target: null
[17:26:46] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json
[17:26:46] [modloading-worker-0/INFO] [ne.xa.to.Torchmaster/]: Applying mega torch entity block list overrides...
[17:26:46] [modloading-worker-0/INFO] [ne.xa.to.Torchmaster/]: Applying dread lamp entity block list overrides...
[17:26:46] [modloading-worker-0/INFO] [AttributeFix/]: Loaded values for 19 compatible attributes.
[17:26:46] [modloading-worker-0/INFO] [AttributeFix/]: Loaded 19 values from config.
[17:26:47] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at de.maxhenkel.corpse.integration.waila.PluginCorpse
[17:26:47] [modloading-worker-0/INFO] [AttributeFix/]: Saving config file. 19 entries.
[17:26:47] [modloading-worker-0/INFO] [AttributeFix/]: Applying changes for 19 attributes.
[17:26:47] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at xfacthd.framedblocks.common.compat.jade.FramedJadePlugin
[17:26:47] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at snownee.jade.addon.lootr.LootrPlugin
[17:26:47] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at snownee.jade.addon.general.GeneralPlugin
[17:26:47] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at snownee.jade.addon.create.CreatePlugin
[17:26:47] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at net.blay09.mods.waystones.compat.JadeIntegration
[17:26:47] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at snownee.jade.addon.vanilla.VanillaPlugin
[17:26:47] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at snownee.jade.addon.universal.UniversalPlugin
[17:26:47] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at snownee.jade.addon.core.CorePlugin
[17:26:47] [modloading-worker-0/INFO] [Jade/]: Start loading plugin at com.jaquadro.minecraft.storagedrawers.integration.Waila
[17:26:47] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [forge] Found status: OUTDATED Current: 47.2.0 Target: 47.3.0
[17:26:47] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [flywheel] Starting version check at https://api.modrinth.com/updates/flywheel/forge_updates.json
[17:26:47] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [flywheel] Found status: BETA Current: 0.6.10-7 Target: null
[17:26:47] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [canary] Starting version check at https://github.com/AbdElAziz333/Canary/raw/mc1.19.2/dev/updates.json
[17:26:47] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [canary] Found status: UP_TO_DATE Current: 0.3.3 Target: null
[17:26:47] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [effecttooltips] Starting version check at https://updates.blamejared.com/get?n=effecttooltips&gv=1.20.1
[17:26:47] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [effecttooltips] Found status: BETA Current: 9.0.2 Target: 9.0.2
[17:26:47] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [puzzleslib] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/puzzleslib.json
[17:26:47] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [puzzleslib] Found status: OUTDATED Current: 8.1.17 Target: 8.1.21
[17:26:47] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [gjeb] Starting version check at https://api.u-team.info/update/gjeb.json
[17:26:47] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [gjeb] Found status: UP_TO_DATE Current: 1.3.0.32 Target: null
[17:26:47] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [create_power_loader] Starting version check at https://raw.githubusercontent.com/hlysine/create_power_loader/main/update.json
[17:26:47] [Forge Version Check/INFO] [ne.mi.fm.VersionChecker/]: [create_power_loader] Found status: OUTDATED Current: 1.4.0-mc1.20.1 Target: 1.5.0-mc1.20.1
[17:26:48] [main/INFO] [mojang/YggdrasilAuthenticationService]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[17:26:49] [main/WARN] [minecraft/VanillaPackResourcesBuilder]: Assets URL 'union:/data/libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-srg.jar%23317!/assets/.mcassetsroot' uses unexpected schema
[17:26:49] [main/WARN] [minecraft/VanillaPackResourcesBuilder]: Assets URL 'union:/data/libraries/net/minecraft/server/1.20.1-20230612.114412/server-1.20.1-20230612.114412-srg.jar%23317!/data/.mcassetsroot' uses unexpected schema
[17:26:54] [main/INFO] [bountiful/]: Adding serverside commands..
[17:26:54] [main/INFO] [FTB Ranks/]: Loading command nodes...
[17:26:55] [main/INFO] [FTB Ranks/]: Loaded 2219 command nodes
[17:26:55] [main/INFO] [co.gi.al.al.AlexsMobs/]: Adding datapack listener capsid_recipes
[17:26:57] [main/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe create_confectionery:chocolate_recipe_6: com.google.gson.JsonSyntaxException: Unknown item 'create_confectionery:chocolate_bricks_wall'
[17:26:57] [main/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe create_confectionery:ruby_chocolate_recipe_6: com.google.gson.JsonSyntaxException: Unknown item 'create_confectionery:ruby_chocolate_brick_wall'
[17:26:58] [main/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe create_confectionery:black_chocolate_recipe_6: com.google.gson.JsonSyntaxException: Unknown item 'create_confectionery:black_chocolate_bricks_wall'
[17:26:58] [main/ERROR] [minecraft/RecipeManager]: Parsing error loading recipe create_confectionery:white_chocolate_recipe_6: com.google.gson.JsonSyntaxException: Unknown item 'create_confectionery:white_chocolate_bricks_wall'
[17:26:58] [main/INFO] [minecraft/RecipeManager]: Loaded 34 recipes
[17:26:58] [main/INFO] [co.po.sl.SliceAndDice/]: Injecting recipes
[17:26:58] [main/INFO] [minecraft/AdvancementList]: Loaded 4245 advancements
[17:26:58] [main/INFO] [to.th.cu.Curios/]: Loaded 10 curio slots
[17:26:58] [main/INFO] [to.th.cu.Curios/]: Loaded 1 curio entities
[17:26:59] [main/INFO] [bountiful/]: Trying to load unloaded files from: config/bountiful/bounty_pools
[17:26:59] [main/INFO] [bountiful/]: Trying to load unloaded files from: config/bountiful/bounty_decrees
[17:26:59] [main/ERROR] [bettervillage/]: Bountiful compatibility is not enabled for Better Village and Bountiful is present in your mod list.
- Please install the datapack for better compatibility between Better Villages and Bountiful.
- You can find the datapack URL in the compatibility section of the Better Villages description.
- URL=https://www.curseforge.com/minecraft/mc-mods/better-village-forge
[17:26:59] [main/INFO] [rechiseled/]: Loaded 66 chiseling recipes
[17:26:59] [main/WARN] [ne.mi.co.lo.LootModifierManager/]: Could not decode GlobalLootModifier with json id callablehorses:horse_drop - error: Input does not contain a key [type]: MapLike[{"conditions":[{"condition":"minecraft:entity_properties","predicate":{"type":"#callablehorses:callablehorses"},"entity":"THIS"}]}]
[17:27:00] [Server thread/INFO] [minecraft/DedicatedServer]: Starting minecraft server version 1.20.1
[17:27:00] [Server thread/INFO] [minecraft/DedicatedServer]: Loading properties
[17:27:00] [Server thread/INFO] [minecraft/DedicatedServer]: Default game type: SURVIVAL
[17:27:00] [Server thread/INFO] [minecraft/MinecraftServer]: Generating keypair

....
[17:27:00] [Server thread/INFO] [minecraft/DedicatedServer]: Starting Minecraft server on *:25565
....
[17:27:00] [Server thread/INFO] [minecraft/ServerConnectionListener]: Using epoll channel type
....
[17:27:00] [Server thread/INFO] [Puzzles Lib/]: Loading server config for puzzlesapi
....
[17:27:01] [Server thread/INFO] [FTB Teams/]: loaded team data: 0 known players, 0 teams total
....
[17:27:01] [Server thread/INFO] [minecraft/DedicatedServer]: Preparing level "world"
....
[17:27:02] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing start region for dimension minecraft:overworld
....
[17:27:02] [Server thread/WARN] [mixin/]: Method overwrite conflict for removeIf in canary.mixins.json:world.chunk_tickets.SortedArraySetMixin, previously written by org.embeddedt.modernfix.common.mixin.bugfix.paper_chunk_patches.SortedArraySetMixin. Skipping method.
....
[17:27:04] [Netty Epoll Server IO #1/INFO] [co.cu.Cupboard/]: Loaded config for: connectivity.json
....
[17:27:05] [Netty Epoll Server IO #1/INFO] [ne.mi.se.ServerLifecycleHooks/SERVERHOOKS]: Disconnecting Player (server is still starting): literal{Server is still starting! Please wait before reconnecting.}
....
[17:27:05] [Server thread/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
....
[17:27:05] [Server thread/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
....
[17:27:05] [Server thread/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
....
[17:27:05] [Server thread/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
....
[17:27:05] [Server thread/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
....
[17:27:05] [Server thread/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
....
[17:27:05] [Server thread/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
....
[17:27:05] [Server thread/INFO] [minecraft/LoggerChunkProgressListener]: Preparing spawn area: 0%
....
[17:27:06] [Server thread/INFO] [minecraft/LoggerChunkProgressListener]: Time elapsed: 4298 ms
....
[17:27:06] [Server thread/INFO] [minecraft/DedicatedServer]: Done (5.990s)! For help, type "help"
....
[17:27:06] [Server thread/INFO] [minecraft/DedicatedServer]: Starting remote control listener
....
[17:27:06] [Server thread/INFO] [minecraft/GenericThread]: Thread RCON Listener started
....
[17:27:06] [Server thread/INFO] [minecraft/RconThread]: RCON running on 0.0.0.0:25575
....
[17:27:06] [LanServerPinger #1/WARN] [minecraft/LanServerPinger]: LanServerPinger: Network is unreachable
....
[17:27:06] [Server thread/INFO] [ne.mi.se.pe.PermissionAPI/]: Successfully initialized permission handler forge:default_handler
....
[17:27:06] [Server thread/INFO] [bountiful/]: Registering Bounty Board Jigsaw Piece for Village Type: plains
....
[17:27:06] [Server thread/INFO] [bountiful/]: Registering Bounty Board Jigsaw Piece for Village Type: savanna
....
[17:27:06] [Server thread/INFO] [bountiful/]: Registering Bounty Board Jigsaw Piece for Village Type: snowy
....
[17:27:06] [Server thread/INFO] [bountiful/]: Registering Bounty Board Jigsaw Piece for Village Type: taiga
....
[17:27:06] [Server thread/INFO] [bountiful/]: Registering Bounty Board Jigsaw Piece for Village Type: desert
....
[17:27:06] [Server thread/INFO] [xa.ma.WorldMap/]: Registered synced player tracker system: ftb_teams
....
[17:27:06] [Server thread/INFO] [xa.co.MinimapLogs/]: Registered synced player tracker system: ftb_teams
....
[17:27:06] [Server thread/INFO] [FTB Ranks/]: Loaded 3 ranks
....
[17:27:06] [Server thread/INFO] [FTB Quests/]: Loading quests from /data/config/ftbquests/quests
....
[17:27:07] [Server thread/INFO] [FTB Quests/]: Loaded 7 chapter groups, 19 chapters, 468 quests, 3 reward tables
....
[17:27:07] [Server thread/INFO] [co.cu.Cupboard/]: Loaded config for: smoothchunk.json
....
[17:27:07] [Server thread/INFO] [co.cu.Cupboard/]: Loaded config for: chunksending.json
....
[17:27:07] [Server thread/WARN] [ModernFix/]: Dedicated server took 84.875 seconds to load
....Canary Cached BlockState Flags are disabled!

@itzg
Copy link
Owner

itzg commented Jul 5, 2024

Looks like you need to wait longer. At the very end of the massive logs you posted 😓 it says it's still loading spawn area. This is not specific to this docker image.

@badwolfunit
Copy link
Author

Looks like you need to wait longer. At the very end of the massive logs you posted 😓 it says it's still loading spawn area. This is not specific to this docker image.

thanks
probably should of seen that
did you read the whole log?
if you did thank you so much for taking the time out of your life to solve my problem

@badwolfunit
Copy link
Author

hang on wait i just had a quick scroll through the logs and i saw this
[17:27:06] [LanServerPinger https://github.com//issues/1/WARN] [minecraft/LanServerPinger]: LanServerPinger: Network is unreachable

is contributing to the problem

@itzg
Copy link
Owner

itzg commented Jul 6, 2024

did you read the whole log?

No, I just scrolled to the end actually 😄. I like to investigate the logs from bottom and up from there.

That LanServerPinger log does seem weird. I wonder if that's a mod that can be excluded?

@badwolfunit
Copy link
Author

I wonder if having 117 mods has slowed down the network speed to a standstill?

Copy link

This issue is stale because it has been open 30 days with no activity. Please add a comment describing the reason to keep this issue open.

@github-actions github-actions bot added the status/stale No recently activity has been seen and will be closed soon. label Aug 22, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion status/stale No recently activity has been seen and will be closed soon.
Projects
None yet
Development

No branches or pull requests

2 participants