Terra Search Command

This commit is contained in:
Zoe Gidiere
2025-12-13 10:33:49 -07:00
parent e556e2bca1
commit 6ca401413b
5 changed files with 277 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ public final class LifecycleEntryPoint {
logger.info("Initializing Terra {} mod...", modName);
FabricServerCommandManager<CommandSender> manager = new FabricServerCommandManager<>(
ExecutionCoordinator.simpleCoordinator(),
ExecutionCoordinator.asyncCoordinator(),
SenderMapper.create(
serverCommandSource -> (CommandSender) serverCommandSource,
commandSender -> (ServerCommandSource) commandSender)