#Minecraft Custom Egg, Console not working correctly

2 messages · Page 1 of 1 (latest)

exotic cairn
#

Can anyone point me in the right direction why the console output of a server is not outputting correctly? Testing out a custom egg for a Minecraft modpack (GregTech New Horizons) and have the server installing and running correctly (Can connect to it) but the console does not appear to function, it outputs some data but not everything expected and commands do not send through to it. Heres the current console output.

openjdk version "21.0.7" 2025-04-15 LTS
OpenJDK Runtime Environment Temurin-21.0.7+6 (build 21.0.7+6-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.7+6 (build 21.0.7+6-LTS, mixed mode, sharing)
WARNING: package java.util.concurrent.atomics not in java.base
Jul 29, 2025 11:34:50 AM io.netty.util.internal.PlatformDependent <clinit>
INFO: Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.
Jul 29, 2025 11:35:10 AM openmodularturrets.compatability.ModCompatibility checkForMods
INFO: Not sure if iron ingot, or electrical steel ingot... (Found EnderIO)
Jul 29, 2025 11:35:10 AM openmodularturrets.compatability.ModCompatibility checkForMods
INFO: Afrikaners is plesierig. (Found Thaumcraft)
Jul 29, 2025 11:35:10 AM openmodularturrets.compatability.ModCompatibility checkForMods
INFO: Enabling LUA integration. (Found OpenComputers/ComputerCraft)
Jul 29, 2025 11:35:10 AM openmodularturrets.compatability.ModCompatibility checkForMods
INFO: I'm not a doctor, but I think you have a case of IC2. (Found IC2)
Jul 29, 2025 11:35:10 AM openmodularturrets.compatability.ModCompatibility checkForMods
INFO: Oh you like doing things the hard way? (Found Gregtech)```
exotic cairn
#

I have found the issue is to do with the startup command I am using, on that note is there a way to pass through an environment variable created during the install script to be used in the Start Command? I am attempting to make the start script check what version of the modpack is installed to then run the correct install command however doing this causes the console to output the above.