This commit is contained in:
Brian Neumann-Fopiano
2026-06-12 02:54:34 -04:00
parent 261a850af4
commit b98a341dc7
174 changed files with 1 additions and 2239 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ TreeGenStuff/
dist/
core/plugins/
adapters/bukkit/plugin/plugins/
adapters/fabric/run/
adapters/*/run/
@@ -18,12 +18,8 @@
package art.arcane.iris.core.commands;
import com.google.gson.JsonArray;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import art.arcane.iris.Iris;
import art.arcane.iris.platform.bukkit.BukkitPlatform;
import art.arcane.iris.core.IrisSettings;
import art.arcane.iris.core.ServerConfigurator;
import art.arcane.iris.core.nms.datapack.DataVersion;
import art.arcane.iris.core.runtime.ChunkClearer;
@@ -37,15 +33,11 @@ import art.arcane.iris.engine.IrisEngineMantle;
import art.arcane.iris.engine.framework.Engine;
import art.arcane.iris.engine.object.IrisDimension;
import art.arcane.iris.engine.platform.PlatformChunkGenerator;
import art.arcane.iris.engine.object.annotations.Snippet;
import art.arcane.volmlib.util.collection.KSet;
import art.arcane.iris.util.project.context.IrisContext;
import art.arcane.volmlib.util.collection.KList;
import art.arcane.iris.util.common.director.DirectorExecutor;
import art.arcane.volmlib.util.director.DirectorOrigin;
import art.arcane.volmlib.util.director.annotations.Director;
import art.arcane.volmlib.util.director.annotations.Param;
import art.arcane.iris.util.common.director.specialhandlers.NullableDimensionHandler;
import art.arcane.iris.util.common.format.C;
import art.arcane.volmlib.util.format.Form;
import art.arcane.volmlib.util.io.CountingDataInputStream;
@@ -56,7 +48,6 @@ import art.arcane.iris.util.nbt.common.mca.MCAFile;
import art.arcane.iris.util.nbt.common.mca.MCAUtil;
import art.arcane.iris.util.common.plugin.VolmitSender;
import art.arcane.iris.util.common.scheduling.J;
import lombok.SneakyThrows;
import org.bukkit.Bukkit;
import org.bukkit.World;
@@ -67,7 +58,6 @@ import java.nio.file.Files;
import java.util.*;
import java.util.concurrent.*;
import java.util.concurrent.atomic.*;
import java.util.stream.Collectors;
@Director(name = "Developer", origin = DirectorOrigin.BOTH, description = "Iris World Manager", aliases = {"dev"})
public class CommandDeveloper implements DirectorExecutor {
@@ -29,9 +29,7 @@ import art.arcane.iris.core.service.StudioSVC;
import art.arcane.iris.core.tools.IrisToolbelt;
import art.arcane.iris.engine.framework.Engine;
import art.arcane.iris.engine.object.IrisDimension;
import art.arcane.iris.engine.platform.PlatformChunkGenerator;
import art.arcane.volmlib.util.collection.KList;
import art.arcane.iris.util.common.director.DirectorContext;
import art.arcane.volmlib.util.director.DirectorParameterHandler;
import art.arcane.iris.util.common.director.DirectorExecutor;
import art.arcane.volmlib.util.director.DirectorOrigin;
@@ -41,43 +39,20 @@ import art.arcane.volmlib.util.director.exceptions.DirectorParsingException;
import art.arcane.iris.util.common.director.specialhandlers.NullablePlayerHandler;
import art.arcane.iris.util.common.format.C;
import art.arcane.volmlib.util.io.IO;
import art.arcane.volmlib.util.math.Position2;
import art.arcane.iris.util.common.parallel.SyncExecutor;
import art.arcane.iris.util.common.misc.ServerProperties;
import art.arcane.iris.util.common.plugin.VolmitSender;
import art.arcane.iris.util.common.scheduling.J;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.World;
import org.bukkit.boss.BarColor;
import org.bukkit.boss.BarStyle;
import org.bukkit.boss.BossBar;
import org.bukkit.configuration.ConfigurationSection;
import org.bukkit.configuration.file.YamlConfiguration;
import org.bukkit.entity.Player;
import java.io.*;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.ConcurrentMap;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.ExecutorCompletionService;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.ThreadFactory;
import java.util.concurrent.ThreadPoolExecutor;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicLong;
import java.util.concurrent.atomic.AtomicReference;
import static art.arcane.iris.core.service.EditSVC.deletingWorld;
@@ -37,7 +37,6 @@ import art.arcane.iris.engine.platform.PlatformChunkGenerator;
import art.arcane.volmlib.util.collection.KList;
import art.arcane.volmlib.util.collection.KMap;
import art.arcane.volmlib.util.collection.KSet;
import art.arcane.iris.util.common.director.DirectorContext;
import art.arcane.iris.util.common.director.DirectorExecutor;
import art.arcane.iris.util.common.director.handlers.DimensionHandler;
import art.arcane.iris.util.common.director.specialhandlers.NullableDimensionHandler;
@@ -52,24 +51,19 @@ import art.arcane.iris.util.project.interpolation.InterpolationMethod;
import art.arcane.volmlib.util.io.IO;
import art.arcane.volmlib.util.json.JSONArray;
import art.arcane.volmlib.util.json.JSONObject;
import art.arcane.volmlib.util.mantle.runtime.MantleChunk;
import art.arcane.volmlib.util.math.M;
import art.arcane.volmlib.util.math.Position2;
import art.arcane.volmlib.util.math.RNG;
import art.arcane.volmlib.util.math.Spiraler;
import art.arcane.iris.util.project.noise.CNG;
import art.arcane.iris.util.common.parallel.MultiBurst;
import art.arcane.iris.util.common.parallel.SyncExecutor;
import art.arcane.iris.util.common.plugin.VolmitSender;
import art.arcane.iris.util.common.scheduling.J;
import art.arcane.volmlib.util.scheduling.O;
import art.arcane.volmlib.util.scheduling.PrecisionStopwatch;
import art.arcane.iris.util.common.scheduling.jobs.ParallelRadiusJob;
import org.bukkit.*;
import org.bukkit.entity.Player;
import org.bukkit.event.inventory.InventoryType;
import org.bukkit.inventory.Inventory;
import org.bukkit.util.BlockVector;
import org.bukkit.util.Vector;
import java.io.File;
@@ -80,13 +74,8 @@ import java.nio.file.Files;
import java.nio.file.attribute.FileTime;
import java.time.Duration;
import java.time.temporal.ChronoUnit;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.Date;
import java.util.LinkedHashSet;
import java.util.Objects;
import java.util.concurrent.Executors;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.function.Supplier;
@@ -25,7 +25,6 @@ import art.arcane.iris.Iris;
import art.arcane.iris.core.edit.BlockSignal;
import art.arcane.iris.core.nms.INMS;
import art.arcane.iris.core.tools.IrisToolbelt;
import art.arcane.iris.engine.framework.Engine;
import art.arcane.iris.engine.platform.EngineBukkitOps;
import art.arcane.iris.engine.object.IrisBiome;
import art.arcane.iris.engine.object.IrisRegion;
@@ -43,7 +42,6 @@ import org.bukkit.block.Biome;
import org.bukkit.block.data.BlockData;
import java.lang.reflect.Method;
import java.util.Objects;
import java.util.concurrent.atomic.AtomicInteger;
@Director(name = "what", origin = DirectorOrigin.PLAYER, description = "Iris What?")
@@ -51,7 +51,6 @@ import org.bukkit.util.Vector;
import java.awt.Color;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Objects;
import java.util.concurrent.CountDownLatch;
-1
View File
@@ -1 +0,0 @@
[]
-1
View File
@@ -1 +0,0 @@
[]
-28
View File
@@ -1,28 +0,0 @@
#Early window height
earlyWindowHeight = 480
#Enable forge global version checking
versionCheck = true
#Should we control the window. Disabling this disables new GL features and can be bad for mods that rely on them.
earlyWindowControl = true
#Early window framebuffer scale
earlyWindowFBScale = 1
#Early window provider
earlyWindowProvider = "fmlearlywindow"
#Early window width
earlyWindowWidth = 854
#Early window starts maximized
earlyWindowMaximized = false
#Default config path for servers
defaultConfigPath = "defaultconfigs"
#Disables Optimized DFU client-side - already disabled on servers
disableOptimizedDFU = true
#Skip specific GL versions, may help with buggy graphics card drivers
earlyWindowSkipGLVersions = []
#Whether to log a help message on first attempt, to aid troubleshooting. This setting should automatically disable itself after a successful launch
earlyWindowLogHelpMessage = true
#Max threads for early initialization parallelism, -1 is based on processor count
maxThreads = -1
#Squir?
earlyWindowSquir = false
#Whether to show CPU usage stats in early window
earlyWindowShowCPU = false
@@ -1,5 +0,0 @@
#General configuration settings
[general]
#A config option to help developers find known legacy modded tags that have common convention equivalents when running on integrated server. Defaults to OFF.
#Allowed Values: OFF, ONLY_IN_DEV_ENV, ALWAYS
logLegacyTagWarnings = "OFF"
@@ -1,84 +0,0 @@
{
"general": {
"commandSounds": true,
"debug": false,
"dumpMantleOnError": false,
"disableNMS": false,
"pluginMetrics": true,
"splashLogoStartup": true,
"useConsoleCustomColors": true,
"useCustomColorsIngame": true,
"adjustVanillaHeight": false,
"autoIngestDatapacks": true,
"autoImportDatapackStructures": true,
"forceMainWorld": "",
"spinh": -20,
"spins": 7,
"spinb": 8
},
"world": {
"postLoadBlockUpdates": true,
"forcePersistEntities": true,
"anbientEntitySpawningSystem": true,
"asyncTickIntervalMS": 700,
"targetSpawnEntitiesPerChunk": 0.95,
"markerEntitySpawningSystem": true,
"effectSystem": true,
"worldEditWandCUI": true,
"globalPregenCache": false
},
"gui": {
"useServerLaunchedGuis": true,
"maximumPregenGuiFPS": false,
"colorMode": true
},
"autoConfiguration": {
"configureSpigotTimeoutTime": true,
"configurePaperWatchdogDelay": true,
"autoRestartOnCustomBiomeInstall": true
},
"generator": {
"defaultWorldType": "overworld",
"maxBiomeChildDepth": 4,
"preventLeafDecay": true
},
"concurrency": {},
"studio": {
"studio": true,
"openVSCode": true,
"disableTimeAndWeather": true,
"enableEntitySpawning": false,
"autoStartDefaultStudio": false
},
"performance": {
"engineSVC": {
"useVirtualThreads": true,
"forceMulticoreWrite": false,
"priority": 5
},
"trimMantleInStudio": false,
"mantleKeepAlive": 30,
"noiseCacheSize": 1024,
"resourceLoaderCacheSize": 1024,
"objectLoaderCacheSize": 4096,
"tectonicPlateSize": -1,
"mantleCleanupDelay": 200,
"simdKernels": true
},
"pregen": {
"useTicketQueue": true,
"runtimeSchedulerMode": "AUTO",
"paperLikeBackendMode": "AUTO",
"chunkLoadTimeoutSeconds": 15,
"timeoutWarnIntervalMs": 500,
"saveIntervalMs": 30000,
"maxResidentTectonicPlates": 96,
"mantleBackpressureWaitMs": 25,
"mantleBackpressureTimeoutMs": 60000
},
"sentry": {
"includeServerId": true,
"disableAutoReporting": false,
"debug": false
}
}
Submodule adapters/forge/run/config/irisworldgen/packs/overworld deleted from 8e32852ee6
@@ -1,147 +0,0 @@
---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.
Time: 2026-06-12 02:26:22
Description: Mod loading error has occurred
java.lang.Exception: Mod Loading has failed
at TRANSFORMER/net.minecraftforge.forge@64.0.9/net.minecraftforge.logging.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:49) [forge-26.1.2-64.0.9.jar%231!/:?]
at TRANSFORMER/net.minecraftforge.forge@64.0.9/net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:36) [forge-26.1.2-64.0.9.jar%231!/:?]
at TRANSFORMER/minecraft@26.1.2/net.minecraft.server.Main.main(Main.java:128) [forge-26.1.2-64.0.9.jar%230!/:?]
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) ~[?:?]
at java.base/java.lang.reflect.Method.invoke(Method.java:565) ~[?:?]
at SECURE-BOOTSTRAP/net.minecraftforge.fmlloader@26.1.2-64.0.9/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:96) [fmlloader-26.1.2-64.0.9.jar!/:?]
at SECURE-BOOTSTRAP/net.minecraftforge.fmlloader@26.1.2-64.0.9/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.lambda$makeService$0(CommonLaunchHandler.java:79) [fmlloader-26.1.2-64.0.9.jar!/:?]
at SECURE-BOOTSTRAP/cpw.mods.modlauncher@10.2.4/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:77) [modlauncher-10.2.4.jar!/:?]
at SECURE-BOOTSTRAP/cpw.mods.modlauncher@10.2.4/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:97) [modlauncher-10.2.4.jar!/:?]
at SECURE-BOOTSTRAP/cpw.mods.modlauncher@10.2.4/cpw.mods.modlauncher.Launcher.run(Launcher.java:116) [modlauncher-10.2.4.jar!/:?]
at SECURE-BOOTSTRAP/cpw.mods.modlauncher@10.2.4/cpw.mods.modlauncher.Launcher.main(Launcher.java:75) [modlauncher-10.2.4.jar!/:?]
at SECURE-BOOTSTRAP/cpw.mods.modlauncher@10.2.4/cpw.mods.modlauncher.BootstrapEntry.main(BootstrapEntry.java:17) [modlauncher-10.2.4.jar!/:?]
at net.minecraftforge.bootstrap@2.1.7/net.minecraftforge.bootstrap.Bootstrap.moduleMain(Bootstrap.java:188) [bootstrap-2.1.8.jar!/:?]
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) ~[?:?]
at java.base/java.lang.reflect.Method.invoke(Method.java:565) ~[?:?]
at net.minecraftforge.bootstrap.Bootstrap.bootstrapMain(Bootstrap.java:133) [bootstrap-2.1.8.jar:2.1.8]
at net.minecraftforge.bootstrap.Bootstrap.start(Bootstrap.java:53) [bootstrap-2.1.8.jar:2.1.8]
at net.minecraftforge.bootstrap.ForgeBootstrap.main(ForgeBootstrap.java:19) [bootstrap-2.1.8.jar:2.1.8]
at net.minecraftforge.launcher.Main$Launcher.run(Main.java:270) [slime-launcher-0.2.1.jar:0.2.1]
at net.minecraftforge.launcher.Main$Launcher.access$000(Main.java:256) [slime-launcher-0.2.1.jar:0.2.1]
at net.minecraftforge.launcher.Main.main(Main.java:57) [slime-launcher-0.2.1.jar:0.2.1]
Transformer Audit:
net.minecraft.server.Main
REASON: classloading
net.minecraftforge.logging.CrashReportExtender
REASON: classloading
net.minecraftforge.server.loading.ServerModLoader
REASON: classloading
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: main
Suspected Mods: NONE
Stacktrace:
at TRANSFORMER/net.minecraftforge.forge@64.0.9/net.minecraftforge.logging.CrashReportExtender.lambda$dumpModLoadingCrashReport$0(CrashReportExtender.java:52) ~[forge-26.1.2-64.0.9.jar%231!/:?]
Transformer Audit:
net.minecraftforge.logging.CrashReportExtender
REASON: classloading
-- NO MOD INFO AVAILABLE --
Details:
Mod File: NO FILE INFO
Failure message: The Mod File /Users/brianfopiano/Developer/RemoteGit/VolmitSoftware/Iris/adapters/forge/build/resources/main has mods that were not found
Mod Version: NO MOD INFO AVAILABLE
Mod Issue URL: NOT PROVIDED
Exception message: MISSING EXCEPTION MESSAGE
Stacktrace:
at TRANSFORMER/net.minecraftforge.forge@64.0.9/net.minecraftforge.logging.CrashReportExtender.lambda$dumpModLoadingCrashReport$0(CrashReportExtender.java:52) ~[forge-26.1.2-64.0.9.jar%231!/:?]
at java.base/java.util.ArrayList.forEach(ArrayList.java:1604) ~[?:?]
at TRANSFORMER/net.minecraftforge.forge@64.0.9/net.minecraftforge.logging.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:50) [forge-26.1.2-64.0.9.jar%231!/:?]
at TRANSFORMER/net.minecraftforge.forge@64.0.9/net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:36) [forge-26.1.2-64.0.9.jar%231!/:?]
at TRANSFORMER/minecraft@26.1.2/net.minecraft.server.Main.main(Main.java:128) [forge-26.1.2-64.0.9.jar%230!/:?]
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) ~[?:?]
at java.base/java.lang.reflect.Method.invoke(Method.java:565) ~[?:?]
at SECURE-BOOTSTRAP/net.minecraftforge.fmlloader@26.1.2-64.0.9/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:96) [fmlloader-26.1.2-64.0.9.jar!/:?]
at SECURE-BOOTSTRAP/net.minecraftforge.fmlloader@26.1.2-64.0.9/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.lambda$makeService$0(CommonLaunchHandler.java:79) [fmlloader-26.1.2-64.0.9.jar!/:?]
at SECURE-BOOTSTRAP/cpw.mods.modlauncher@10.2.4/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:77) [modlauncher-10.2.4.jar!/:?]
at SECURE-BOOTSTRAP/cpw.mods.modlauncher@10.2.4/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:97) [modlauncher-10.2.4.jar!/:?]
at SECURE-BOOTSTRAP/cpw.mods.modlauncher@10.2.4/cpw.mods.modlauncher.Launcher.run(Launcher.java:116) [modlauncher-10.2.4.jar!/:?]
at SECURE-BOOTSTRAP/cpw.mods.modlauncher@10.2.4/cpw.mods.modlauncher.Launcher.main(Launcher.java:75) [modlauncher-10.2.4.jar!/:?]
at SECURE-BOOTSTRAP/cpw.mods.modlauncher@10.2.4/cpw.mods.modlauncher.BootstrapEntry.main(BootstrapEntry.java:17) [modlauncher-10.2.4.jar!/:?]
at net.minecraftforge.bootstrap@2.1.7/net.minecraftforge.bootstrap.Bootstrap.moduleMain(Bootstrap.java:188) [bootstrap-2.1.8.jar!/:?]
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) ~[?:?]
at java.base/java.lang.reflect.Method.invoke(Method.java:565) ~[?:?]
at net.minecraftforge.bootstrap.Bootstrap.bootstrapMain(Bootstrap.java:133) [bootstrap-2.1.8.jar:2.1.8]
at net.minecraftforge.bootstrap.Bootstrap.start(Bootstrap.java:53) [bootstrap-2.1.8.jar:2.1.8]
at net.minecraftforge.bootstrap.ForgeBootstrap.main(ForgeBootstrap.java:19) [bootstrap-2.1.8.jar:2.1.8]
at net.minecraftforge.launcher.Main$Launcher.run(Main.java:270) [slime-launcher-0.2.1.jar:0.2.1]
at net.minecraftforge.launcher.Main$Launcher.access$000(Main.java:256) [slime-launcher-0.2.1.jar:0.2.1]
at net.minecraftforge.launcher.Main.main(Main.java:57) [slime-launcher-0.2.1.jar:0.2.1]
Transformer Audit:
net.minecraft.server.Main
REASON: classloading
net.minecraftforge.logging.CrashReportExtender
REASON: classloading
net.minecraftforge.server.loading.ServerModLoader
REASON: classloading
-- System Details --
Details:
Minecraft Version: 26.1.2
Minecraft Version ID: 26.1.2
Operating System: Mac OS X (aarch64) version 26.6
Java Version: 25.0.2, Eclipse Adoptium
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
Memory: 191387352 bytes (182 MiB) / 390070272 bytes (372 MiB) up to 8589934592 bytes (8192 MiB)
Memory (heap): init: 2048MiB, used: 185MiB, committed: 372MiB, max: 8192MiB
Memory (non-head): init: 007MiB, used: 112MiB, committed: 114MiB, max: 000MiB
CPUs: 16
Processor Vendor: Apple Inc.
Processor Name: Apple M3 Max
Identifier: Apple Inc. Family 0x8765edea Model 0 Stepping 0
Microarchitecture: ARM64 SoC: Everest + Sawtooth
Frequency (GHz): 4.06
Number of physical packages: 1
Number of physical CPUs: 16
Number of logical CPUs: 16
Graphics card #0 name: Apple M3 Max
Graphics card #0 vendor: Apple (0x106b)
Graphics card #0 VRAM (MiB): 0.00
Graphics card #0 deviceId: unknown
Graphics card #0 versionInfo: unknown
Memory slot #0 capacity (MiB): 0.00
Memory slot #0 clockSpeed (GHz): 0.00
Memory slot #0 type: unknown
Virtual memory max (MiB): 131072.00
Virtual memory used (MiB): 51282.34
Swap memory total (MiB): 0.00
Swap memory used (MiB): 0.00
Space in storage for jna.tmpdir (MiB): <path not set>
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
Space in storage for io.netty.native.workdir (MiB): <path not set>
Space in storage for java.io.tmpdir (MiB): available: 292345.31, total: 948554.19
Space in storage for workdir (MiB): available: 292345.31, total: 948554.19
JVM Flags: 2 total; -XX:+UseCompactObjectHeaders -Xmx8G
Debug Flags: 0 total;
ModLauncher: 10.2.4
ModLauncher launch target: forge_userdev_server
ModLauncher naming: mcp
ModLauncher services:
/ slf4jfixer PLUGINSERVICE
/ runtimedistcleaner PLUGINSERVICE
/ runtime_enum_extender PLUGINSERVICE
/ capability_token_subclass PLUGINSERVICE
/ accesstransformer PLUGINSERVICE
/ mixin PLUGINSERVICE
/ fml TRANSFORMATIONSERVICE
/ forge TRANSFORMATIONSERVICE
/ mixin TRANSFORMATIONSERVICE
FML Language Providers:
lowcodefml@64
minecraft@1.0
javafml@64.0.9
Mod List:
union:/Users/brianfopiano/Developer/RemoteGit/Volm|Minecraft |minecraft |26.1.2 |NONE |Manifest: NOSIGNATURE
union:/Users/brianfopiano/Developer/RemoteGit/Volm|Forge |forge |64.0.9 |NONE |Manifest: NOSIGNATURE
/Users/brianfopiano/Developer/RemoteGit/VolmitSoft|Iris |irisworldgen |4.0.0-26.1 |NONE |Manifest: NOSIGNATURE
-1
View File
@@ -1 +0,0 @@
eula=true
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large Load Diff
-83
View File
@@ -1,83 +0,0 @@
[12Jun2026 02:27:13.584] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forge_userdev_server, --gameDir, ., --nogui]
[12Jun2026 02:27:13.585] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: JVM identified as Eclipse Adoptium OpenJDK 64-Bit Server VM 25.0.2+10-LTS
[12Jun2026 02:27:13.585] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.2.4 starting: java version 25.0.2 by Eclipse Adoptium; OS Mac OS X arch aarch64 version 26.6
[12Jun2026 02:27:13.635] [main/INFO] [net.minecraftforge.fml.loading.ImmediateWindowHandler/]: ImmediateWindowProvider not loading because launch target is forge_userdev_server
[12Jun2026 02:27:13.680] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=jar:file:///Users/brianfopiano/.gradle/caches/modules-2/files-2.1/org.spongepowered/mixin/0.8.7/8ab114ac385e6dbdad5efafe28aba4df8120915f/mixin-0.8.7.jar!/ Service=ModLauncher Env=SERVER
[12Jun2026 02:27:14.173] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: No dependencies to load found. Skipping!
[12Jun2026 02:27:14.264] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forge_userdev_server' with arguments [--gameDir, ., --nogui]
[12Jun2026 02:27:17.821] [modloading-worker-0/INFO] [Iris/]: Iris 4.0.0-26.1 bootstrapping on Minecraft 26.1.2 (Forge 64.0.9)
[12Jun2026 02:27:17.825] [modloading-worker-0/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 64.0.9, for MC 26.1.2 with MCP 20260409.101008
[12Jun2026 02:27:17.825] [modloading-worker-0/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v64.0.9 Initialized
[12Jun2026 02:27:17.827] [modloading-worker-0/INFO] [Iris/]: Iris core loaded (3 classes ok)
[12Jun2026 02:27:17.830] [modloading-worker-0/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Opening jdk.naming.dns/com.sun.jndi.dns to java.naming
[12Jun2026 02:27:17.834] [modloading-worker-0/INFO] [Iris/]: Iris chunk generator registered as irisworldgen:iris
[12Jun2026 02:27:17.834] [modloading-worker-0/INFO] [Iris/]: Iris world check armed
[12Jun2026 02:27:17.930] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file /Users/brianfopiano/Developer/RemoteGit/VolmitSoftware/Iris/adapters/forge/run/config/forge-common.toml is not correct. Correcting
[12Jun2026 02:27:17.930] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general was corrected from null to its default, SynchronizedConfig{DataHolder:{}}.
[12Jun2026 02:27:17.934] [main/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key general.logLegacyTagWarnings was corrected from null to its default, OFF.
[12Jun2026 02:27:18.014] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json
[12Jun2026 02:27:18.243] [Forge Version Check/INFO] [net.minecraftforge.fml.VersionChecker/]: [forge] Found status: BETA Current: 64.0.9 Target: 64.0.9
[12Jun2026 02:27:18.504] [main/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, profilesHost=https://api.mojang.com, name=PROD]
[12Jun2026 02:27:18.529] [main/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/Users/brianfopiano/Developer/RemoteGit/VolmitSoftware/Iris/adapters/forge/.gradle/mavenizer/repo/net/minecraftforge/forge/26.1.2-64.0.9/forge-26.1.2-64.0.9.jar%230!/assets/.mcassetsroot' uses unexpected schema
[12Jun2026 02:27:18.529] [main/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/Users/brianfopiano/Developer/RemoteGit/VolmitSoftware/Iris/adapters/forge/.gradle/mavenizer/repo/net/minecraftforge/forge/26.1.2-64.0.9/forge-26.1.2-64.0.9.jar%230!/data/.mcassetsroot' uses unexpected schema
[12Jun2026 02:27:18.850] [Worker-Main-7/INFO] [net.minecraft.server.Main/]: No existing world data, creating new world
[12Jun2026 02:27:19.225] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Loaded 1515 recipes
[12Jun2026 02:27:19.235] [main/INFO] [net.minecraft.advancements.AdvancementTree/]: Loaded 1617 advancements
[12Jun2026 02:27:19.317] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting minecraft server version 26.1.2
[12Jun2026 02:27:19.317] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Loading properties
[12Jun2026 02:27:19.317] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Default game type: SURVIVAL
[12Jun2026 02:27:19.317] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Generating keypair
[12Jun2026 02:27:19.355] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting Minecraft server on *:25601
[12Jun2026 02:27:19.724] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[12Jun2026 02:27:19.724] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: The server will make no attempt to authenticate usernames. Beware.
[12Jun2026 02:27:19.724] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[12Jun2026 02:27:19.724] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: To change this, set "online-mode" to "true" in the server.properties file.
[12Jun2026 02:27:19.733] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Configuration file ./world/serverconfig/forge-server.toml is not correct. Correcting
[12Jun2026 02:27:19.733] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server was corrected from null to its default, SynchronizedConfig{DataHolder:{}}.
[12Jun2026 02:27:19.733] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.removeErroringBlockEntities was corrected from null to its default, false.
[12Jun2026 02:27:19.734] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.removeErroringEntities was corrected from null to its default, false.
[12Jun2026 02:27:19.734] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.fullBoundingBoxLadders was corrected from null to its default, false.
[12Jun2026 02:27:19.734] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.permissionHandler was corrected from null to its default, forge:default_handler.
[12Jun2026 02:27:19.734] [Server thread/WARN] [net.minecraftforge.common.ForgeConfigSpec/CORE]: Incorrect key server.advertiseDedicatedServerToLan was corrected from null to its default, true.
[12Jun2026 02:27:19.739] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Preparing level "world"
[12Jun2026 02:27:19.812] [Server thread/INFO] [net.minecraft.server.level.progress.LoggingLevelLoadListener/]: Selecting global world spawn...
[12Jun2026 02:27:20.087] [Worker-Main-5/INFO] [Iris/]: Engine init: minecraft_overworld/overworld seed=2668990339094804701
[12Jun2026 02:27:21.416] [Worker-Main-5/INFO] [Iris/]: Iris engine up for minecraft:overworld: pack=/Users/brianfopiano/Developer/RemoteGit/VolmitSoftware/Iris/adapters/forge/run/config/irisworldgen/packs/overworld dim=overworld seed=2668990339094804701 height=-256..512
[12Jun2026 02:27:21.416] [Worker-Main-5/INFO] [Iris/]: Iris generating overworld through IrisModdedChunkGenerator (dim=overworld first chunk -2,-1)
[12Jun2026 02:27:56.453] [Server thread/INFO] [net.minecraft.server.level.progress.LoggingLevelLoadListener/]: Loading 0 persistent chunks...
[12Jun2026 02:27:56.453] [Server thread/INFO] [net.minecraft.server.level.progress.LoggingLevelLoadListener/]: Preparing spawn area: 100%
[12Jun2026 02:27:56.454] [Server thread/INFO] [net.minecraft.server.level.progress.LoggingLevelLoadListener/]: Time elapsed: 36642 ms
[12Jun2026 02:27:56.454] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Done (36.722s)! For help, type "help"
[12Jun2026 02:27:56.455] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[12Jun2026 02:27:56.491] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_nether
[12Jun2026 02:27:56.493] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_end
[12Jun2026 02:27:56.513] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (world): All chunks are saved
[12Jun2026 02:27:56.513] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[12Jun2026 02:27:56.513] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[12Jun2026 02:27:56.513] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage: All dimensions are saved
[12Jun2026 02:27:56.533] [Server thread/INFO] [net.minecraftforge.server.permission.PermissionAPI/]: Successfully initialized permission handler forge:default_handler
[12Jun2026 02:27:56.830] [Server thread/INFO] [Iris/]: [worldcheck] overworld generator: art.arcane.iris.modded.IrisModdedChunkGenerator
[12Jun2026 02:27:56.830] [Server thread/INFO] [Iris/]: [worldcheck] spawn: 0 200 0 (minY=-256 height=768)
[12Jun2026 02:27:58.025] [LanServerPinger #1/WARN] [net.minecraft.client.server.LanServerPinger/]: LanServerPinger: No route to host
[12Jun2026 02:28:03.910] [Server thread/INFO] [Iris/]: [worldcheck] surface sample: -24 205 -24 minecraft:basalt
[12Jun2026 02:28:03.910] [Server thread/INFO] [Iris/]: [worldcheck] surface sample: -24 199 -8 minecraft:lava
[12Jun2026 02:28:03.910] [Server thread/INFO] [Iris/]: [worldcheck] surface sample: -24 197 8 minecraft:magma_block
[12Jun2026 02:28:03.910] [Server thread/INFO] [Iris/]: [worldcheck] surface sample: -24 201 24 minecraft:magma_block
[12Jun2026 02:28:03.910] [Server thread/INFO] [Iris/]: [worldcheck] surface sample: -8 203 -24 minecraft:basalt
[12Jun2026 02:28:03.910] [Server thread/INFO] [Iris/]: [worldcheck] surface sample: -8 198 -8 minecraft:basalt
[12Jun2026 02:28:03.910] [Server thread/INFO] [Iris/]: [worldcheck] surface digest: 47ef866543a5 (16 columns, 4 distinct surface blocks: [minecraft:basalt, minecraft:lava, minecraft:magma_block, minecraft:tuff])
[12Jun2026 02:28:03.910] [Server thread/INFO] [Iris/]: [worldcheck] chunk 0,0: 29 non-empty sections of 48; column blocks at (8,*,8): [minecraft:bedrock, minecraft:deepslate, minecraft:stone, minecraft:dripstone_block, minecraft:blackstone]
[12Jun2026 02:28:03.910] [Server thread/INFO] [Iris/]: [worldcheck] PASS
[12Jun2026 02:28:03.911] [Iris World Check/INFO] [Iris/]: [worldcheck] shutting down dev server (result=PASS)
[12Jun2026 02:28:03.911] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 7077ms or 141 ticks behind
[12Jun2026 02:28:04.560] [Server thread/INFO] [Iris/]: Iris engine closed for minecraft:overworld
[12Jun2026 02:28:04.561] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server
[12Jun2026 02:28:04.561] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players
[12Jun2026 02:28:04.561] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds
[12Jun2026 02:28:04.618] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[12Jun2026 02:28:04.845] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_nether
[12Jun2026 02:28:04.846] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_end
[12Jun2026 02:28:04.864] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (world): All chunks are saved
[12Jun2026 02:28:04.864] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[12Jun2026 02:28:04.864] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[12Jun2026 02:28:04.864] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage: All dimensions are saved
-1
View File
@@ -1 +0,0 @@
[]
-69
View File
@@ -1,69 +0,0 @@
#Minecraft server properties
#Fri Jun 12 02:27:18 EDT 2026
accepts-transfers=false
allow-flight=false
broadcast-console-to-ops=true
broadcast-rcon-to-ops=true
bug-report-link=
difficulty=easy
enable-code-of-conduct=false
enable-jmx-monitoring=false
enable-query=false
enable-rcon=false
enable-status=true
enforce-secure-profile=true
enforce-whitelist=false
entity-broadcast-range-percentage=100
force-gamemode=false
function-permission-level=2
gamemode=survival
generate-structures=true
generator-settings={}
hardcore=false
hide-online-players=false
initial-disabled-packs=
initial-enabled-packs=vanilla
level-name=world
level-seed=
level-type=minecraft\:normal
log-ips=true
management-server-allowed-origins=
management-server-enabled=false
management-server-host=localhost
management-server-port=0
management-server-secret=gw5pwUKFpNvEqtk8fveDSDQCSnmiB63EXSaiRp6h
management-server-tls-enabled=true
management-server-tls-keystore=
management-server-tls-keystore-password=
max-chained-neighbor-updates=1000000
max-players=20
max-tick-time=60000
max-world-size=29999984
motd=A Minecraft Server
network-compression-threshold=256
online-mode=false
op-permission-level=4
pause-when-empty-seconds=60
player-idle-timeout=0
prevent-proxy-connections=false
query.port=25565
rate-limit=0
rcon.password=
rcon.port=25575
region-file-compression=deflate
require-resource-pack=false
resource-pack=
resource-pack-id=
resource-pack-prompt=
resource-pack-sha1=
server-ip=
server-port=25601
simulation-distance=10
spawn-protection=16
status-heartbeat-interval=0
sync-chunk-writes=false
text-filtering-config=
text-filtering-version=0
use-native-transport=true
view-distance=10
white-list=false
-1
View File
@@ -1 +0,0 @@
[]
-1
View File
@@ -1 +0,0 @@
[]
Binary file not shown.
@@ -1 +0,0 @@
{"statistics":{"totalHotloads":0,"chunksGenerated":64,"IrisToUpgradedVersion":0,"IrisCreationVersion":0,"MinecraftVersion":0},"chunks":{},"cooldowns":{}}
Binary file not shown.
Binary file not shown.
@@ -1,12 +0,0 @@
#Server configuration settings
[server]
#Set this to true to remove any BlockEntity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
removeErroringBlockEntities = false
#Set this to true to remove any Entity (Note: Does not include BlockEntities) that throws an error in its tick method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
removeErroringEntities = false
#Set this to true to check the entire entity's collision bounding box for ladders instead of just the block they are in. Causes noticeable differences in mechanics so default is vanilla behavior. Default: false.
fullBoundingBoxLadders = false
#The permission handler used by the server. Defaults to forge:default_handler if no such handler with that name is registered.
permissionHandler = "forge:default_handler"
#Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.
advertiseDedicatedServerToLan = true
-1
View File
@@ -1 +0,0 @@
-1
View File
@@ -1 +0,0 @@
[]
@@ -1 +0,0 @@
[]
-30
View File
@@ -1,30 +0,0 @@
#Disables File Watcher. Used to automatically update config if its file has been modified.
disableConfigWatcher = false
#Shows an early loading screen for mod loading which improves the user experience with early feedback about mod loading.
earlyWindowControl = true
#Max threads for early initialization parallelism, -1 is based on processor count
maxThreads = -1
#Enable NeoForge global version checking
versionCheck = true
#Enable synchronous OpenGL debug output and object labeling
debugOpenGl = false
#Default config path for servers
defaultConfigPath = "defaultconfigs"
#Disables Optimized DFU client-side - already disabled on servers
disableOptimizedDFU = true
#Early window provider
earlyWindowProvider = "fmlearlywindow"
#Early window width
earlyWindowWidth = 854
#Early window height
earlyWindowHeight = 480
#Early window starts maximized
earlyWindowMaximized = false
#Force a given theme-id to be used for the early loading screen
earlyLoadingScreenTheme = ""
#Define dependency overrides below
#Dependency overrides can be used to forcibly remove a dependency constraint from a mod or to force a mod to load AFTER another mod
#Using dependency overrides can cause issues. Use at your own risk.
#Example dependency override for the mod with the id 'targetMod': dependency constraints (incompatibility clauses or restrictive version ranges) against mod 'dep1' are removed, and the mod will now load after the mod 'dep2'
#dependencyOverrides.targetMod = ["-dep1", "+dep2"]
dependencyOverrides = {}
@@ -1,84 +0,0 @@
{
"general": {
"commandSounds": true,
"debug": false,
"dumpMantleOnError": false,
"disableNMS": false,
"pluginMetrics": true,
"splashLogoStartup": true,
"useConsoleCustomColors": true,
"useCustomColorsIngame": true,
"adjustVanillaHeight": false,
"autoIngestDatapacks": true,
"autoImportDatapackStructures": true,
"forceMainWorld": "",
"spinh": -20,
"spins": 7,
"spinb": 8
},
"world": {
"postLoadBlockUpdates": true,
"forcePersistEntities": true,
"anbientEntitySpawningSystem": true,
"asyncTickIntervalMS": 700,
"targetSpawnEntitiesPerChunk": 0.95,
"markerEntitySpawningSystem": true,
"effectSystem": true,
"worldEditWandCUI": true,
"globalPregenCache": false
},
"gui": {
"useServerLaunchedGuis": true,
"maximumPregenGuiFPS": false,
"colorMode": true
},
"autoConfiguration": {
"configureSpigotTimeoutTime": true,
"configurePaperWatchdogDelay": true,
"autoRestartOnCustomBiomeInstall": true
},
"generator": {
"defaultWorldType": "overworld",
"maxBiomeChildDepth": 4,
"preventLeafDecay": true
},
"concurrency": {},
"studio": {
"studio": true,
"openVSCode": true,
"disableTimeAndWeather": true,
"enableEntitySpawning": false,
"autoStartDefaultStudio": false
},
"performance": {
"engineSVC": {
"useVirtualThreads": true,
"forceMulticoreWrite": false,
"priority": 5
},
"trimMantleInStudio": false,
"mantleKeepAlive": 30,
"noiseCacheSize": 1024,
"resourceLoaderCacheSize": 1024,
"objectLoaderCacheSize": 4096,
"tectonicPlateSize": -1,
"mantleCleanupDelay": 200,
"simdKernels": true
},
"pregen": {
"useTicketQueue": true,
"runtimeSchedulerMode": "AUTO",
"paperLikeBackendMode": "AUTO",
"chunkLoadTimeoutSeconds": 15,
"timeoutWarnIntervalMs": 500,
"saveIntervalMs": 30000,
"maxResidentTectonicPlates": 96,
"mantleBackpressureWaitMs": 25,
"mantleBackpressureTimeoutMs": 60000
},
"sentry": {
"includeServerId": true,
"disableAutoReporting": false,
"debug": false
}
}
Submodule adapters/neoforge/run/config/irisworldgen/packs/overworld deleted from 8e32852ee6
@@ -1,2 +0,0 @@
#Set this to true to enable showing debug information about attributes on an item when advanced tooltips is on.
attributeAdvancedTooltipDebugInfo = true
@@ -1,10 +0,0 @@
#Set this to true to remove any BlockEntity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
removeErroringBlockEntities = false
#Set this to true to remove any Entity (Note: Does not include BlockEntities) that throws an error in its tick method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
removeErroringEntities = false
#Set this to true to check the entire entity's collision bounding box for ladders instead of just the block they are in. Causes noticeable differences in mechanics so default is vanilla behavior. Default: false.
fullBoundingBoxLadders = false
#The permission handler used by the server. Defaults to neoforge:default_handler if no such handler with that name is registered.
permissionHandler = "neoforge:default_handler"
#Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.
advertiseDedicatedServerToLan = true
@@ -1,80 +0,0 @@
---- Minecraft Crash Report ----
// Oh - I know what I did wrong!
Time: 2026-06-12 01:57:48
Description: Exception in server tick loop
java.lang.IllegalStateException: Failed to initialize server
at TRANSFORMER/minecraft@26.1.2/net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:736) [minecraft-patched-26.1.2.75.jar:?] {neoforge:access_transformer}
at TRANSFORMER/minecraft@26.1.2/net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:300) [minecraft-patched-26.1.2.75.jar:?] {neoforge:access_transformer}
at java.base/java.lang.Thread.run(Thread.java:1474) [?:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 26.1.2
Minecraft Version ID: 26.1.2
Operating System: Mac OS X (aarch64) version 26.6
Java Version: 25.0.2, Eclipse Adoptium
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
Memory: 713231504 bytes (680 MiB) / 1262485504 bytes (1204 MiB) up to 8589934592 bytes (8192 MiB)
Memory (heap): init: 2048MiB, used: 520MiB, committed: 1204MiB, max: 8192MiB
Memory (non-head): init: 007MiB, used: 136MiB, committed: 138MiB, max: 000MiB
CPUs: 16
Processor Vendor: Apple Inc.
Processor Name: Apple M3 Max
Identifier: Apple Inc. Family 0x8765edea Model 0 Stepping 0
Microarchitecture: ARM64 SoC: Everest + Sawtooth
Frequency (GHz): 4.06
Number of physical packages: 1
Number of physical CPUs: 16
Number of logical CPUs: 16
Graphics card #0 name: Apple M3 Max
Graphics card #0 vendor: Apple (0x106b)
Graphics card #0 VRAM (MiB): 0.00
Graphics card #0 deviceId: unknown
Graphics card #0 versionInfo: unknown
Memory slot #0 capacity (MiB): 0.00
Memory slot #0 clockSpeed (GHz): 0.00
Memory slot #0 type: unknown
Virtual memory max (MiB): 131072.00
Virtual memory used (MiB): 50407.91
Swap memory total (MiB): 0.00
Swap memory used (MiB): 0.00
Space in storage for jna.tmpdir (MiB): <path not set>
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
Space in storage for io.netty.native.workdir (MiB): <path not set>
Space in storage for java.io.tmpdir (MiB): available: 294249.78, total: 948554.19
Space in storage for workdir (MiB): available: 294249.78, total: 948554.19
JVM Flags: 1 total; -Xmx8G
Debug Flags: 0 total;
Server Running: true
Active Data Packs: vanilla, mod_data, mod/irisworldgen, mod/neoforge
Available Data Packs: minecart_improvements, redstone_experiments, trade_rebalance, vanilla, mod/irisworldgen, mod/neoforge, mod_data
Enabled Feature Flags: minecraft:vanilla
World Generation: Experimental
World Seed: -4481097493044353688
Suppressed Exceptions: ~~NONE~~
Is Modded: Definitely; Server brand changed to 'neoforge'
Type: Dedicated Server
Class Processors:
00.00%: neoforge:neoforge_dev_dist_cleaner
00.00%: neoforge:computing_frames (marker)
00.00%: neoforge:runtime_enum_extender
04.26%: neoforge:access_transformer
00.08%: neoforge:mixin
00.00%: neoforge:simple_processors_default (marker)
00.02%: neoforge.coremods:field_to_getter.net.minecraft.world.level.biome.biome
00.02%: neoforge.coremods:field_to_getter.net.minecraft.world.level.block.flowerpotblock
00.02%: neoforge.coremods:field_to_getter.net.minecraft.world.level.levelgen.structure.structure
00.38%: neoforge.coremods:method_redirector
Mod List:
main |Iris |irisworldgen |4.0.0-26.1 |Manifest: NOSIGNATURE
minecraft-patched-26.1.2.75.jar |Minecraft |minecraft |26.1.2 |Manifest: NOSIGNATURE
neoforge-26.1.2.75-universal.jar |NeoForge |neoforge |26.1.2.75 |Manifest: NOSIGNATURE
Crash Report UUID: 47d3804d-198f-40da-b8a3-34767d2b5cd9
FML: 11.0.13
NeoForge: 26.1.2.75
-1
View File
@@ -1 +0,0 @@
eula=true
Binary file not shown.
Binary file not shown.
-102
View File
@@ -1,102 +0,0 @@
[12Jun2026 01:58:46.567] [main/INFO] [net.neoforged.fml.startup.Entrypoint/]: JVM Uptime at startup: 85ms
[12Jun2026 01:58:46.578] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: Starting FancyModLoader version 11.0.13 (DEDICATED_SERVER in DEV)
[12Jun2026 01:58:46.578] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: Game directory: /Users/brianfopiano/Developer/RemoteGit/VolmitSoftware/Iris/adapters/neoforge/run
[12Jun2026 01:58:46.610] [main/INFO] [net.neoforged.fml.loading.EarlyServiceDiscovery/]: Found 2 early service jars (out of 121) in 11ms
[12Jun2026 01:58:46.610] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: Loading FML Early Services:
[12Jun2026 01:58:46.611] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - /Users/brianfopiano/.gradle/caches/modules-2/files-2.1/net.neoforged.fancymodloader/earlydisplay/11.0.13/491a1bedecb33802fa118cae384b60f91f6f0241/earlydisplay-11.0.13.jar
[12Jun2026 01:58:46.611] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - /Users/brianfopiano/.gradle/caches/modules-2/files-2.1/net.neoforged.fancymodloader/loader/11.0.13/c9c89eaf35535990110088224d188748d81eaecf/loader-11.0.13.jar
[12Jun2026 01:58:46.615] [main/INFO] [net.neoforged.fml.loading.ImmediateWindowHandler/]: Not loading early display in headless mode.
[12Jun2026 01:58:46.645] [main/INFO] [net.neoforged.fml.loading.moddiscovery.locators.GameLocator/]: Detected a joined NeoForge and Minecraft configuration. Applying filtering...
[12Jun2026 01:58:46.712] [main/INFO] [net.neoforged.fml.loading.moddiscovery.locators.InDevFolderLocator/CORE]: Got mod coordinates irisworldgen%%/Users/brianfopiano/Developer/RemoteGit/VolmitSoftware/Iris/adapters/neoforge/build/classes/java/main:irisworldgen%%/Users/brianfopiano/Developer/RemoteGit/VolmitSoftware/Iris/adapters/neoforge/build/resources/main from env
[12Jun2026 01:58:46.789] [main/INFO] [net.neoforged.fml.loading.moddiscovery.locators.JarInJarDependencyLocator/]: Found 2 dependencies adding them to mods collection
[12Jun2026 01:58:46.791] [main/INFO] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]:
Mod List:
Name Version (Mod Id)
Iris 4.0.0-26.1 (irisworldgen)
Minecraft 26.1.2 (minecraft)
NeoForge 26.1.2.75 (neoforge)
[12Jun2026 01:58:46.895] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=file:/Users/brianfopiano/.gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.17.3+mixin.0.8.7/41c4a3984a80f4679e759fb9f495587acc5cdac7/sponge-mixin-0.17.3+mixin.0.8.7.jar Service=FML Env=SERVER
[12Jun2026 01:58:46.905] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: Loading FML Plugins:
[12Jun2026 01:58:46.906] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - /Users/brianfopiano/.gradle/caches/modules-2/files-2.1/net.neoforged/neoforge/26.1.2.75/5c8890989345caf63f92a4cb01adb857e3f47fa6/neoforge-26.1.2.75-universal.jar > net.neoforged.neoforge-coremods-26.1.2.75.jar
[12Jun2026 01:58:46.948] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: Building game content classloader:
- irisworldgen (composite(folder(/Users/brianfopiano/Developer/RemoteGit/VolmitSoftware/Iris/adapters/neoforge/build/classes/java/main), folder(/Users/brianfopiano/Developer/RemoteGit/VolmitSoftware/Iris/adapters/neoforge/build/resources/main)))
- minecraft (composite(filtered(jar(/Users/brianfopiano/Developer/RemoteGit/VolmitSoftware/Iris/adapters/neoforge/build/moddev/artifacts/minecraft-patched-26.1.2.75.jar)), filtered(jar(/Users/brianfopiano/Developer/RemoteGit/VolmitSoftware/Iris/adapters/neoforge/build/moddev/artifacts/minecraft-patched-26.1.2.75.jar))))
- mixinextras.neoforge (jar(/Users/brianfopiano/.gradle/caches/modules-2/files-2.1/net.neoforged/neoforge/26.1.2.75/5c8890989345caf63f92a4cb01adb857e3f47fa6/neoforge-26.1.2.75-universal.jar > mixinextras-neoforge-0.5.4.jar))
- neoforge (composite(filtered(jar(/Users/brianfopiano/.gradle/caches/modules-2/files-2.1/net.neoforged/neoforge/26.1.2.75/5c8890989345caf63f92a4cb01adb857e3f47fa6/neoforge-26.1.2.75-universal.jar))))
- net.neoforged.fml.generated (empty(VirtualJar/net.neoforged.fml.generated))
[12Jun2026 01:58:46.956] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: Built game content classloader in 13ms
[12Jun2026 01:58:48.683] [main/INFO] [MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.5.4).
[12Jun2026 01:58:51.553] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[12Jun2026 01:58:51.554] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[12Jun2026 01:58:51.555] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[12Jun2026 01:58:51.556] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[12Jun2026 01:58:51.557] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[12Jun2026 01:58:51.558] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [time, set, time] and [time, set, timemarker] with inputs: [0, 0s, 0d, 0t]
[12Jun2026 01:58:51.559] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [time, set, timemarker] and [time, set, time] with inputs: [012]
[12Jun2026 01:58:51.560] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [time, of, clock, set, time] and [time, of, clock, set, timemarker] with inputs: [0, 0s, 0d, 0t]
[12Jun2026 01:58:51.561] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [time, of, clock, set, timemarker] and [time, of, clock, set, time] with inputs: [012]
[12Jun2026 01:58:51.561] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [waypoint, modify, waypoint, color, reset] and [waypoint, modify, waypoint, color, color] with inputs: [reset]
[12Jun2026 01:58:51.588] [modloading-worker-0/INFO] [Iris/]: Iris 4.0.0-26.1 bootstrapping on Minecraft 26.1.2 (NeoForge 26.1.2.75)
[12Jun2026 01:58:51.594] [modloading-worker-0/INFO] [net.neoforged.neoforge.common.NeoForgeMod/NEOFORGE-MOD]: NeoForge mod loading, version 26.1.2.75, for MC 26.1.2
[12Jun2026 01:58:51.594] [modloading-worker-0/INFO] [Iris/]: Iris core loaded (3 classes ok)
[12Jun2026 01:58:51.607] [modloading-worker-0/INFO] [Iris/]: Iris chunk generator registered as irisworldgen:iris
[12Jun2026 01:58:51.608] [modloading-worker-0/INFO] [Iris/]: Iris world check armed
[12Jun2026 01:58:51.784] [main/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, profilesHost=https://api.mojang.com, name=PROD]
[12Jun2026 01:58:52.152] [Worker-Main-3/INFO] [net.minecraft.server.Main/]: No existing world data, creating new world
[12Jun2026 01:58:52.441] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Loaded 1515 recipes
[12Jun2026 01:58:52.451] [main/INFO] [net.minecraft.advancements.AdvancementTree/]: Loaded 1617 advancements
[12Jun2026 01:58:52.453] [main/INFO] [net.neoforged.neoforge.common.crafting.RecipePriorityManager/]: Loaded 0 recipe priority overrides
[12Jun2026 01:58:52.538] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting minecraft server version 26.1.2
[12Jun2026 01:58:52.538] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Loading properties
[12Jun2026 01:58:52.538] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Default game type: SURVIVAL
[12Jun2026 01:58:52.538] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Generating keypair
[12Jun2026 01:58:52.573] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting Minecraft server on *:25599
[12Jun2026 01:58:52.861] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[12Jun2026 01:58:52.861] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: The server will make no attempt to authenticate usernames. Beware.
[12Jun2026 01:58:52.861] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[12Jun2026 01:58:52.861] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: To change this, set "online-mode" to "true" in the server.properties file.
[12Jun2026 01:58:52.894] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Preparing level "world"
[12Jun2026 01:58:52.987] [Server thread/INFO] [net.minecraft.server.level.progress.LoggingLevelLoadListener/]: Selecting global world spawn...
[12Jun2026 01:58:53.267] [worldgen/INFO] [Iris/]: Engine init: minecraft_overworld/overworld seed=-4236022621777363859
[12Jun2026 01:58:54.580] [worldgen/INFO] [Iris/]: Iris engine up for minecraft:overworld: pack=/Users/brianfopiano/Developer/RemoteGit/VolmitSoftware/Iris/adapters/neoforge/run/config/irisworldgen/packs/overworld dim=overworld seed=-4236022621777363859 height=-256..512
[12Jun2026 01:58:54.580] [worldgen/INFO] [Iris/]: Iris generating overworld through IrisModdedChunkGenerator (dim=overworld first chunk -2,-2)
[12Jun2026 01:59:28.925] [Server thread/INFO] [net.minecraft.server.level.progress.LoggingLevelLoadListener/]: Loading 0 persistent chunks...
[12Jun2026 01:59:28.926] [Server thread/INFO] [net.minecraft.server.level.progress.LoggingLevelLoadListener/]: Preparing spawn area: 100%
[12Jun2026 01:59:28.927] [Server thread/INFO] [net.minecraft.server.level.progress.LoggingLevelLoadListener/]: Time elapsed: 35940 ms
[12Jun2026 01:59:28.927] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Done (36.057s)! For help, type "help"
[12Jun2026 01:59:28.929] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[12Jun2026 01:59:28.970] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_end
[12Jun2026 01:59:28.981] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_nether
[12Jun2026 01:59:29.024] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (world): All chunks are saved
[12Jun2026 01:59:29.025] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[12Jun2026 01:59:29.025] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[12Jun2026 01:59:29.025] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage: All dimensions are saved
[12Jun2026 01:59:29.047] [Server thread/INFO] [net.neoforged.neoforge.server.permission.PermissionAPI/]: Successfully initialized permission handler neoforge:default_handler
[12Jun2026 01:59:29.266] [Server thread/INFO] [Iris/]: [worldcheck] overworld generator: art.arcane.iris.modded.IrisModdedChunkGenerator
[12Jun2026 01:59:29.266] [Server thread/INFO] [Iris/]: [worldcheck] spawn: 0 87 0 (minY=-256 height=768)
[12Jun2026 01:59:30.536] [DedicatedLanServerPinger #1/WARN] [net.neoforged.neoforge.server.dedicated.DedicatedLanServerPinger/]: DedicatedLanServerPinger: No route to host
[12Jun2026 01:59:36.198] [Server thread/INFO] [Iris/]: [worldcheck] surface sample: -24 81 -24 minecraft:azalea_leaves
[12Jun2026 01:59:36.198] [Server thread/INFO] [Iris/]: [worldcheck] surface sample: -24 72 -8 minecraft:grass_block
[12Jun2026 01:59:36.198] [Server thread/INFO] [Iris/]: [worldcheck] surface sample: -24 74 8 minecraft:grass_block
[12Jun2026 01:59:36.198] [Server thread/INFO] [Iris/]: [worldcheck] surface sample: -24 72 24 minecraft:short_grass
[12Jun2026 01:59:36.198] [Server thread/INFO] [Iris/]: [worldcheck] surface sample: -8 68 -24 minecraft:mangrove_wood
[12Jun2026 01:59:36.198] [Server thread/INFO] [Iris/]: [worldcheck] surface sample: -8 89 -8 minecraft:azalea_leaves
[12Jun2026 01:59:36.199] [Server thread/INFO] [Iris/]: [worldcheck] surface digest: a0068bb38f6b (16 columns, 6 distinct surface blocks: [minecraft:azalea_leaves, minecraft:grass_block, minecraft:short_grass, minecraft:mangrove_wood, minecraft:leaf_litter, minecraft:oak_leaves])
[12Jun2026 01:59:36.199] [Server thread/INFO] [Iris/]: [worldcheck] chunk 0,0: 22 non-empty sections of 48; column blocks at (8,*,8): [minecraft:bedrock, minecraft:deepslate, minecraft:stone, minecraft:grass_block]
[12Jun2026 01:59:36.199] [Server thread/INFO] [Iris/]: [worldcheck] PASS
[12Jun2026 01:59:36.199] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 6891ms or 137 ticks behind
[12Jun2026 01:59:36.199] [Iris World Check/INFO] [Iris/]: [worldcheck] shutting down dev server (result=PASS)
[12Jun2026 01:59:37.068] [Server thread/INFO] [Iris/]: Iris engine closed for minecraft:overworld
[12Jun2026 01:59:37.069] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server
[12Jun2026 01:59:37.069] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players
[12Jun2026 01:59:37.069] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds
[12Jun2026 01:59:37.125] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[12Jun2026 01:59:37.335] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_end
[12Jun2026 01:59:37.340] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_nether
[12Jun2026 01:59:37.358] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (world): All chunks are saved
[12Jun2026 01:59:37.359] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[12Jun2026 01:59:37.359] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[12Jun2026 01:59:37.359] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage: All dimensions are saved
[12Jun2026 01:59:37.415] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: Closing FML Loader 6dc940fc
[12Jun2026 01:59:37.415] [main/INFO] [net.neoforged.fml.ModLoader/]: Clearing ModLoader
-102
View File
@@ -1,102 +0,0 @@
[12Jun2026 01:58:46.567] [main/INFO] [net.neoforged.fml.startup.Entrypoint/]: JVM Uptime at startup: 85ms
[12Jun2026 01:58:46.578] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: Starting FancyModLoader version 11.0.13 (DEDICATED_SERVER in DEV)
[12Jun2026 01:58:46.578] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: Game directory: /Users/brianfopiano/Developer/RemoteGit/VolmitSoftware/Iris/adapters/neoforge/run
[12Jun2026 01:58:46.610] [main/INFO] [net.neoforged.fml.loading.EarlyServiceDiscovery/]: Found 2 early service jars (out of 121) in 11ms
[12Jun2026 01:58:46.610] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: Loading FML Early Services:
[12Jun2026 01:58:46.611] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - /Users/brianfopiano/.gradle/caches/modules-2/files-2.1/net.neoforged.fancymodloader/earlydisplay/11.0.13/491a1bedecb33802fa118cae384b60f91f6f0241/earlydisplay-11.0.13.jar
[12Jun2026 01:58:46.611] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - /Users/brianfopiano/.gradle/caches/modules-2/files-2.1/net.neoforged.fancymodloader/loader/11.0.13/c9c89eaf35535990110088224d188748d81eaecf/loader-11.0.13.jar
[12Jun2026 01:58:46.615] [main/INFO] [net.neoforged.fml.loading.ImmediateWindowHandler/]: Not loading early display in headless mode.
[12Jun2026 01:58:46.645] [main/INFO] [net.neoforged.fml.loading.moddiscovery.locators.GameLocator/]: Detected a joined NeoForge and Minecraft configuration. Applying filtering...
[12Jun2026 01:58:46.712] [main/INFO] [net.neoforged.fml.loading.moddiscovery.locators.InDevFolderLocator/CORE]: Got mod coordinates irisworldgen%%/Users/brianfopiano/Developer/RemoteGit/VolmitSoftware/Iris/adapters/neoforge/build/classes/java/main:irisworldgen%%/Users/brianfopiano/Developer/RemoteGit/VolmitSoftware/Iris/adapters/neoforge/build/resources/main from env
[12Jun2026 01:58:46.789] [main/INFO] [net.neoforged.fml.loading.moddiscovery.locators.JarInJarDependencyLocator/]: Found 2 dependencies adding them to mods collection
[12Jun2026 01:58:46.791] [main/INFO] [net.neoforged.fml.loading.moddiscovery.ModDiscoverer/]:
Mod List:
Name Version (Mod Id)
Iris 4.0.0-26.1 (irisworldgen)
Minecraft 26.1.2 (minecraft)
NeoForge 26.1.2.75 (neoforge)
[12Jun2026 01:58:46.895] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=file:/Users/brianfopiano/.gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.17.3+mixin.0.8.7/41c4a3984a80f4679e759fb9f495587acc5cdac7/sponge-mixin-0.17.3+mixin.0.8.7.jar Service=FML Env=SERVER
[12Jun2026 01:58:46.905] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: Loading FML Plugins:
[12Jun2026 01:58:46.906] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: - /Users/brianfopiano/.gradle/caches/modules-2/files-2.1/net.neoforged/neoforge/26.1.2.75/5c8890989345caf63f92a4cb01adb857e3f47fa6/neoforge-26.1.2.75-universal.jar > net.neoforged.neoforge-coremods-26.1.2.75.jar
[12Jun2026 01:58:46.948] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: Building game content classloader:
- irisworldgen (composite(folder(/Users/brianfopiano/Developer/RemoteGit/VolmitSoftware/Iris/adapters/neoforge/build/classes/java/main), folder(/Users/brianfopiano/Developer/RemoteGit/VolmitSoftware/Iris/adapters/neoforge/build/resources/main)))
- minecraft (composite(filtered(jar(/Users/brianfopiano/Developer/RemoteGit/VolmitSoftware/Iris/adapters/neoforge/build/moddev/artifacts/minecraft-patched-26.1.2.75.jar)), filtered(jar(/Users/brianfopiano/Developer/RemoteGit/VolmitSoftware/Iris/adapters/neoforge/build/moddev/artifacts/minecraft-patched-26.1.2.75.jar))))
- mixinextras.neoforge (jar(/Users/brianfopiano/.gradle/caches/modules-2/files-2.1/net.neoforged/neoforge/26.1.2.75/5c8890989345caf63f92a4cb01adb857e3f47fa6/neoforge-26.1.2.75-universal.jar > mixinextras-neoforge-0.5.4.jar))
- neoforge (composite(filtered(jar(/Users/brianfopiano/.gradle/caches/modules-2/files-2.1/net.neoforged/neoforge/26.1.2.75/5c8890989345caf63f92a4cb01adb857e3f47fa6/neoforge-26.1.2.75-universal.jar))))
- net.neoforged.fml.generated (empty(VirtualJar/net.neoforged.fml.generated))
[12Jun2026 01:58:46.956] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: Built game content classloader in 13ms
[12Jun2026 01:58:48.683] [main/INFO] [MixinExtras|Service/]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.5.4).
[12Jun2026 01:58:51.553] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[12Jun2026 01:58:51.554] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[12Jun2026 01:58:51.555] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[12Jun2026 01:58:51.556] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[12Jun2026 01:58:51.557] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[12Jun2026 01:58:51.558] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [time, set, time] and [time, set, timemarker] with inputs: [0, 0s, 0d, 0t]
[12Jun2026 01:58:51.559] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [time, set, timemarker] and [time, set, time] with inputs: [012]
[12Jun2026 01:58:51.560] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [time, of, clock, set, time] and [time, of, clock, set, timemarker] with inputs: [0, 0s, 0d, 0t]
[12Jun2026 01:58:51.561] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [time, of, clock, set, timemarker] and [time, of, clock, set, time] with inputs: [012]
[12Jun2026 01:58:51.561] [main/WARN] [net.minecraft.commands.Commands/]: Ambiguity between arguments [waypoint, modify, waypoint, color, reset] and [waypoint, modify, waypoint, color, color] with inputs: [reset]
[12Jun2026 01:58:51.588] [modloading-worker-0/INFO] [Iris/]: Iris 4.0.0-26.1 bootstrapping on Minecraft 26.1.2 (NeoForge 26.1.2.75)
[12Jun2026 01:58:51.594] [modloading-worker-0/INFO] [net.neoforged.neoforge.common.NeoForgeMod/NEOFORGE-MOD]: NeoForge mod loading, version 26.1.2.75, for MC 26.1.2
[12Jun2026 01:58:51.594] [modloading-worker-0/INFO] [Iris/]: Iris core loaded (3 classes ok)
[12Jun2026 01:58:51.607] [modloading-worker-0/INFO] [Iris/]: Iris chunk generator registered as irisworldgen:iris
[12Jun2026 01:58:51.608] [modloading-worker-0/INFO] [Iris/]: Iris world check armed
[12Jun2026 01:58:51.784] [main/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, profilesHost=https://api.mojang.com, name=PROD]
[12Jun2026 01:58:52.152] [Worker-Main-3/INFO] [net.minecraft.server.Main/]: No existing world data, creating new world
[12Jun2026 01:58:52.441] [main/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Loaded 1515 recipes
[12Jun2026 01:58:52.451] [main/INFO] [net.minecraft.advancements.AdvancementTree/]: Loaded 1617 advancements
[12Jun2026 01:58:52.453] [main/INFO] [net.neoforged.neoforge.common.crafting.RecipePriorityManager/]: Loaded 0 recipe priority overrides
[12Jun2026 01:58:52.538] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting minecraft server version 26.1.2
[12Jun2026 01:58:52.538] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Loading properties
[12Jun2026 01:58:52.538] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Default game type: SURVIVAL
[12Jun2026 01:58:52.538] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Generating keypair
[12Jun2026 01:58:52.573] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Starting Minecraft server on *:25599
[12Jun2026 01:58:52.861] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[12Jun2026 01:58:52.861] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: The server will make no attempt to authenticate usernames. Beware.
[12Jun2026 01:58:52.861] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[12Jun2026 01:58:52.861] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer/]: To change this, set "online-mode" to "true" in the server.properties file.
[12Jun2026 01:58:52.894] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Preparing level "world"
[12Jun2026 01:58:52.987] [Server thread/INFO] [net.minecraft.server.level.progress.LoggingLevelLoadListener/]: Selecting global world spawn...
[12Jun2026 01:58:53.267] [worldgen/INFO] [Iris/]: Engine init: minecraft_overworld/overworld seed=-4236022621777363859
[12Jun2026 01:58:54.580] [worldgen/INFO] [Iris/]: Iris engine up for minecraft:overworld: pack=/Users/brianfopiano/Developer/RemoteGit/VolmitSoftware/Iris/adapters/neoforge/run/config/irisworldgen/packs/overworld dim=overworld seed=-4236022621777363859 height=-256..512
[12Jun2026 01:58:54.580] [worldgen/INFO] [Iris/]: Iris generating overworld through IrisModdedChunkGenerator (dim=overworld first chunk -2,-2)
[12Jun2026 01:59:28.925] [Server thread/INFO] [net.minecraft.server.level.progress.LoggingLevelLoadListener/]: Loading 0 persistent chunks...
[12Jun2026 01:59:28.926] [Server thread/INFO] [net.minecraft.server.level.progress.LoggingLevelLoadListener/]: Preparing spawn area: 100%
[12Jun2026 01:59:28.927] [Server thread/INFO] [net.minecraft.server.level.progress.LoggingLevelLoadListener/]: Time elapsed: 35940 ms
[12Jun2026 01:59:28.927] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Done (36.057s)! For help, type "help"
[12Jun2026 01:59:28.929] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[12Jun2026 01:59:28.970] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_end
[12Jun2026 01:59:28.981] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_nether
[12Jun2026 01:59:29.024] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (world): All chunks are saved
[12Jun2026 01:59:29.025] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[12Jun2026 01:59:29.025] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[12Jun2026 01:59:29.025] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage: All dimensions are saved
[12Jun2026 01:59:29.047] [Server thread/INFO] [net.neoforged.neoforge.server.permission.PermissionAPI/]: Successfully initialized permission handler neoforge:default_handler
[12Jun2026 01:59:29.266] [Server thread/INFO] [Iris/]: [worldcheck] overworld generator: art.arcane.iris.modded.IrisModdedChunkGenerator
[12Jun2026 01:59:29.266] [Server thread/INFO] [Iris/]: [worldcheck] spawn: 0 87 0 (minY=-256 height=768)
[12Jun2026 01:59:30.536] [DedicatedLanServerPinger #1/WARN] [net.neoforged.neoforge.server.dedicated.DedicatedLanServerPinger/]: DedicatedLanServerPinger: No route to host
[12Jun2026 01:59:36.198] [Server thread/INFO] [Iris/]: [worldcheck] surface sample: -24 81 -24 minecraft:azalea_leaves
[12Jun2026 01:59:36.198] [Server thread/INFO] [Iris/]: [worldcheck] surface sample: -24 72 -8 minecraft:grass_block
[12Jun2026 01:59:36.198] [Server thread/INFO] [Iris/]: [worldcheck] surface sample: -24 74 8 minecraft:grass_block
[12Jun2026 01:59:36.198] [Server thread/INFO] [Iris/]: [worldcheck] surface sample: -24 72 24 minecraft:short_grass
[12Jun2026 01:59:36.198] [Server thread/INFO] [Iris/]: [worldcheck] surface sample: -8 68 -24 minecraft:mangrove_wood
[12Jun2026 01:59:36.198] [Server thread/INFO] [Iris/]: [worldcheck] surface sample: -8 89 -8 minecraft:azalea_leaves
[12Jun2026 01:59:36.199] [Server thread/INFO] [Iris/]: [worldcheck] surface digest: a0068bb38f6b (16 columns, 6 distinct surface blocks: [minecraft:azalea_leaves, minecraft:grass_block, minecraft:short_grass, minecraft:mangrove_wood, minecraft:leaf_litter, minecraft:oak_leaves])
[12Jun2026 01:59:36.199] [Server thread/INFO] [Iris/]: [worldcheck] chunk 0,0: 22 non-empty sections of 48; column blocks at (8,*,8): [minecraft:bedrock, minecraft:deepslate, minecraft:stone, minecraft:grass_block]
[12Jun2026 01:59:36.199] [Server thread/INFO] [Iris/]: [worldcheck] PASS
[12Jun2026 01:59:36.199] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 6891ms or 137 ticks behind
[12Jun2026 01:59:36.199] [Iris World Check/INFO] [Iris/]: [worldcheck] shutting down dev server (result=PASS)
[12Jun2026 01:59:37.068] [Server thread/INFO] [Iris/]: Iris engine closed for minecraft:overworld
[12Jun2026 01:59:37.069] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Stopping server
[12Jun2026 01:59:37.069] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving players
[12Jun2026 01:59:37.069] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving worlds
[12Jun2026 01:59:37.125] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[12Jun2026 01:59:37.335] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_end
[12Jun2026 01:59:37.340] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_nether
[12Jun2026 01:59:37.358] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (world): All chunks are saved
[12Jun2026 01:59:37.359] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[12Jun2026 01:59:37.359] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[12Jun2026 01:59:37.359] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: ThreadedAnvilChunkStorage: All dimensions are saved
[12Jun2026 01:59:37.415] [main/INFO] [net.neoforged.fml.loading.FMLLoader/]: Closing FML Loader 6dc940fc
[12Jun2026 01:59:37.415] [main/INFO] [net.neoforged.fml.ModLoader/]: Clearing ModLoader
-1
View File
@@ -1 +0,0 @@
[]
-69
View File
@@ -1,69 +0,0 @@
#Minecraft server properties
#Fri Jun 12 01:58:51 EDT 2026
accepts-transfers=false
allow-flight=false
broadcast-console-to-ops=true
broadcast-rcon-to-ops=true
bug-report-link=
difficulty=easy
enable-code-of-conduct=false
enable-jmx-monitoring=false
enable-query=false
enable-rcon=false
enable-status=true
enforce-secure-profile=true
enforce-whitelist=false
entity-broadcast-range-percentage=100
force-gamemode=false
function-permission-level=2
gamemode=survival
generate-structures=true
generator-settings={}
hardcore=false
hide-online-players=false
initial-disabled-packs=
initial-enabled-packs=vanilla
level-name=world
level-seed=
level-type=minecraft\:normal
log-ips=true
management-server-allowed-origins=
management-server-enabled=false
management-server-host=localhost
management-server-port=0
management-server-secret=gw5pwUKFpNvEqtk8fveDSDQCSnmiB63EXSaiRp6h
management-server-tls-enabled=true
management-server-tls-keystore=
management-server-tls-keystore-password=
max-chained-neighbor-updates=1000000
max-players=20
max-tick-time=60000
max-world-size=29999984
motd=A Minecraft Server
network-compression-threshold=256
online-mode=false
op-permission-level=4
pause-when-empty-seconds=60
player-idle-timeout=0
prevent-proxy-connections=false
query.port=25565
rate-limit=0
rcon.password=
rcon.port=25575
region-file-compression=deflate
require-resource-pack=false
resource-pack=
resource-pack-id=
resource-pack-prompt=
resource-pack-sha1=
server-ip=
server-port=25599
simulation-distance=10
spawn-protection=16
status-heartbeat-interval=0
sync-chunk-writes=false
text-filtering-config=
text-filtering-version=0
use-native-transport=true
view-distance=10
white-list=false
-1
View File
@@ -1 +0,0 @@
[]
-1
View File
@@ -1 +0,0 @@
[]

Some files were not shown because too many files have changed in this diff Show More