feat(validation): add /tiedup validate client command for GLB diagnostics
This commit is contained in:
@@ -144,5 +144,17 @@ public final class GltfClientSetup {
|
||||
GltfSkinCache.removeEntity(event.getEntity().getId());
|
||||
}
|
||||
}
|
||||
|
||||
@SubscribeEvent
|
||||
public static void onRegisterClientCommands(
|
||||
net.minecraftforge.client.event.RegisterClientCommandsEvent event
|
||||
) {
|
||||
com.tiedup.remake.commands.ValidateGlbCommand.register(
|
||||
event.getDispatcher()
|
||||
);
|
||||
LOGGER.info(
|
||||
"[GltfPipeline] Client command /tiedup validate registered"
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user